Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docker: revert shellcheck fix (#6288) | ᴜɴᴋɴᴡᴏɴ | 2020-08-28 |
| | |||
* | chore: change default branch to `main` (#6285) | ᴜɴᴋɴᴡᴏɴ | 2020-08-27 |
| | |||
* | docker: fix broken SSHD for Dockerfile.rpi (#6278) | ᴜɴᴋɴᴡᴏɴ | 2020-08-24 |
| | |||
* | shellcheck: fix warnings (#6274) | ᴜɴᴋɴᴡᴏɴ | 2020-08-23 |
| | | | | | * Remove outdated files * Fix warnings | ||
* | docker: fix gosu link in Dockerfile.rpi (#6203) | InsanusMokrassar | 2020-08-17 |
| | |||
* | Update Dockerfiles for ARM to use alpine golang (#6183) | Baptiste Covolato | 2020-06-11 |
| | |||
* | docker: fix broken link in README | ᴜɴᴋɴᴡᴏɴ | 2020-05-20 |
| | | | Fixes #6167 | ||
* | docker: add scheduled backups with retention policy (#6140) | Aleksandar Puharic | 2020-05-11 |
| | |||
* | docker: fix mkdir subdir in /data failed when no mount volume (#6107) | eightpigs | 2020-04-15 |
| | |||
* | docker: fix the bug of using root to create /data/ directory (#6106) | eightpigs | 2020-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) | eightpigs | 2020-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 Koutsou | 2020-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 badges | Unknwon | 2019-11-02 |
| | | | | [CI SKIP] | ||
* | docker: change how to check whether initial or not (#5766) | Atsushi Midorikawa | 2019-08-10 |
| | |||
* | docker: prevent Gogs from running a recursive chown on each boot (#5724) | Paul Spieker | 2019-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 Rahden | 2019-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) | hopegolden | 2018-11-05 |
| | |||
* | docker: chown only for the frist time (#5422) | Unknwon | 2018-09-15 |
| | |||
* | Revert "docker: remove chown the git repos on startup (refs #4996). (#5390)" | Unknwon | 2018-09-15 |
| | | | | This reverts commit 068e6ce2c995445f0ce1c10ee11816600b12a5fd. | ||
* | docker: remove chown the git repos on startup (refs #4996). (#5390) | Ross Golder | 2018-09-08 |
| | |||
* | docker: add new Dockerfile.docker-ce for docker-ce(>=v17.06) to build docker ↵ | Michael Li | 2018-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" | Unknwon | 2018-05-27 |
| | |||
* | *: rename "gogits" to "gogs" | Unknwon | 2018-05-27 |
| | |||
* | MISC: update docker build script | Unknwon | 2018-04-09 |
| | |||
* | docker: update README about "custom" directory (#5150) | Unknwon | 2018-04-05 |
| | |||
* | docker: enable Automated builds for aarch64 ( ARM64 ) platforms (#5058) | Julian Xhokaxhiu | 2018-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 Williams | 2017-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 Beal | 2017-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 Xhokaxhiu | 2017-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 Beitey | 2017-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 get | Unknwon | 2017-03-27 |
| | |||
* | Update README.md (#4238) | Félix MIKAELIAN | 2017-03-04 |
| | |||
* | Provide an updated Dockerfile where Gogs is build with Go 1.8 (#4151) | yaourt | 2017-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] | Unknwon | 2017-02-18 |
| | |||
* | docker: fix script | Unknwon | 2017-02-09 |
| | |||
* | vendor: check in vendors | Unknwon | 2017-02-09 |
| | | | | Bye bye glide... | ||
* | Replace gogs.io http links with https version (#3386) | rugk | 2016-08-05 |
| | |||
* | Update Docker README | Unknwon | 2016-07-15 |
| | |||
* | Update docker/build.sh script to use glide & make (#3079) | Jean-Philippe Roemer | 2016-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 Roemer | 2016-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 object | Unknwon | 2016-03-26 |
| | |||
* | update README.md | Mike | 2016-02-28 |
| | | | minor grammar fix | ||
* | Minor fix for #2710 | Unknwon | 2016-02-27 |
| |