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 tag names for custom docker images. #895

Merged
merged 1 commit into from
Jul 1, 2022
Merged

Conversation

Alexhuszagh
Copy link
Contributor

Ensures the filenames in custom docker image tags are valid docker tag
characters. This requires the following:

  • lowercase ASCII letters
  • digits
  • a period
  • 1-2 underscores
  • 1 or more hyphens (dashes)

Closes #894.

@Alexhuszagh Alexhuszagh added bug A-container-engine Area: container engines labels Jul 1, 2022
@Alexhuszagh Alexhuszagh requested a review from a team as a code owner July 1, 2022 16:15
Ensures the filenames in custom docker image tags are valid docker tag
characters. This requires the following:
- lowercase ASCII letters
- digits
- a period
- 1-2 underscores
- 1 or more hyphens (dashes)
@Alexhuszagh
Copy link
Contributor Author

bors r=Emilgardis

@bors
Copy link
Contributor

bors bot commented Jul 1, 2022

Build succeeded:

@bors bors bot merged commit 9f814c6 into cross-rs:main Jul 1, 2022
@Emilgardis Emilgardis modified the milestone: v0.2.3 Jul 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-container-engine Area: container engines bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Invalid Docker Tags in Custom Docker Images
2 participants