aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
Commit message (Collapse)AuthorAge
* docker: upgrade base images to alpine:3.17 (#7043)Joe Chen2023-01-30
|
* build: remove Makefile and update Docker build steps (#6980)Joe Chen2022-05-29
|
* docker: remove healthcheck against the SSH port (#6742)Joe Chen2022-01-20
|
* docker: fix nc command (#6722)Alex Zhao2022-01-13
|
* docker: upgrade base images to `alpine3.14` (#6675)Joe Chen2021-12-18
|
* ci: build and push Docker images on `main` branch (#6659)Joe Chen2021-12-15
|
* Dockerfile: add ARM64 and ARMhf support (#6579)odidev2021-12-15
| | | Co-authored-by: Luciano Colosio <lucio@c8.io>
* docker: add Healthcheck support (#6522)Cuban Pete2021-09-04
| | | Co-authored-by: ᴜɴᴋɴᴡᴏɴ <jc@unknwon.io>
* docker: reduce additional image layer for the not executable gosu binary (#6557)Peter Dave Hello2021-05-19
| | | This will help reduce the image size and image layers.
* docker: fix missing make command (#6272)ᴜɴᴋɴᴡᴏɴ2020-08-23
|
* docker: add scheduled backups with retention policy (#6140)Aleksandar Puharic2020-05-11
|
* docker: bump to Go 1.14 (#6077)ᴜɴᴋɴᴡᴏɴ2020-04-07
|
* docker: fix Docker Hub build failureᴜɴᴋɴᴡᴏɴ2020-02-18
|
* Use go-bindata to embed `public` and `templates` files into binary (#5920)Michael Li2020-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixed private repositories are hidden in the organization's view * use go-bindata integrate public and templates files to gogs binary * optimize Dockerfile don't COPY public and templates files * use kevinburke's go-bindata to generate assets code * reset develepment as default run mode in configure file * optimize generated assets code relayout and help function * fixed code format * Update conf/app.ini * assets: add LICENSE headers * Some housekeeping * assets/public: simplify code logic * assets/templates: simplify code logic * cmd/web: more concise variable names * Minor changes * Add custom public and templates support back Co-authored-by: ᴜɴᴋɴᴡᴏɴ <u@gogs.io>
* Dockefile: format and use tagged versionUnknwon2019-11-25
| | | | [SKIP CI]
* dockerfile: add rsync (#5773)Pablo Alcantara2019-08-06
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add rsync to docker. Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle. * Add rsync to docker Add rsync to docker. Rsync is nearly a necessity to optimize backup inside Openshift container. Using TAR (default without Rsync), the process of external backup constantly stops at the middle.
* 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: 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)
* 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: Support timezones (#3262)Andrey Arapov2016-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>
* 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
* update alpine package dependenciesMuh Muhten2016-02-19
| | | | | | | | - s6 is in main in 3.3, so we no longer need to mangle the repos file - official image is periodically updated, so it's not preferred to do upgrades downstream (usually harmless, but inelegant) - apk-tools in 3.3 supports --no-cache to avoid leaving the APKINDEX files in the image
* 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
* 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
* Update s6 path following package updateJean-Philippe Roemer2015-11-16
|
* Update gosu, this fixes #1756Alvaro Aleman2015-10-10
|
* Docker Container: Init 1 & InitialisationJean-Philippe Roemer2015-10-02
| | | | | | | | | | | - Now using a setup script before starting the app. The separation of the run script and the setup script will make service initialisation a little bit clearer - Now calling start.sh script as ENTRYPOINT and S6 as CMD. This way when running the container with just a shell script, the start.sh script will be launched before, making debugging easier - Added note about `.dockerignore` ignored during Docker Hub Automated Build
* Several bugfixes in Docker buildÓscar García Amor2015-10-02
| | | | | | | - Removed unnecessary variables - Fixed symbolic links creation - Fixed enter point - Less intermediate containers
* Add bash to the image so bash git hooks can be usedJean-Philippe Roemer2015-10-02
|
* Use app/docker folder for SSH ConfigureationJean-Philippe Roemer2015-10-02
|
* New approach to Gogs Docker ContainerJean-Philippe Roemer2015-10-02
| | | | | | | | | - VOLUME for ‘/data’ - Usage of S6 as PID 1 Process - Usage of ‘socat’ so linked container (like databases) are binded to localhost - OpenSSH, Socat Link and Gogs are supervised using S6 - Size of container reduced to ~75Mo
* remove rsyncUnknwon2015-09-06
|
* #1521 reduce Docker image sizeUnknwon2015-08-25
|
* add pam for dockercodeskyblue2015-08-17
|
* add docker ssh supportcodeskyblue2015-08-17
|
* add missing filecodeskyblue2015-08-17
|
* some modify, I need to move my workenv to foreign county, network in china ↵codeskyblue2015-08-17
| | | | is so slow.
* Adding a project-level Dockerfile & docker-compose scriptJoshua Delsman2015-03-10