Docker image for Canton open source 2.8.0
App Development5 posts231 views1 likesLast activity Nov 2024
SE
senravOP
Jan 2024I don’t see the 2.8.0 image in the docker hub. There is only a 2.8.0-rc1 image available which was pushed a couple of months ago.
https://hub.docker.com/r/digitalasset/canton-open-source/tags?page=1&name=2.8.0
Can you please get the 2.8.0 image pushed to the docker hub?
BE
bernhard
Jan 2024With Daml 2.8.0 we stopped publishing open source docker images. Enterprise edition docker images continue to be available as documented here.
BE
bernhard
Jan 2024It has been pointed out to me that the linked docs page has a mistake on it, which will be fixed by this PR. But in short, the way to get the Enterprise docker images is
docker login digitalasset-docker.jfrog.io
docker pull digitalasset-docker.jfrog.io/canton-enterprise[:version]
PR
pragya
Nov 2024If we dont use daml enterprise then which image tag we should use?
WA
WallaceKelly
Nov 2024See my response here.