Skip to content

feat: use kaniko build and add container changes#14213

Merged
ohmayr merged 2 commits into
mainfrom
update-dockerfile
Aug 11, 2025
Merged

feat: use kaniko build and add container changes#14213
ohmayr merged 2 commits into
mainfrom
update-dockerfile

Conversation

@ohmayr

@ohmayr ohmayr commented Aug 11, 2025

Copy link
Copy Markdown
Contributor

This PR updates the Dockerfile to include the missing pieces such as:

  • Running bazelisk build command in the builder stage to warm up the bazel cache.
  • Allowing a user to be configured when building the docker image.
  • Using a virtual env to fix the missing nox error when running the post processor.
  • Creating custom directories for bazel cache to be used by bazelisk build.
  • Adding permissions to the cli.py file.

Fixes #14142

@ohmayr ohmayr requested a review from a team August 11, 2025 21:40
@ohmayr ohmayr merged commit a5ad4bc into main Aug 11, 2025
23 checks passed
@ohmayr ohmayr deleted the update-dockerfile branch August 11, 2025 22:28
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.

Reduce the build time for .generator/Dockerfile

2 participants