Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Basic implementation of docker_tag resource. #418

Merged
merged 7 commits into from
Jul 28, 2022
Merged

Conversation

Junkern
Copy link
Contributor

@Junkern Junkern commented Jul 27, 2022

This is introducing a new docker_tag resource which does the same thing as the docker tag command: It tags images.
The feature set is pretty basic:

  • Have a source_image and tag it as target_image
  • Run the tag command whenever any of those two values change
  • We won't support deletion of any tagged images when the docker_tag resource is destroyed.

This will allow for many new workflows which were not really possible before (e.g. #137 )

@Junkern Junkern added this to the v2.20.0 milestone Jul 27, 2022
@Junkern Junkern merged commit 777e292 into master Jul 28, 2022
@Junkern Junkern deleted the feat/docker_tag branch July 28, 2022 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants