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

APP_NAME is set to an invalid value #827

Open
ankitm123 opened this issue Dec 27, 2021 · 0 comments · May be fixed by #826
Open

APP_NAME is set to an invalid value #827

ankitm123 opened this issue Dec 27, 2021 · 0 comments · May be fixed by #826
Assignees

Comments

@ankitm123
Copy link
Contributor

Normally APP_NAME is used to set the name of the docker repo to which Jenkins X pipeline pushes to.
For nested repos, this is set to group/repo, which is valid for ECR repos as valid docker repo names can only contain abcdefghijklmnopqrstuvwxyz0123456789_-./.

However for dockerhub, this is not valid
image

This would also not work for repos with capitals in their name, as github repo names can have capital in their name, but dockerhub repo names cant have caps.

@ankitm123 ankitm123 linked a pull request Dec 27, 2021 that will close this issue
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 a pull request may close this issue.

1 participant