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
The default behavior of Dofigen is to replace Docker image tags by there corresponding digests in order to have the control on the real docker image used.
It could be nice to add a --no-replace-tags flag to let the possibility to disable this behavior for the users that don't want it.
Technical recommandation
Do not replace never the tags in the effective of the lockfile in order.
The tags are replaced at the end of the generate and effective commands if the flag is not present.
The text was updated successfully, but these errors were encountered:
taorepoara
changed the title
[Task] No image tag replacement option for the generate command
[Task] No image tag replacement flag for the generate command
Sep 23, 2024
What should be done
The default behavior of Dofigen is to replace Docker image tags by there corresponding digests in order to have the control on the real docker image used.
It could be nice to add a
--no-replace-tags
flag to let the possibility to disable this behavior for the users that don't want it.Technical recommandation
Do not replace never the tags in the
effective
of the lockfile in order.The tags are replaced at the end of the generate and effective commands if the flag is not present.
The text was updated successfully, but these errors were encountered: