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

Enable experimental mode when building alpine #178

Closed
wants to merge 1 commit into from

Conversation

AidanDelaney
Copy link
Member

Our alpine examples need pack's experimental mode enabled

fixes: #170

@AidanDelaney AidanDelaney requested a review from a team as a code owner October 31, 2023 10:12
Our alpine examples need pack's experimental mode enabled

Signed-off-by: Aidan Delaney <aidan.delaney@gmail.com>
@@ -28,6 +28,7 @@ build-linux-builders: build-builder-alpine build-builder-jammy

build-builder-alpine: build-linux-packages build-sample-root
@echo "> Building 'alpine' builder..."
${PACK_CMD} config experimental true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, this is already handled here:

./pack config experimental true

But, maybe it makes more sense in this location

@AidanDelaney
Copy link
Member Author

No-longer necessary as we fixed this in 0a90553

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.

Builds fail with example builder images unless experimental image extension enabled
2 participants