Skip to content

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