Base image for building Scala projects on CircleCI.
2.4K
Base image for building Scala projects on CircleCI.
Use this image as a primary container for testing and building Scala projects on CircleCI:
version: 2
jobs:
test:
docker:
- image: verdigristech/ci-scala
working_directory: ~/myproject
steps:
- checkout
- setup_remote_docker
# Rest of the config.yml for your project
# ...
Copyright © 2018 Verdigris Technologies Inc. All rights reserved.
Content type
Image
Digest
Size
788.7 MB
Last updated
almost 8 years ago
docker pull verdigristech/ci-scala