Skip to content

fix: always add COPY directives in DoCacheProbe #293

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

Merged
merged 2 commits into from
Aug 2, 2024

Conversation

johnstcn
Copy link
Member

@johnstcn johnstcn commented Aug 2, 2024

Required in order to correctly handle RunCacheProbe. Without it, we will be unable to correctly detect the final layer of the built image.

@johnstcn johnstcn self-assigned this Aug 2, 2024
@@ -485,6 +497,9 @@ func (o *Options) Markdown() string {
_, _ = sb.WriteString("| - | - | - | - |\n")

for _, opt := range cliOptions {
if opt.Hidden {
Copy link
Member Author

Choose a reason for hiding this comment

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

review: drive-by; I don't think hidden options should be documented.

@johnstcn johnstcn requested a review from mafredri August 2, 2024 08:46
@johnstcn johnstcn merged commit 065bcaa into main Aug 2, 2024
4 checks passed
@johnstcn johnstcn deleted the cj/cache-probe-envbuilder-binary branch August 2, 2024 08:52
johnstcn added a commit that referenced this pull request Aug 5, 2024
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.

2 participants