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

Use passed VERSION when generating image manifest #1099

Merged
merged 1 commit into from
Mar 31, 2020

Conversation

zubron
Copy link
Contributor

@zubron zubron commented Mar 31, 2020

What this PR does / why we need it:
When calling the push_manifest target, we were passing VERSION to
use for the image tag, however it wasn't being used. Instead we using
the IMAGE_VERSION which was defined outside the target and was the tag
for an image that hadn't been pushed. This modifies the gen_manifest
target to use the passed VERSION value.

This also updates our Makefile to get the latest version of
manifest-tool.

Signed-off-by: Bridget McErlean [email protected]

When calling the `push_manifest` target, we were passing `VERSION` to
use for the image tag, however it wasn't being used. Instead we using
the `IMAGE_VERSION` which was defined outside the target and was the tag
for an image that hadn't been pushed. This modifies the `gen_manifest`
target to use the passed `VERSION` value.

This also updates our Makefile to get the latest version of
manifest-tool.

Signed-off-by: Bridget McErlean <[email protected]>
@zubron zubron merged commit 80987cb into vmware-tanzu:master Mar 31, 2020
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.

1 participant