- 20 Jun, 2019 1 commit
-
-
techknowlogick authored
-
- 06 May, 2019 1 commit
-
-
Jakob Ackermann authored
-
- 08 Mar, 2019 1 commit
-
-
techknowlogick authored
-
- 05 Feb, 2019 1 commit
-
-
techknowlogick authored
-
- 29 Nov, 2018 1 commit
-
-
techknowlogick authored
-
- 01 Nov, 2018 1 commit
-
-
Stanislav authored
-
- 23 Oct, 2018 1 commit
-
-
Mura Li authored
-
- 04 Jul, 2018 2 commits
-
-
techknowlogick authored
/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
-
Tao Wang authored
-
- 12 Mar, 2018 1 commit
-
-
Antoine GIRARD authored
* Setup docker multi-stage and little sugar at it * Make codacy happy ? * Revert back to what the official docker documentation suggest Codacy don't seems to follow https://docs.docker.com/engine/reference/builder/#maintainer-deprecated * Update golang version
-
- 10 Dec, 2017 1 commit
-
-
Antoine GIRARD authored
-
- 16 Nov, 2017 1 commit
-
-
Antoine GIRARD authored
* Create docker/manifest/base.yml serve as base for build docker image for most platform (386,amd64,arm,arm64) * Add make task docker-multi-arch-push-manifest To update references of a multi-arch image on docker registry. * Use SED_INPLACE generic sed command * Delete Dockerfile.aarch64 Delete Dockerfile.rpi * Use gitea/gitea-base as base and replace deprecated MAINTAINER by LABEL (https://docs.docker.com/engine/reference/builder/#maintainer-deprecated) * Fix rebase * Use sapk/gitea-base as base * Split makefile for docker * Fix version to v3.6 Could use in later version edge of alpine official library that support multi-arch for armhf. * Remove sapk/gitea-base and use directly new official alpine multi-arch
-
- 31 Oct, 2017 1 commit
-
-
Tao Wang authored
* Add `gettext` dependencies as we need `envsubst` command; * Modified s6's gitea setup script, instead of `cp` the template if no `app.ini` exist, it will substitude the envvars and generate the new `app.ini`; * Make `/docker/etc/templates/app.ini` a template contains environment variables; Signed-off-by:
Tao Wang <twang2218@gmail.com>
-
- 05 Oct, 2017 1 commit
-
-
Bo-Yi Wu authored
* Add maintainer label for docker file Signed-off-by:
Bo-Yi Wu <appleboy.tw@gmail.com> * update Signed-off-by:
Bo-Yi Wu <appleboy.tw@gmail.com>
-
- 13 Sep, 2017 1 commit
-
-
Jon Davies authored
Signed-off-by:
Jonathan Davies <jpds@protonmail.com>
-
- 13 Aug, 2017 1 commit
-
-
Pontus Leitzler authored
* Make sure generated password is random Use /dev/urandom to get a 32 char password * Make sure generated password is random Use /dev/urandom to generate 32 char password * Make sure generated password is random
-
- 30 Jun, 2017 2 commits
-
-
Lunny Xiao authored
This reverts commit 789188f1.
-
Dryusdan authored
Somes layer are created and aren't usefull, so I compress this :)
-
- 09 May, 2017 1 commit
-
-
Daniel Wendler (@cassandra) authored
Actualy the "-U --no-cache" effectivly is treated as --no-cache was never specified: / # apk -U --no-cache add sed fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.5/community/x86_64/APKINDEX.tar.gz (1/1) Installing sed (4.2.2-r0) Executing busybox-1.25.1-r0.trigger OK: 4 MiB in 12 packages / # ls -la /var/cache/apk/ total 1004 drwxr-xr-x 1 root root 70 May 8 11:08 . drwxr-xr-x 1 root root 29 Mar 3 11:20 .. -rw-r--r-- 1 root root 732807 May 5 07:11 APKINDEX.c51f8f92.tar.gz -rw-r--r-- 1 root root 293014 May 1 12:37 APKINDEX.d09172fd.tar.gz So removing the "-U" fix this behavior.
-
- 05 May, 2017 1 commit
-
-
Peter Dave Hello authored
-
- 29 Apr, 2017 1 commit
-
-
Peter Dave Hello authored
1. Use `apk -U --no-cache add` instead of `apk update` + `apk add` + manually cache clean up. 2. Separate package installation and user, group setup, the combination to reduce a docker image layer didn't bring benefits here, only makes Dockerfiles more complex.
-
- 15 Dec, 2016 1 commit
-
-
Thomas Boerger authored
* Added stupid docker task to makefile * Dropped unknown option PrintLastLog from docker ssh config * OpenSSH should log to docker stdout * Set random pw for docker git user, otherwise it is locked * Stop using templates and public within docker
-
- 01 Dec, 2016 1 commit
-
-
Thomas Boerger authored
Signed-off-by:
Thomas Boerger <tboerger@suse.de>
-
- 28 Nov, 2016 5 commits
-
-
Thomas Boerger authored
-
Thomas Boerger authored
-
Thomas Boerger authored
-
Thomas Boerger authored
-
Thomas Boerger authored
I have restructured the docker build process entirely, the binary gets built outside of the docker build command, now we are managing all dependencies with real Alpine packages and I have dropped features like socat or the cron daemon. Signed-off-by:
Thomas Boerger <tboerger@suse.de>
-
- 07 Nov, 2016 1 commit
-
-
Sandro Santilli authored
Still use GOGS_WORK_DIR and GOGS_CUSTOM env variables as a fallback if the equivalent GITEA_* are not set, warning user about the need for change. Does not change "gogs" to "gitea" in webhook type name Because "gogs" hook type is part of the API (routes) and used in templates... Closes #87
-
- 15 Jul, 2016 1 commit
-
-
Andrey Arapov authored
-
- 11 May, 2016 1 commit
-
-
Jean-Philippe Roemer authored
* 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>
-
- 25 Feb, 2016 1 commit
-
-
Jean-Philippe Roemer authored
- 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
-
- 20 Feb, 2016 1 commit
-
-
Muh Muhten authored
- 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
-
- 28 Jan, 2016 1 commit
-
-
Jean-Philippe Roemer authored
- 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
-
- 25 Jan, 2016 1 commit
-
-
Jean-Philippe Roemer authored
- 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
-
- 16 Nov, 2015 1 commit
-
-
Jean-Philippe Roemer authored
-
- 10 Oct, 2015 2 commits
-
-
Jean-Philippe Roemer authored
- Fix s6 fifodir error on container restart - Add .tags* to .gitignore (Atom auto ctags generation)
-
Alvaro Aleman authored
-
- 02 Oct, 2015 2 commits
-
-
Jean-Philippe Roemer authored
- 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
-
Óscar García Amor authored
- Removed unnecessary variables - Fixed symbolic links creation - Fixed enter point - Less intermediate containers
-