-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: allow to specify dockerfile name in image_build_spec
#2223
feat: allow to specify dockerfile name in image_build_spec
#2223
Conversation
Thanks @leovct ! Looks like there's still a failing test here: https://app.circleci.com/pipelines/github/kurtosis-tech/kurtosis/11579/workflows/04b3d332-76f8-4d63-9cdc-b82e936f4fab/jobs/169175?invite=true#step-108-11902_114 and a merge conflict with |
...rver/api_container/server/startosis_engine/kurtosis_types/service_config/image_build_spec.go
Show resolved
Hide resolved
…geAttr`" This reverts commit 18ff46b.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job with this PR @leovct ; very thorough!
...rver/api_container/server/startosis_engine/kurtosis_types/service_config/image_build_spec.go
Outdated
Show resolved
Hide resolved
Cloudflare is having issues right now, so I'm going to admin-merge this (the rest of the checks passed) |
Pull request was closed
Tracking: seems like there's flakiness in our CI pipeline (tests passed in the PR, but failed in the merge queue): https://app.circleci.com/pipelines/github/kurtosis-tech/kurtosis/11662/workflows/326000e1-44d9-43d6-b366-d14966c4b808/jobs/170803 @laurentluce to investigate |
🤖 I have created a release *beep* *boop* --- ## [0.88.0](0.87.3...0.88.0) (2024-02-29) ### ⚠ BREAKING CHANGES * remove the cloud add and CreateCloudInstance endpoint ([#2234](#2234)) ### Features * allow to specify dockerfile name in `image_build_spec` ([#2223](#2223)) ([d274170](d274170)) ### Miscellaneous Chores * remove the cloud add and CreateCloudInstance endpoint ([#2234](#2234)) ([0f17729](0f17729)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: kurtosisbot <[email protected]>
Description:
Allow to specify the Dockerfile name in
ImageBuildSpec
.Resolves #2187
build_file
attribute inImageBuildSpec
.ImageBuildSpec
tests and add custom build file testsImageBuildSpec
,TargetStageAttr
validator tonil
since it's an optional value.ImageBuildSpec
docs.go mod tidy
.Is this change user facing?
✅
References (if applicable):