BallAerospace / COSMOS

Ball Aerospace COSMOS
https://ballaerospace.github.io/cosmos-website/
Other
360 stars 129 forks source link

Docker Image Tagging #1716

Closed MTI-twalker closed 2 years ago

MTI-twalker commented 2 years ago

Is your feature request related to a problem? Please describe. This is not related to a problem

Describe the solution you'd like The docker file for each container currently includes an "ARG COSMOS_TAG=latest" and is not associated with the current release. This seems fine when establishing the baseline to put into operation. During operation, we are looking to ensure we can setup an exact replica of the operation setup exactly. If a re-build were to happen or standing up another instance were needed the build would pull the latest image which adds concerns if there is conflict with the release that is currently in use.

ghost commented 2 years ago

If you edit the COSMOS_TAG variable in the .env file, that is what version is actually used when running the containers.