aboutsummaryrefslogtreecommitdiff
path: root/docker
Commit message (Collapse)AuthorAge
* 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
* Merge pull request #2573 from prologic/add-note-wrt-ssh-on-docker#2409Unknwon2016-02-06
|\ | | | | Add an important note about mapping the ssh port on the container to the host
| * Add an important note about mapping the ssh port on the container to the hostJames Mills2016-01-19
| |
* | Update Dockerfile to update alpine to v3.3 & fix virtual package and ↵Jean-Philippe Roemer2016-01-28
| | | | | | | | | | | | | | | | | | repository pinning on RPi - Dockerfile now uses alpine:3.3 as base - Dockerfile.rpi now uses v3.3/community repository without pinning - Go package is no longer fetched using repository pinning - Fixes problem while using repository pinning & virtual package at the same time
* | Merge pull request #2446 from jgsqware/developUnknwon2016-01-26
|\ \ | | | | | | Add Docker Volume from 1.9
| * | Add Docker Volume from 1.9juliengarcia2016-01-20
| |/
* / Update Dockerfile & build script and add /etc/nsswitch.conf:Jean-Philippe Roemer2016-01-25
|/ | | | | | - Add nsswitch.conf to configure LibC Name Service inside the container - Change my email in the Dockerfile - Update build script to install software as a `build-deps` virtual package so that adding a package to it will be automatically removed at the end of the build script
* Remove RSA1 keys as only SSH version 2 is usedIvan Marban2016-01-06
|
* #1692 add organization APIsUnknwon2015-12-17
|
* prepare releaseUnknwon2015-12-12
|
* #2155 The owner has reached maximum creation limit of 0 repositoriesUnknwon2015-12-11
|
* add quay.io as another Docker optionUnknwon2015-12-07
|
* fix #1829 and fix #890Unknwon2015-12-04
|
* Add `set -x` & `set -e` to docker/build.sh for better debuggingJean-Philippe Roemer2015-11-16
|
* Update s6 path following package updateJean-Philippe Roemer2015-11-16
|
* Add logging when socat link creation is deactivatedJean-Philippe Roemer2015-11-04
|
* Fix typo & cleanup start.sh codeJean-Philippe Roemer2015-11-04
|
* Add syslog & fix `/data/git` rights & SOCAT_LINK env varJean-Philippe Roemer2015-11-04
| | | | | | | - Resolve #1893 - Add syslogd to output sshd log on stdout (via `docker logs`) - Enforce directory rights on `/data/git`, `/data/gogs` & `/data/ssh` - Add `SOCAT_LINK` environment variable to prevent the creation of scout links when they are not needed (see #1815)
* Docker socat link: default port fixJean-Philippe Roemer2015-10-21
| | | | | - Remove port 80 & 443 unused by the container - Add port 3000 used by gogs application
* Docker `socat` link creationJean-Philippe Roemer2015-10-21
| | | | | | | - `start.sh` will now verify that the port is not already used by another service - Resolve #1807 - Log when a service is created, or could not be created - Keep track of which port is already used, including goes & sshd port
* fix typo in README for DockerLimian Wang2015-10-13
|
* Fix bug introduced in #1759 preventing ssh server to launchJean-Philippe Roemer2015-10-12
| | | | | | | - ssh/setup: test directive now check if a file exist in key path instead of a folder - ssh/setup script was hanging waiting for an input about rewriting the key as the test case was returning true, when it should have been false (check if file is a folder instead of a file)
* Edit comment to make it clear that we are talking about container versionJean-Philippe Roemer2015-10-12
|