You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a DevOps Engineer,
I want automated build of container images,
So that it does not have to be done by hand.
Basic Example
After release is published, there should be automated pipeline that is building and publishing container image with tag corresponding to version, e.g.:
Version v1.0.0 is published
CI/CD pipeline builds image application:v1.0.0 and application:latest
CI/CD pipeline publishes images application:v1.0.0 and application:latest to public image repository
Drawbacks
N/A
Unresolved questions
No response
Reference Issues
No response
The text was updated successfully, but these errors were encountered:
Summary
As a DevOps Engineer,
I want automated build of container images,
So that it does not have to be done by hand.
Basic Example
After release is published, there should be automated pipeline that is building and publishing container image with tag corresponding to version, e.g.:
v1.0.0
is publishedapplication:v1.0.0
andapplication:latest
application:v1.0.0
andapplication:latest
to public image repositoryDrawbacks
N/A
Unresolved questions
No response
Reference Issues
No response
The text was updated successfully, but these errors were encountered: