Add Docker-Compose, AWS & Upgrade Node, Java#8
Conversation
|
|
||
| The build tools included are: | ||
|
|
||
| - **Java** openjdk 11.0.2 2019-01-15 |
There was a problem hiding this comment.
Why change to latest?
Would soon be wrong
There was a problem hiding this comment.
Latest is the wrong word I agree. I just mean that the versions arent pinned (will update whenever the image is rebuilt)
There was a problem hiding this comment.
I was going to update all the versions here but I know they'd become out of date before long
There was a problem hiding this comment.
I've now removed the "latest" wording entirely for unpinned stuff
There was a problem hiding this comment.
that seems like the wrong thing to be doing you don't want your tools changing from one ci build to the next.
Should fix the base version then they would be pinned.
The tests could be extended to print all these version to make it easier to update.
Co-Authored-By: Stuart Hendren <[email protected]>
stuarthendren
left a comment
There was a problem hiding this comment.
Fix the base image version
|
@stuarthendren I've fixed the base image version and now list all versions out in the README. |
Closes #6
Closes #7