-
Notifications
You must be signed in to change notification settings - Fork 208
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
Make buildkit the default driver in porter v1 #1954
Comments
carolynvs
added a commit
to carolynvs/porter
that referenced
this issue
Apr 1, 2022
Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes getporter#1954 Signed-off-by: Carolyn Van Slyck <[email protected]>
4 tasks
carolynvs
added a commit
to carolynvs/porter
that referenced
this issue
Apr 1, 2022
Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes getporter#1954 Signed-off-by: Carolyn Van Slyck <[email protected]>
carolynvs
added a commit
to carolynvs/porter
that referenced
this issue
Apr 1, 2022
Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes getporter#1954 Signed-off-by: Carolyn Van Slyck <[email protected]>
carolynvs
added a commit
to carolynvs/porter
that referenced
this issue
Apr 1, 2022
Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes getporter#1954 Signed-off-by: Carolyn Van Slyck <[email protected]>
carolynvs
added a commit
to carolynvs/porter
that referenced
this issue
Apr 1, 2022
Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes getporter#1954 Signed-off-by: Carolyn Van Slyck <[email protected]>
carolynvs
added a commit
to carolynvs/porter
that referenced
this issue
Apr 4, 2022
Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes getporter#1954 Signed-off-by: Carolyn Van Slyck <[email protected]>
carolynvs
added a commit
to carolynvs/porter
that referenced
this issue
Apr 4, 2022
Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes getporter#1954 Signed-off-by: Carolyn Van Slyck <[email protected]>
carolynvs
added a commit
that referenced
this issue
Apr 5, 2022
…#1999) * Support additional docker build flags This adds support for the following docker flags: --build-arg: Pass build arguments that can be used in the template dockerfile --ssh: Provide a ssh configuration to the container while building --secret: Provide a secret to the container while building --no-cache: Build the image and do not use cached layers. It also fixes how we call the docker buildx plugin so that user configuration, such as a proxy, is used. After upgrading to a new version of buildx, I was also able to pick up a fix for pretty printing the progress to stderr, while capturing the plaintext output to the logs. Closes #1769 Closes #1941 Signed-off-by: Carolyn Van Slyck <[email protected]> * Remove experimental flag for build drivers Default to buildkit only and remove the docker build driver Keep the build driver config option, in case we ever get creative in the future Closes #1954 Signed-off-by: Carolyn Van Slyck <[email protected]> * Default dockerfile syntax to 1.4.0 If a template that was previously written for legacy docker is used now that we only support buildkit, use dockerfile syntax 1.4.0 and prepend that to their template so that when we inject things like `COPY --link` their bundle still builds. Signed-off-by: Carolyn Van Slyck <[email protected]> * Code cleanup Signed-off-by: Carolyn Van Slyck <[email protected]> * Document new ShouldLog function Signed-off-by: Carolyn Van Slyck <[email protected]>
Closed by #1999 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The performance improvements and feature sets in buildkit are useful enough that I'd like to see us make buildkit the default build driver when we release v1.
The text was updated successfully, but these errors were encountered: