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

Allow @ character in argument sanitizer #20

Merged
merged 1 commit into from Nov 26, 2021

Conversation

fabiendupont
Copy link
Contributor

It is a common practice to use SHA256 signature of container
image names, like registry.example.com/app/web@sha256:<sig>.
The argument sanitizer doesn't allow the @ character, so these
image names will be truncated and will fail to be pulled.

This change adds the @ character in the accepted characters.

Signed-off-by: Fabien Dupont fabiendupont@pm.me

It is a common practice to use SHA256 signature of container
image names, like `registry.example.com/app/web@sha256:<sig>`.
The argument sanitizer doesn't allow the `@` character, so these
image names will be truncated and will fail to be pulled.

This change adds the `@` character in the accepted characters.

Signed-off-by: Fabien Dupont <fabiendupont@pm.me>
@fabiendupont fabiendupont added the kind/bug Categorizes issue or PR as related to a bug. label Nov 26, 2021
@aufi
Copy link
Collaborator

aufi commented Nov 26, 2021

Good catch Fabien 👍

@aufi aufi merged commit 4485efc into kubev2v:main Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants