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

[1.19] buildah manifest add localimage should work #2957

Merged
merged 2 commits into from
Feb 5, 2021

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Feb 3, 2021

Currently if you attempt to build create a manifest
and add a local image, the command blows up.

The current code always looks for a remote image.
This PR fixes the code to use the local image if it
exists.

Signed-off-by: Daniel J Walsh [email protected]

What type of PR is this?

/kind api-change
/kind bug
/kind cleanup
/kind deprecation
/kind design
/kind documentation
/kind failing-test
/kind feature
/kind flake
/kind other

What this PR does / why we need it:

How to verify it

Which issue(s) this PR fixes:

Special notes for your reviewer:

Does this PR introduce a user-facing change?


@openshift-ci-robot
Copy link
Collaborator

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: rhatdan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@vrothberg vrothberg changed the title buildah manifest add localimage should work [1.19] buildah manifest add localimage should work Feb 3, 2021
Copy link
Member

@vrothberg vrothberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rhatdan
Copy link
Member Author

rhatdan commented Feb 3, 2021

@nalind @giuseppe @QiWang19 @TomSweeneyRedHat PTAL

This PR is not able to be merged upstream because of unrelated gzip error.

Copy link
Contributor

@QiWang19 QiWang19 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nalind
Copy link
Member

nalind commented Feb 3, 2021

Until a PR gets merged onto the master branch,
/hold

@rhatdan
Copy link
Member Author

rhatdan commented Feb 3, 2021

The problem is the Docker 2020 is going to block anything getting merged until we figure out which way we want to on it.

@rhatdan
Copy link
Member Author

rhatdan commented Feb 5, 2021

Since this is now merged in the main branch, I am merging it here.

@openshift-ci-robot
Copy link
Collaborator

New changes are detected. LGTM label has been removed.

Currently if you attempt to build create a manifest
and add a local image, the command blows up.

The current code always looks for a remote image.
This PR fixes the code to use the local image if it
exists.

Signed-off-by: Daniel J Walsh <[email protected]>
Buildah bud --manifest XYZ was not working.

The manifest was never created. This PR Finishes
the plumbing and allows users to create a manifest
while building an image in one single command.

Signed-off-by: Daniel J Walsh <[email protected]>
@openshift-ci-robot
Copy link
Collaborator

New changes are detected. LGTM label has been removed.

@rhatdan rhatdan added the lgtm label Feb 5, 2021
@rhatdan rhatdan merged commit 36ed1f9 into containers:release-1.19 Feb 5, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 24, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants