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): refactored container backend dockerfile builder #4993

Merged
merged 1 commit into from Oct 10, 2022

Conversation

distorhead
Copy link
Member

@distorhead distorhead commented Oct 10, 2022

  • Unified interface of instructions.
  • No switch-case by instruction type, use polymorphism instead.
  • Introduced BuildContext to keep unpacked context tar between executing multiple instructions.
  • Renaming of primitives and some packages.

refs #2215

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

* Unified interface of instructions.
* No switch-case by instruction type, use polymorphism instead.
* Introduced BuildContext to keep unpacked context tar between executing multiple instructions.
* Renaming of primitives and some packages.

Signed-off-by: Timofey Kirillov <timofey.kirillov@flant.com>
@distorhead distorhead force-pushed the staged-dockerfile-backend-instructions-rework branch from 80528f7 to fb2f6bf Compare October 10, 2022 18:39
@distorhead distorhead merged commit a210944 into main Oct 10, 2022
@distorhead distorhead deleted the staged-dockerfile-backend-instructions-rework branch October 10, 2022 18:46
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