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 docker_image validation for local (no pull) images #5103

Merged
merged 2 commits into from
May 21, 2024

Conversation

danny6167
Copy link
Member

Updates the regex validation for docker_images

The intended result of this change are

  • Allow for one ~ to optionally appear before the image name so you can specify local (no pull) images
  • Limit the | to zero or one instances in the separator.

@danny6167 danny6167 added the bug Something that's not working as it's intended to be. label May 17, 2024
@danny6167 danny6167 linked an issue May 17, 2024 that may be closed by this pull request
3 tasks
@matthewpi matthewpi merged commit 371c7a6 into pterodactyl:1.0-develop May 21, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something that's not working as it's intended to be.
Projects
Status: 🧨 Awaiting release
Development

Successfully merging this pull request may close these issues.

docker_image validation prevents local images
2 participants