This repository was archived by the owner on Jan 10, 2020. It is now read-only.
File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change 9
9
FROM openjdk:8u181
10
10
11
11
# 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
15
15
ENV HOME=/config
16
16
17
17
# Scala expects this file
Original file line number Diff line number Diff line change @@ -55,3 +55,17 @@ docker run -it --rm moia/scala-sbt-kubernetes-aws-docker
55
55
## License ##
56
56
57
57
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
You can’t perform that action at this time.
0 commit comments