-
Notifications
You must be signed in to change notification settings - Fork 14
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
Implement Docker Image custom resource functionality #404
Comments
I am working off of this feature branch , adding the Create function for docker.Image, using the Docker Go SDK to build a Docker image and push it to the given registry. I've been able to create and push an image, and then also use the existing A few notes on backwards compatibility with the component resource implementation:
|
#414 has the current updates for today: For the schema we have increased feature parity with the current implementation, specifically:
Behavior is verified via a local Pulumi Typescript program. Next up: Implementing additional fields in the
Still some work to be done on #413 to pass tests and linter. |
#414 has been restructured to allow for correct handling and marshaling of the Image input into Go structs. Includes first stab at implementing logic for some of the features. |
The foundation for this is done in #413. The PR describes what has been implemented so far. I will add followup issues as we explicitly add support for additional features. |
Cannot close issue without required labels: |
Depends on #403
Issue details
Implement full pulumi-native CRUD lifecycle for Docker Image, but superimposed on the TF provider for backwards compatibility and user friendliness
Previous PoC here: https://github.com/guineveresaenger/pulumi-docker-native - please ask for access
This issue may be broken up into multiple sub-issues as we're really adding a full mini-provider here.
Affected area/feature
Docker Image resource in this provider
The text was updated successfully, but these errors were encountered: