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

GetTmpDir is not using ImageCopyTmpdir correctly #5043

Merged
merged 1 commit into from Sep 14, 2023

Conversation

rhatdan
Copy link
Member

@rhatdan rhatdan commented Sep 14, 2023

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?

Fix handling of image_copy_tmp_dir from containers.conf

@rhatdan
Copy link
Member Author

rhatdan commented Sep 14, 2023

@mtrmac PTAL

@rhatdan rhatdan force-pushed the tmpdir branch 2 times, most recently from 93354e7 to c6d530d Compare September 14, 2023 01:40
@rhatdan
Copy link
Member Author

rhatdan commented Sep 14, 2023

@rhatdan rhatdan added the 4.7 label Sep 14, 2023
Copy link
Member

@giuseppe giuseppe 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 Sep 14, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: giuseppe, 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

require.NoError(t, err)
// close and remove the temporary file at the end of the program
defer f.Close()
// defer os.Remove(f.Name())
Copy link
Member

Choose a reason for hiding this comment

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

I assume this should not be commented?

Copy link
Member Author

Choose a reason for hiding this comment

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

Shoot, there is always something.

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Copy link
Member

@Luap99 Luap99 left a comment

Choose a reason for hiding this comment

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

/lgtm
/hold

@rhatdan
Copy link
Member Author

rhatdan commented Sep 14, 2023

/hold cancel

@rhatdan rhatdan merged commit 0ad0a8c into containers:main Sep 14, 2023
35 of 36 checks passed
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 14, 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