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

External manifest for image_loader #426

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jrosser
Copy link
Contributor

@jrosser jrosser commented Aug 29, 2024

No description provided.

Jonathan Rosser added 2 commits August 29, 2024 15:50
The manfiest file is a yaml file of the format

images:
   - <image>
rules:
   - pattern: <pattern to match in image name>
     replace: <replace the pattern match with this string>

Each image name is matched against each rule pattern, and the
first match will replace the  pattern with the specificed
replacement string. The replacement may include the string
{repository} which will be substituted with the contents of
the command line parameter --repository.
The created registry will not serve an image loaded with a digest.
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.

1 participant