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

Support Docker custom tags via plugin hook #16662

Merged

Conversation

alonsodomin
Copy link
Contributor

@alonsodomin alonsodomin commented Aug 26, 2022

In #16077 we added support to provide with additional Docker image tags via a custom union rule. However the Helm backend was not making use of that rule and therefore any tags provided in that way would be ignored when resolving Docker image references in Helm's post-renderer.

This PR adds support for retrieving the image tags that end users may provide using that mechanism.

[ci skip-rust]

[ci skip-build-wheels]

@alonsodomin alonsodomin added needs-cherrypick category:internal CI, fixes for not-yet-released features, etc. backend: Helm Helm backend-related issues labels Aug 26, 2022
@alonsodomin alonsodomin added this to the 2.14.x milestone Aug 26, 2022
@alonsodomin alonsodomin merged commit b93841e into pantsbuild:main Aug 26, 2022
Eric-Arellano pushed a commit to Eric-Arellano/pants that referenced this pull request Aug 31, 2022
Evaluates additional Docker image tags that may be provided via custom user-provided rules
# Building wheels and fs_util will be skipped. Delete if not intended.
[ci skip-build-wheels]
Eric-Arellano added a commit that referenced this pull request Aug 31, 2022
…16719)

Evaluates additional Docker image tags that may be provided via custom user-provided rules

Co-authored-by: A. Alonso Dominguez <[email protected]>
cczona pushed a commit to cczona/pants that referenced this pull request Sep 1, 2022
Evaluates additional Docker image tags that may be provided via custom user-provided rules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend: Helm Helm backend-related issues category:internal CI, fixes for not-yet-released features, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants