daml/ci/docker
Gary Verhaegen ba2ce20bb2
Docker Hub description for digitalasset/daml-sdk (#7886)
This commit just copies the existing description of the image from
DockerHub so we have a starting point to change it.

CHANGELOG_BEGIN
CHANGELOG_END
2020-11-04 18:25:08 +01:00
..
daml-sdk update base image for SDK Docker image (#6970) 2020-08-03 18:20:31 +02:00
README.md Docker Hub description for digitalasset/daml-sdk (#7886) 2020-11-04 18:25:08 +01:00

Dockerized DAML SDK

Digital Asset's DAML SDK in a can

Tags

  • ${SDK_VERSION} (Alpine Linux)

Quick start

  • Ensure Docker is installed
  • Check out existing demo DAML project (or use your own):
git clone https://github.com/digital-asset/ex-bond-trading.git
cd ex-bond-trading
  • Run DAML scenarios:
docker run --rm -it -v $PWD:/data digitalasset/daml-sdk:${SDK_VERSION} bash -c "~/.daml/bin/daml test --files /data/src/main/daml/Test.daml"

Note: This image is primarily intended for CI workflows, where the benefits of caching Docker images can outweigh the awkwardness of the above command. For local development, we strongly recommend installing the DAML SDK on the host development machine instead, by running curl https://get.daml.com | bash.

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.