@cryptotaxi247 / kubo / commits / 9f1ba46af

chore: agent-version-suffix in docker image

Docker image already produces custom AgentVersion, this makes it explicit and easier to reason about.

Marcin Rataj committed Oct 2, 2021 at 02:05 UTC 9f1ba46af37c563f80986e5f0d4807890a3fee11
1 file changed +1 -1
Dockerfile
+1 -1
@@ -107,4 +107,4 @@ ENV IPFS_LOGGING ""
107 ENTRYPOINT ["/sbin/tini", "--", "/usr/local/bin/start_ipfs"]
108
109 # Execute the daemon subcommand by default
110 -CMD ["daemon", "--migrate=true"]
110 +CMD ["daemon", "--migrate=true", "--agent-version-suffix=docker"]