- 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
-
- 28 Jan, 2016 2 commits
-
-
Jean-Philippe Roemer authored
- Dockerfile.rpi now uses hypriot/rpi-alpine-scratch as base (build script are available w/ a better maintainer & more updates) - Dockerfile.rpi updates alpine from v3.2 to v3.3 to be on par with Dockerfile
-
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
-
- 02 Jan, 2016 1 commit
-
-
Gregor Gramlich authored
Apply the change from https://github.com/gogits/gogs/commit/0cbf56855aad82ff49952132287a0112f308c728 to the Dockerfile.rpi as well
-
- 22 Nov, 2015 1 commit
-
-
Emrah URHAN authored
-
- 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 5 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
-
Jean-Philippe Roemer authored
-
Jean-Philippe Roemer authored
-
Jean-Philippe Roemer authored
- 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
-
- 06 Sep, 2015 1 commit
-
-
Unknwon authored
-
- 25 Aug, 2015 1 commit
-
-
Unknwon authored
-
- 17 Aug, 2015 4 commits
-
-
codeskyblue authored
-
codeskyblue authored
-
codeskyblue authored
-
codeskyblue authored
-
- 10 Mar, 2015 1 commit
-
-
Joshua Delsman authored
-