-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add registry image pkg #76
Merged
Merged
Commits on Sep 2, 2021
-
In order to assist in the creation of HCP Packer Registry Image metadata for various Artifacts. A new package is being added to assist in the creation of a registryimage.Image from an existing Artifact. The FromArtifact function provides a simple approach of extracting the required bits from an Artifact needed by the HCP Packer registry. The default values, which can be overwritten by the use of a ArtifactOverrideFunc , were selected to provide some standard defaults that are set to be available for most plugins were bundled with Packer prior to v1.7.0. When those defaults are not viable the package provider override funcs that can be used by the consumer for setting the appropriate values. For those plugins that generate more than one registryimage.Image per Artifact one can construct a []registryimage.Image and return that information as the response of Packer core calling artifact.State(registryimage.ArtifactStateURI).
Wilken Rivera committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 7b13739 - Browse repository at this point
Copy the full SHA 7b13739View commit details -
* Move pkg around to remove a bit of the stutter. * Add some example tests for a few of the functions provided by the package.
Wilken Rivera committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 7ab6bae - Browse repository at this point
Copy the full SHA 7ab6baeView commit details -
Wilken Rivera committed
Sep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 22040a1 - Browse repository at this point
Copy the full SHA 22040a1View commit details -
Add validate method to Image type
Wilken Rivera committedSep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for ddf6a33 - Browse repository at this point
Copy the full SHA ddf6a33View commit details -
Wilken Rivera committed
Sep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for f86c7cc - Browse repository at this point
Copy the full SHA f86c7ccView commit details -
Wilken Rivera committed
Sep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for ca76e04 - Browse repository at this point
Copy the full SHA ca76e04View commit details -
Wilken Rivera committed
Sep 2, 2021 Configuration menu - View commit details
-
Copy full SHA for 8464b03 - Browse repository at this point
Copy the full SHA 8464b03View commit details
Commits on Sep 3, 2021
-
Wilken Rivera committed
Sep 3, 2021 Configuration menu - View commit details
-
Copy full SHA for edcb734 - Browse repository at this point
Copy the full SHA edcb734View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.