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: custom builder image #1350

Merged
merged 3 commits into from
Nov 22, 2024
Merged

feat: custom builder image #1350

merged 3 commits into from
Nov 22, 2024

Conversation

Tpuljak
Copy link
Member

@Tpuljak Tpuljak commented Nov 19, 2024

Custom Builder Image

Description

Added the option to configure the custom builder image. The option in the server existed before but wasn't used in the entire build process. The image, with the appropriate registry is used in the entire creation process now.

Additionally, added container registry credentials to the local container registry service. If the local registry fails to start, the serve command does not exit. Instead, it prints out the error and lets the user know they should restart the server to restart the registry.

  • This change requires a documentation update
  • I have made corresponding changes to the documentation

Related Issue(s)

Closes #1348

Notes

All providers will need to be updated.

@Tpuljak Tpuljak force-pushed the custom-builder-image branch 5 times, most recently from ca7cbc7 to fcb4665 Compare November 19, 2024 16:23
- removed all hardcoded builder images
- added registry credentials to local container registry

Signed-off-by: Toma Puljak <[email protected]>
@Tpuljak Tpuljak changed the title wip: custom builder image feat: custom builder image Nov 20, 2024
@Tpuljak Tpuljak marked this pull request as ready for review November 20, 2024 06:55
@Tpuljak Tpuljak requested a review from a team as a code owner November 20, 2024 06:55
@Tpuljak Tpuljak merged commit 8c58cd7 into main Nov 22, 2024
12 checks passed
@Tpuljak Tpuljak deleted the custom-builder-image branch November 22, 2024 10:17
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.

create workspace fails with enforced sign-in in docker
3 participants