https://github.com/better/docker-scala
https://github.com/better/docker-scala
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/better/docker-scala
- Owner: better
- Created: 2016-04-28T14:41:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-22T18:20:59.000Z (about 7 years ago)
- Last Synced: 2025-10-06T08:57:44.845Z (8 months ago)
- Language: Dockerfile
- Size: 7.81 KB
- Stars: 1
- Watchers: 130
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# To publish
Creds are found in lastpass. `VERSION` should be something like OS-OS_VERSION, for example, if building using alpine-3.8, use tag `ALPINE-3.8`.
```
docker login
docker build -t better/docker-scala:VERSION .
docker push better/docker-scala:VERSION
docker logout
```