Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New container CI logic
Removes
eos-fuse-mount
container --> #TODO the way things were done should be saved somewhere in the documentation (deprecated section?)Missing a Readme to explain everything.
Every time the base-ops container/content is changed, a small version must be released (i.e.,
v.X.Y.(Z+1)
).vre-base-ops:vX.Y.Z+1
imageIn any other situation, a workflow will be triggered only if any change is detected on any of the containers folders/files. The container will be based on the latest
vre-base-ops
tag. Ref. add CI that builds containers when changes in subdir #260Closes #236