jenkins-x-plugins / jenkins-x-plugins/jx-gitops

APP_NAME is set to an invalid value

Open
#827 0 comments 0 reactions 1 assignee Claimed by @ankitm123 View on GitHub
Dominant language
Go
Stars
35
Forks
53
Avg merge
1d 12h
Merged PRs (30d)
7

Description

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](https://user-images.githubusercontent.com/6242296/147513708-dacf7488-c480-4947-9a8a-7cc976ef8e1a.png)

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.