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

[release-1.26] bump github.com/containers/storage from v1.40.2 to v1.40.3 #4089

Merged
merged 1 commit into from
Jul 2, 2022

Conversation

nalind
Copy link
Member

@nalind nalind commented Jul 1, 2022

What type of PR is this?

/kind other

What this PR does / why we need it:

Update github.com/containers/storage from v1.40.2 to v1.40.3, pulling in cherry-picked containers/storage#1276.

How to verify it

Attempt a buildah build using overlay with mount_program=/usr/bin/fuse-overlayfs when the storage root is itself on a virtiofs mount point.

Which issue(s) this PR fixes:

None

Special notes for your reviewer:

This is a bit tricky to set up for CI, but if you're root on a Fedora 36 system, fuse-overlayfs over fuse-overlayfs seems to be close enough to be able to verify it if you're root if you're careful about the base image:

mkdir /var/tmp/{upper,work,lower}
fuse-overlayfs -o upperdir=/var/tmp/upper,lowerdir=/var/tmp/lower,workdir=/var/tmp/work /var/lib/containers
cat > buildfile << EOF
FROM alpine
RUN pwd
EOF
buildah --storage-driver overlay --storage-opt mount_program=/usr/bin/fuse-overlayfs build -f buildfile

Does this PR introduce a user-facing change?

None

Update github.com/containers/storage from v1.40.2 to v1.40.3.

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
@nalind nalind changed the title Bump github.com/containers/storage from v1.40.2 to v1.40.3 [release-1.26] bump github.com/containers/storage from v1.40.2 to v1.40.3 Jul 1, 2022
Copy link
Collaborator

@flouthoc flouthoc left a comment

Choose a reason for hiding this comment

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

LGTM

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jul 1, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: flouthoc, nalind

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

@rhatdan
Copy link
Member

rhatdan commented Jul 2, 2022

/lgtm

@openshift-ci openshift-ci bot added the lgtm label Jul 2, 2022
@openshift-ci openshift-ci bot merged commit 2e76cce into containers:release-1.26 Jul 2, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 8, 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.

None yet

3 participants