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

Use Pulumi Base Image instead of Python #115

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

RobbieMcKinstry
Copy link
Contributor

This PR switches the Kitchen Sink image to be FROM the Pulumi base image instead of Debian.

As is, I'm not sure this will actually speed up image caching, since the base image doesn't contain much of anything -- it installs Pulumi, but as written, this PR requires the Kitchen Sink to reinstall pulumi using the provided version build-arg. I'm going to see if I can use the build-arg in the FROM clause to dynamically specify the base, allowing us to skip the installation steps already conducted by the base.

Closes #114

@RobbieMcKinstry RobbieMcKinstry added impact/performance Something is slower than expected kind/bug Some behavior is incorrect or out of spec area/build labels Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build impact/performance Something is slower than expected kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pulumi/Pulumi does not use Pulumi/Base
1 participant