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

Commit 44a45d5

Browse files
committed
Update to 8u181-2.12.8-1.2.8-1.12.5
1 parent d031fa5 commit 44a45d5

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
FROM openjdk:8u181
1010

1111
# Environment variables
12-
ENV SCALA_VERSION=2.12.7
13-
ENV SBT_VERSION=1.2.6
14-
ENV KUBECTL_VERSION=v1.12.3
12+
ENV SCALA_VERSION=2.12.8
13+
ENV SBT_VERSION=1.2.8
14+
ENV KUBECTL_VERSION=v1.12.5
1515
ENV HOME=/config
1616

1717
# Scala expects this file

README.md

+14
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,17 @@ docker run -it --rm moia/scala-sbt-kubernetes-aws-docker
5555
## License ##
5656

5757
This code is open source software licensed under the [Apache 2.0 License]("http://www.apache.org/licenses/LICENSE-2.0.html").
58+
59+
## Update
60+
61+
1. Edit `Dockerfile` and insert the latest versions of
62+
* OpenJDK (https://hub.docker.com/_/openjdk)
63+
* Scala (https://github.com/scala/scala/releases)
64+
* SBT (https://github.com/sbt/sbt/releases)
65+
* Kubectl (https://github.com/kubernetes/kubernetes/releases)
66+
> Note: Max. 2 versions higher then current server version. Run `kubectl version` to get the server version.
67+
2. Make sure theimage can be built with `docker build .`
68+
3. Commit and push the changes
69+
4. Create a release on GitHub (https://github.com/moia-dev/scala-sbt-kubernetes-aws-docker/releases)
70+
5. Build and tag the image (see above)
71+
6. Push to the docker hub

0 commit comments

Comments
 (0)