aboutsummaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAge
* docker: fix gosu link in Dockerfile.rpi (#6203)InsanusMokrassar2020-08-17
|
* Update Dockerfiles for ARM to use alpine golang (#6183)Baptiste Covolato2020-06-11
|
* docker: fix broken link in READMEᴜɴᴋɴᴡᴏɴ2020-05-20
| | | Fixes #6167
* docker: add scheduled backups with retention policy (#6140)Aleksandar Puharic2020-05-11
|
* docker: fix mkdir subdir in /data failed when no mount volume (#6107)eightpigs2020-04-15
|
* docker: fix the bug of using root to create /data/ directory (#6106)eightpigs2020-04-15
|
* Revert "docker: fix the bug of using root account to create `/d… (#6085)ᴜɴᴋɴᴡᴏɴ2020-04-10
| | | This reverts commit f3b05961aae82fa3e19c47f03c78974cf793fda3.
* docker: clean up never used files (#6080)ᴜɴᴋɴᴡᴏɴ2020-04-09
|
* docker: fix the bug of using root account to create `/data/*` directory (#6068)eightpigs2020-04-07
| | | | | * Fix the bug of using root account to create /data directory * Fix the bug that sshkey cannot be added in the container and remove unnecessary chown.
* workflows: enable golangci-lint (#5998)ᴜɴᴋɴᴡᴏɴ2020-03-21
| | | | | | | | | | | | | * Create golint.yml * Update golint.yml * Update golint.yml * Fix errcheck * Fix gosimple * Fix staticcheck
* docker: fix link to Docker Hubᴜɴᴋɴᴡᴏɴ2020-02-22
| | | | [CI SKIP]
* README: fix image and linkᴜɴᴋɴᴡᴏɴ2020-02-22
| | | | [CI SKIP]
* docker: update link to Docker Hub and add info for gogs-rpiᴜɴᴋɴᴡᴏɴ2020-02-21
| | | | [CI SKIP]
* all: use lazyregexp (#5911)ᴜɴᴋɴᴡᴏɴ2020-01-29
| | | | | | * Use lazyregexp * all: fix imports and usages
* docker: check "/app/gogs" separately on startup (#5895)Achilleas Koutsou2020-01-23
| | | | | | | | When running gogs after the first time, if the image has changed (update rebuild), the /app/gogs directory will have changed owner back to root:root, but /data will likely not be since the data directories are likely to be persistent. Checking /app/gogs separately fixes this.
* README: use modern style of badgesUnknwon2019-11-02
| | | | [CI SKIP]
* docker: change how to check whether initial or not (#5766)Atsushi Midorikawa2019-08-10
|
* docker: prevent Gogs from running a recursive chown on each boot (#5724)Paul Spieker2019-06-16
| | | The chown command in the setup file of Gogs is supposed to be executed just once. As soon as the app.ini file exists, this step should be skipped. However, the test was checking if a directory with the name app.ini exists instead of a file. Therefore, the chown command was executed on each boot.
* docker: remove deprecated option (#5650)Menno van Rahden2019-03-16
| | | This line has been removed in respect to the OpenSSH spec update with Version 7.5 (https://www.openssh.com/txt/release-7.5)
* docker: grammar fix (#5492)hopegolden2018-11-05
|
* docker: chown only for the frist time (#5422)Unknwon2018-09-15
|
* Revert "docker: remove chown the git repos on startup (refs #4996). (#5390)"Unknwon2018-09-15
| | | | This reverts commit 068e6ce2c995445f0ce1c10ee11816600b12a5fd.
* docker: remove chown the git repos on startup (refs #4996). (#5390)Ross Golder2018-09-08
|
* docker: add new Dockerfile.docker-ce for docker-ce(>=v17.06) to build docker ↵Michael Li2018-08-13
| | | | | | | | image (#5322) * add new Dockerfile.docker-ce for docker-ce(>=v17.06) to build docker image * change default Dockerfile to support docker-ce(>=v17.06) multi-stage build
* docker: rename "gogits" to "gogs"Unknwon2018-05-27
|
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* MISC: update docker build scriptUnknwon2018-04-09
|
* docker: update README about "custom" directory (#5150)Unknwon2018-04-05
|
* docker: enable Automated builds for aarch64 ( ARM64 ) platforms (#5058)Julian Xhokaxhiu2018-03-09
| | | | | | | | | | | | * Enable Automated builds for aarch64 * Native aarch64 build * Move to the new organization * Try to build it with latest go binary * Rebuild using Go 1.10
* docker: symlink fixes (#4747)Ross Williams2017-11-18
| | | | | | * Prevent circular links (symlinks) from being created: * /data/gogs/log/log -> /data/gogs/log * /data/gogs/data/data -> /data/gogs/data * /data/git/git -> /data/git
* docker: allow setting UID and GID when running a container (#4776)Robert Beal2017-10-13
| | | | | | * Allow setting the UID and GID when running a docker container via shadow * Disable password login via usermod (fix leaving user in insecure state)
* docker: enable Automated builds for rpi (#4431)Julian Xhokaxhiu2017-07-14
| | | | | | | | | | | | | | * Enable Automated builds for rpi * Rename the file to fit only for Docker Hub * Update the binary to v2.9.0+resin1 * Restore default status * Commit as new file In order to avoid breaking native builds
* docker: fix heading in README.md (#4353)David Beitey2017-03-28
| | | The unicode non-breaking space character was breaking the heading format; this switches that character for an ASCII space.
* docker: use vendor to replace go getUnknwon2017-03-27
|
* Update README.md (#4238)Félix MIKAELIAN2017-03-04
|
* Provide an updated Dockerfile where Gogs is build with Go 1.8 (#4151)yaourt2017-02-18
| | | | | | In order to have an up to date Docker image based on alpine 3.5 and having Gogs built with Go 1.8 Refs: [ #4145 ]
* docker: improve README [CI SKIP]Unknwon2017-02-18
|
* docker: fix scriptUnknwon2017-02-09
|
* vendor: check in vendorsUnknwon2017-02-09
| | | | Bye bye glide...
* Replace gogs.io http links with https version (#3386)rugk2016-08-05
|
* Update Docker READMEUnknwon2016-07-15
|
* Update docker/build.sh script to use glide & make (#3079)Jean-Philippe Roemer2016-05-11
| | | | | | | | | | | | | | | | | | | | | * docker: update build script to use glide + make - docker/build.sh will now use glide to fetch dependencies - glide is built from source to keep compatibility with arm (no pre-prebuilt binary for arm) - docker/build.sh will also now use the provided Makefile It will generate an error when trying to get git build has as we do not ship the 88mo .git directory during the build (should not cause any problem as the variable it sets was not set previously) * docker: fix docker arm build - drop gosu version back to 1.7 as gosu binary for armhf is broken - see tianon/gosu#19 * docker: update gosu to 1.9 Signed-off-by: Jean-Philippe Roemer <jp@roemer.im>
* docker: update documentation for container options (#2965)Jean-Philippe Roemer2016-04-12
| | | | | - Created a Container options section in `docker/README.md` - Add documentation for SOCAT_LINK - Move CROND documentation to the new section
* #2878 print error of JSON unmarshal and always returns a valid objectUnknwon2016-03-26
|
* update README.mdMike2016-02-28
| | | minor grammar fix
* Minor fix for #2710Unknwon2016-02-27
|
* Update Docker REAMDE.mdJean-Philippe Roemer2016-02-26
| | | | | - Remove the known issue about `.dockerignore` being ignored during DockerHub automated build as this has been fixed - Added a note on the fact that we currently do no support building the container on RPi1
* Dockerfile & Dockerfile.pi updatesJean-Philippe Roemer2016-02-25
| | | | | | - Upgrade of gosu to v1.7 - Change in docker/build.sh to use `--no-cache` to prevent APKINDEX creation when installing dev dependencies - Manual upgrade of Alpine on Raspberry Pi when building to make sure the environment is the same as the standard Dockerfile
* Minor docs update for #2605Unknwon2016-02-12
|
* Add the ability to run crond inside the Docker containerJean-Philippe Roemer2016-02-12
| | | | | | | | - Add the crond init script for s6 - Add the RUN_CROND configuration variable to setup crond - Crond will not be run by default (hence the `down` file in the service directory) - `start.sh` check if RUN_CROND = "true" || "1" and remove this file to tell s6 to run the initscript - Resolves #2597