1. 22 May, 2020 1 commit
  2. 30 Apr, 2020 1 commit
  3. 21 Apr, 2020 2 commits
  4. 20 Apr, 2020 1 commit
  5. 30 Mar, 2020 1 commit
  6. 27 Mar, 2020 1 commit
  7. 26 Feb, 2020 1 commit
  8. 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
  9. 29 Jan, 2020 1 commit
  10. 21 Jan, 2020 2 commits
  11. 16 Jan, 2020 4 commits
  12. 15 Nov, 2019 1 commit
  13. 29 Oct, 2019 1 commit
  14. 04 Sep, 2019 1 commit
  15. 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
  16. 09 May, 2019 1 commit
  17. 19 Mar, 2019 1 commit
  18. 03 Mar, 2019 1 commit
  19. 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
  20. 23 Oct, 2018 1 commit
  21. 09 Oct, 2018 1 commit
  22. 16 May, 2018 1 commit
  23. 20 Oct, 2017 2 commits
  24. 13 Sep, 2017 1 commit
  25. 02 Jun, 2017 1 commit
  26. 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
  27. 12 Feb, 2017 2 commits
  28. 31 Aug, 2016 1 commit
  29. 25 Aug, 2016 1 commit
  30. 01 Jul, 2016 1 commit
  31. 24 Jun, 2016 1 commit
  32. 03 Jun, 2016 1 commit
  33. 23 May, 2016 1 commit