1. 21 May, 2021 1 commit
  2. 29 Apr, 2021 1 commit
  3. 28 Feb, 2021 1 commit
  4. 23 Feb, 2021 1 commit
    • Kyle D's avatar
      Add environment-to-ini to docker image (#14762) · 61f347e3
      Kyle D authored
      * Add environment-to-app.ini routine
      
      * Call environment-to-ini in docker setup scripts
      
      * Automatically convert section vars to lower case to match documentation
      
      * Remove git patch instructions
      
      * Add env variable documentation to Install Docker
      61f347e3
  5. 20 Jan, 2021 1 commit
  6. 16 Nov, 2020 1 commit
  7. 01 Nov, 2020 1 commit
    • Antoine GIRARD's avatar
      docker: rootless image (#10154) · fe458ce8
      Antoine GIRARD authored
      * docker: rootless image
      
      * improve docs + remove check for write perm on custom
      
      * add more info on ssh passtrough
      
      * Add comment for internal ssh server in container config
      fe458ce8
  8. 31 Oct, 2020 1 commit
  9. 22 Oct, 2020 1 commit
    • Begley Brothers (Development)'s avatar
      Dockerfile: Support socat use cases (#13208) · ff50274f
      Begley Brothers (Development) authored
      
      * Dockerfile: Support socat use cases
      
      In some contexts it is necessary to provide access to Gitea via TCP ports and unix sockets.
      Gitea (`gitea web`) can be configured to listen for connections via unix-socket or TCP port, but not both.
      When Gitea is installed to the host this limitation can be worked around by installing socat on the host.
      When running Gitea from a container this limitation cannot be workaround.
      
      Add socat to Gitea container.
      
      * Removed version
      Co-authored-by: default avatartechknowlogick <techknowlogick@gitea.io>
      ff50274f
  10. 27 Sep, 2020 1 commit
  11. 13 Aug, 2020 1 commit
  12. 06 Jun, 2020 1 commit
  13. 03 Jun, 2020 1 commit
  14. 10 May, 2020 1 commit
  15. 20 Mar, 2020 1 commit
  16. 03 Mar, 2020 1 commit
  17. 27 Dec, 2019 1 commit
  18. 05 Dec, 2019 2 commits
  19. 12 Sep, 2019 1 commit
  20. 04 Aug, 2019 1 commit
  21. 20 Jun, 2019 1 commit
  22. 06 May, 2019 1 commit
  23. 08 Mar, 2019 1 commit
  24. 05 Feb, 2019 1 commit
  25. 29 Nov, 2018 1 commit
  26. 01 Nov, 2018 1 commit
  27. 23 Oct, 2018 1 commit
  28. 04 Jul, 2018 2 commits
  29. 12 Mar, 2018 1 commit
  30. 10 Dec, 2017 1 commit
  31. 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
  32. 31 Oct, 2017 1 commit
  33. 05 Oct, 2017 1 commit
  34. 13 Sep, 2017 1 commit
  35. 13 Aug, 2017 1 commit
  36. 30 Jun, 2017 2 commits
  37. 09 May, 2017 1 commit