You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In the current implementation, the frontend automatically splits the custom image repository URL by ":". However this wouldn't allow the usage of port number in the URL; for example "my-custom-repository:5000/myterraform/myimage:latest" where "latest" is actually the tag, wouldn't work.
To Reproduce
Steps to reproduce the behavior:
Go to 'Module edition', and select "Custom" for Terraform Image
Add "my-custom-repository:5000/myterraform/myimage:latest" as custom image
Hi @juwit
THanks a lot. I have worked on that and have it ready. I have also added some changes in the terraform-mustache file, to allow using custom-terraform images with non-root permissions: indeed the script in there was always installing "curl" - now "curl" is installed only if not existing. Please expect my PR in the next few days.
Describe the bug
In the current implementation, the frontend automatically splits the custom image repository URL by ":". However this wouldn't allow the usage of port number in the URL; for example "my-custom-repository:5000/myterraform/myimage:latest" where "latest" is actually the tag, wouldn't work.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Repository: my-custom-repository:5000/myterraform/myimage
Tag: latest
Screenshots
Desktop (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: