1. 21 Apr, 2020 2 commits
  2. 20 Apr, 2020 1 commit
  3. 30 Mar, 2020 1 commit
  4. 27 Mar, 2020 1 commit
  5. 26 Feb, 2020 1 commit
  6. 13 Feb, 2020 1 commit
    • Oli Evans's avatar
      feat: pass IPFS_PLUGINS to docker build · aa3ca141
      Oli Evans authored
      - allow IPFS_PLUGINS build-arg to be passed to docker build command
      - remove annoying logging from peerlog plugin that appears multiple times in docker logs
      
      usage:
      
        docker build --build-arg IPFS_PLUGINS="foo bar baz"
      
      License: MIT
      Signed-off-by: default avatarOli Evans <oli@tableflip.io>
      aa3ca141
  7. 29 Jan, 2020 1 commit
  8. 21 Jan, 2020 2 commits
  9. 16 Jan, 2020 4 commits
  10. 15 Nov, 2019 1 commit
  11. 29 Oct, 2019 1 commit
  12. 04 Sep, 2019 1 commit
  13. 16 Aug, 2019 1 commit
    • Steven Allen's avatar
      docker: update the docker image · c8c104a1
      Steven Allen authored
      * Explicitly switch to buster.
      * Explicitly set the golang version (and use the latest patch release).
      * Explicitly set the busybox version.
      * Update the maintainer
      c8c104a1
  14. 09 May, 2019 1 commit
  15. 19 Mar, 2019 1 commit
  16. 03 Mar, 2019 1 commit
  17. 11 Dec, 2018 1 commit
    • Mykola Nikishov's avatar
      Really run as non-root user in docker container · 5b2e305f
      Mykola Nikishov authored
      As of now,
      
          $ docker pull ipfs/go-ipfs
          Using default tag: latest
          latest: Pulling from ipfs/go-ipfs
          Digest: sha256:31cc5713ef3e3e81bf868cbb56c19de2d15d661743d8b6077804dee26e929ac5
          Status: Image is up to date for ipfs/go-ipfs:latest
      
      ipfs daemon will start as root user:
      
          $ docker run --rm --entrypoint=/bin/sh ipfs/go-ipfs -c whoami
          root
      
      but later on will drop priviledges:
      
          $ docker logs ipfs/go-ipfs |head -n 1
          Changing user to ipfs
      
      With this change applied, ipfs daemon starts as ipfs user right from
      the begining:
      
          $ docker run --rm --entrypoint=/bin/sh ipfs/go-ipfs -c whoami
          ipfs
      
      License: MIT
      Signed-off-by: default avatarMykola Nikishov <mn@mn.com.ua>
      5b2e305f
  18. 23 Oct, 2018 1 commit
  19. 09 Oct, 2018 1 commit
  20. 16 May, 2018 1 commit
  21. 20 Oct, 2017 2 commits
  22. 13 Sep, 2017 1 commit
  23. 02 Jun, 2017 1 commit
  24. 03 Mar, 2017 1 commit
    • kpcyrd's avatar
      docker: Automatically fix permissions · 3c96b09a
      kpcyrd authored
      This patch is delaying the point where permissions are dropped into the `start_ipfs` script. This way, instead of exiting on permission issues, we can fix them on our own inside the script, then drop privileges and continue doing ipfs specific stuff with the correct user.
      
      I've removed the `chmod 0777` step from the readme since it's not needed anymore.
      
      License: MIT
      Signed-off-by: default avatarkpcyrd <git@rxv.cc>
      3c96b09a
  25. 12 Feb, 2017 2 commits
  26. 31 Aug, 2016 1 commit
  27. 25 Aug, 2016 1 commit
  28. 01 Jul, 2016 1 commit
  29. 24 Jun, 2016 1 commit
  30. 03 Jun, 2016 1 commit
  31. 23 May, 2016 1 commit
  32. 20 May, 2016 1 commit
  33. 28 Apr, 2016 1 commit