Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Update to 8u181-2.12.8-1.2.8-1.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed Jan 18, 2019
1 parent d031fa5 commit 44a45d5
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
FROM openjdk:8u181

# Environment variables
ENV SCALA_VERSION=2.12.7
ENV SBT_VERSION=1.2.6
ENV KUBECTL_VERSION=v1.12.3
ENV SCALA_VERSION=2.12.8
ENV SBT_VERSION=1.2.8
ENV KUBECTL_VERSION=v1.12.5
ENV HOME=/config

# Scala expects this file
Expand Down
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,17 @@ docker run -it --rm moia/scala-sbt-kubernetes-aws-docker
## License ##

This code is open source software licensed under the [Apache 2.0 License]("http://www.apache.org/licenses/LICENSE-2.0.html").

## Update

1. Edit `Dockerfile` and insert the latest versions of
* OpenJDK (https://hub.docker.com/_/openjdk)
* Scala (https://github.com/scala/scala/releases)
* SBT (https://github.com/sbt/sbt/releases)
* Kubectl (https://github.com/kubernetes/kubernetes/releases)
> Note: Max. 2 versions higher then current server version. Run `kubectl version` to get the server version.
2. Make sure theimage can be built with `docker build .`
3. Commit and push the changes
4. Create a release on GitHub (https://github.com/moia-dev/scala-sbt-kubernetes-aws-docker/releases)
5. Build and tag the image (see above)
6. Push to the docker hub

0 comments on commit 44a45d5

Please sign in to comment.