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

fix: Don't use tagless images unless they're pod template names #62

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

abayer
Copy link

@abayer abayer commented Jul 5, 2019

See jenkins-x/jx#4615. Regardless of what we
do about that issue in the end, we shouldn't be using
gcr.io/jenkinsxio/builder-go as the image in the first place. go
(i.e., referring to the pod template name) will always pick up the
latest in the version stream, which is what we'd want anyway (and what
we do everywhere else here).

Signed-off-by: Andrew Bayer [email protected]

See jenkins-x/jx#4615. Regardless of what we
do about that issue in the end, we shouldn't be using
`gcr.io/jenkinsxio/builder-go` as the image in the first place. `go`
(i.e., referring to the pod template name) will always pick up the
latest in the version stream, which is what we'd want anyway (and what
we do everywhere else here).

Signed-off-by: Andrew Bayer <[email protected]>
@warrenbailey
Copy link
Contributor

/approve

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.

2 participants