Skip to content

feat: add field for local artifact mirror image location #13

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

Conversation

ricardomaraschini
Copy link
Contributor

adds a property to keep track the location of the local artifact mirror image tar file inside the airgap bundle.

creates a field from where the location and a list of images can be
read. these images are embedded cluster images intended to be pushed
to the internal registry.
@ricardomaraschini ricardomaraschini force-pushed the ricardomaraschini/sc-105498/add-lam-location-to-embedded-cluster-artifacts-struct branch from 6af88ba to 8d3fa3a Compare June 12, 2024 20:09
@ricardomaraschini ricardomaraschini merged commit 2e6c90e into main Jun 12, 2024
1 check passed
// Registry holds a directory from where a images can be read and later pushed
// to the registry. Format inside the directory is the same as the registry
// storage format.
type Registry struct {
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
type Registry struct {
type EmbeddedClusterRegistry struct {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants