You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
Image build times on remote runners with Kaniko can be painfully slow, but changing its snapshot mode often yields significant gains. Particularly for complex Dockerfiles that trigger many filesystem snapshots.
Because of this, I've taken to patching my ODRs by adding --snapshotMode=redo to Kaniko's argument list.
Describe the solution you'd like
I would like a waypoint.hcl build setting that configures Kaniko's snapshotMode.
Describe alternatives you've considered
Continuing to patch ODR builds.
Using local runners, which has implications for our security posture since it requires the Nomad API to be accessible to build and development systems.
Explain any additional use-cases
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Image build times on remote runners with Kaniko can be painfully slow, but changing its snapshot mode often yields significant gains. Particularly for complex
Dockerfile
s that trigger many filesystem snapshots.Because of this, I've taken to patching my ODRs by adding
--snapshotMode=redo
to Kaniko's argument list.Describe the solution you'd like
I would like a
waypoint.hcl
build setting that configures Kaniko'ssnapshotMode
.Describe alternatives you've considered
Explain any additional use-cases
Additional context
The text was updated successfully, but these errors were encountered: