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

support in-repo images from the version stream #1224

Open
jstrachan opened this issue Jan 27, 2021 · 0 comments
Open

support in-repo images from the version stream #1224

jstrachan opened this issue Jan 27, 2021 · 0 comments

Comments

@jstrachan
Copy link
Member

it would be nice to have a syntax for image names to use inside in-repo tekton pipelines/tasks which get the image version from the version stream if it exists

e.g. inside a step...

steps:
- image: versionStream:gcr.io/myrepo/something

or maybe a magic suffix?

steps:
- image: gcr.io/myrepo/something:@versionStream

to indicate that lighthouse should lookup the file gcr.io/myrepo/something.yaml to find the version in the following paths in order, picking the first one:

  • images the new local image stream outside of the kpt managed versionStream folder
  • versionStream/images(new location in the shared version stream)
  • versionStream/docker (current location
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

No branches or pull requests

1 participant