-
Notifications
You must be signed in to change notification settings - Fork 174
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
Can't deploy Zarf package built with images from insecure repo #561
Comments
Looking at this, it looks like the issues is in the image path rewrite on deploy, it's not accounting for the alternate port properly. |
Is there a way for me to fix this? Or mitigate it for now? |
Looking at it now |
quick question--do you see the same issue if you have a dotted host portion: |
For reference, here's the regex used to find the parts: https://regex101.com/r/PiL191/1. You can add your own entries to test there. |
I'm reinstalling some dev tools, so i'll test them as soon as I can. I am simultaneously about to test my package in a linux VM and see if that performs any differently. If it does i'll be pretty confused. |
@acdop100 @jeff-mccoy I this stale, fixed or need a 2nd look? |
Whoever picks this up start with #666 |
We should verify this is still an issue after the next release that includes #876 |
Migrated from #1191 ## Description Adding support for insecure flag for external registry in `zarf init`. Fixing `zarf package create` and `zarf package deploy` failures with external self signed cert registry as mentioned in #1190 and #1181 ## Related Issue Fixes # #1190 Fixes # #1181 Fixes # #561 Fixes # #1015 --------- Co-authored-by: Rishi <[email protected]>
Fixed in #1280 |
Migrated from #1191 ## Description Adding support for insecure flag for external registry in `zarf init`. Fixing `zarf package create` and `zarf package deploy` failures with external self signed cert registry as mentioned in #1190 and #1181 ## Related Issue Fixes # #1190 Fixes # #1181 Fixes # #561 Fixes # #1015 --------- Co-authored-by: Rishi <[email protected]>
Environment
Device and OS: 2019 MacBook Pro, i9 16gb RAM, Big Sur 11.6
App version: 0.19.5
Kubernetes distro being used: minikube
Other:
Steps to reproduce
zarf package create --insecure
zarf package deploy --insecure
Expected result
Package deployment
Actual Result
Visual Proof (screenshots, videos, text, etc)
Severity/Priority
Additional Context
Zarf successfully packages the images (or so it appears) with
zarf package create
. Unfortunately I cannot deploy the package on the same machine the package is created on. I haven't tried a separate machine but I would expect the same result.If the Zarf package contains images that were not pulled from the local reg (i.e. docker hub) it copies those fine; it only fails when it tries to copy the local images. It doesn't matter if the images were built locally, tagged, and pushed to the registry or pulled from outside, tagged, and pushed to local registry (tested with busybox).
The text was updated successfully, but these errors were encountered: