commit | a18d9c57285d69dfd6c10424e763e8f457654344 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Fri Feb 05 09:52:26 2021 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Wed Feb 10 08:04:04 2021 -0600 |
tree | e22d3ec5d98383faf138c0b062cdeb0f6daa8f39 | |
parent | 0f2086b394cdef7f2716823eaaaa679a767767ea [diff] |
build-unit-test-docker: split docker stages into invocations Rather than a single large Dockerfile, split each stage into its own Dockerfile with its own invocation. This is in preparation for building the docker stages in parallel. Since multiple invocations of this script could be running in parallel, possibly with different content, this requires creating well-named tags for each stage. Create these tags as a combination of the current date and the content that went into the stage Dockerfile. The date is used so that we can refresh the base image more regularly. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I77ac232f1603b6ce74c55f0f9466482ff30eb32e
Build script for CI jobs in Jenkins.