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

feat(staged-dockerfile): implement whether stage uses build-context correctly #5047

Merged

Conversation

distorhead
Copy link
Member

@distorhead distorhead commented Oct 19, 2022

This fixes panic when trying to use uninitialized build-context because of unimplemented UsesBuildContext method at the pkg/build/stage/instruction level. Also refactored pkg/build/stage/instruction a bit: common PrepareImage method implementation in Base.

refs #2215

Signed-off-by: Timofey Kirillov timofey.kirillov@flant.com

…orrectly

This fixes panic when trying to use uninitialized build-context because of unimplemented UsesBuildContext method at the pkg/build/stage/instruction level. Also refactored pkg/build/stage/instruction a bit: common PrepareImage method implementation in Base.

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
@distorhead distorhead merged commit 2851923 into main Oct 19, 2022
@distorhead distorhead deleted the staged-dockerfile-setup-builder-context-in-conveyor branch October 19, 2022 18:58
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.

None yet

1 participant