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

Commits on Mar 31, 2020

  1. Use passed VERSION when generating image manifest

    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 committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    5508a72 View commit details
    Browse the repository at this point in the history