1. 20 Jun, 2019 1 commit
  2. 06 May, 2019 1 commit
  3. 08 Mar, 2019 1 commit
  4. 05 Feb, 2019 1 commit
  5. 29 Nov, 2018 1 commit
  6. 01 Nov, 2018 1 commit
  7. 23 Oct, 2018 1 commit
  8. 04 Jul, 2018 2 commits
  9. 12 Mar, 2018 1 commit
  10. 10 Dec, 2017 1 commit
  11. 16 Nov, 2017 1 commit
    • Antoine GIRARD's avatar
      Docker multi-arch base (#1985) · dac0f14f
      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
      dac0f14f
  12. 31 Oct, 2017 1 commit
  13. 05 Oct, 2017 1 commit
  14. 13 Sep, 2017 1 commit
  15. 13 Aug, 2017 1 commit
  16. 30 Jun, 2017 2 commits
  17. 09 May, 2017 1 commit
  18. 05 May, 2017 1 commit
  19. 29 Apr, 2017 1 commit
    • Peter Dave Hello's avatar
      Refactor Dockerfile · 1562e9ab
      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.
      1562e9ab
  20. 15 Dec, 2016 1 commit
    • Thomas Boerger's avatar
      Fixing multiple docker issues (#386) · c6b6a61b
      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
      c6b6a61b
  21. 01 Dec, 2016 1 commit
  22. 28 Nov, 2016 5 commits
  23. 07 Nov, 2016 1 commit
    • Sandro Santilli's avatar
      Replace GOGS with GITEA in variable names · b7263f31
      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
      b7263f31
  24. 15 Jul, 2016 1 commit
  25. 11 May, 2016 1 commit
    • Jean-Philippe Roemer's avatar
      Update docker/build.sh script to use glide & make (#3079) · bcd4adb3
      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: default avatarJean-Philippe Roemer <jp@roemer.im>
      bcd4adb3
  26. 25 Feb, 2016 1 commit
    • Jean-Philippe Roemer's avatar
      Dockerfile & Dockerfile.pi updates · 7845075b
      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
      7845075b
  27. 20 Feb, 2016 1 commit
    • Muh Muhten's avatar
      update alpine package dependencies · 5609585e
      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
      5609585e
  28. 28 Jan, 2016 1 commit
  29. 25 Jan, 2016 1 commit
    • Jean-Philippe Roemer's avatar
      Update Dockerfile & build script and add /etc/nsswitch.conf: · 9032bd09
      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
      9032bd09
  30. 16 Nov, 2015 1 commit
  31. 10 Oct, 2015 2 commits
  32. 02 Oct, 2015 2 commits
    • Jean-Philippe Roemer's avatar
      Docker Container: Init 1 & Initialisation · ad5e0b83
      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
      ad5e0b83
    • Óscar García Amor's avatar
      Several bugfixes in Docker build · 3e7d8db7
      Óscar García Amor authored
      - Removed unnecessary variables
      - Fixed symbolic links creation
      - Fixed enter point
      - Less intermediate containers
      3e7d8db7