-
Notifications
You must be signed in to change notification settings - Fork 690
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
Unable to find container images #822
Comments
Looks like someone made the organization private, or purged all images 🤷🏾♂️ |
Seeing same issue (bumping for visibility). Can't proceed with deployments with that missing. |
Having the same issue: > docker pull quay.io/bitnami/sealed-secrets-controller:v0.16.0
Error response from daemon: unauthorized: access to the requested resource is not authorized |
+1 |
Facing same issue here.
|
+1 |
Have the same issue, please fix it. |
the images in docker hub also gone |
There seems to be a mirror here - https://quay.io/repository/56401deb-7290-4d8b-8731-baf6d8b5d27d/sealed-secrets-controller?tab=tags. The hash for 0.17.4 matches what I have locally (f4bc4aca1ae011b89e0e6b997f63a89c8cf464cd41c0bd4544218878200b9b69). |
+1 .. anyone know how to build the docker image from this repo? the Dockerfile doesn't build (files in dist/ are missing) |
This repo also doesn't work unfortunately. |
@pigfrown you need to first run then you can copy it to the correct directory in dist/ and build the image |
+1
|
#824 - prepare for a new release on a different repo I guess. |
any estimation when image will be available at dockerhub? |
That's a great idea, for someone who works on this project. I myself would like to ask them if removing the old repo was because of a security incident. |
You can watch GitHub actions - e.g. https://github.com/bitnami-labs/sealed-secrets/runs/6096838026?check_suite_focus=true |
The new docker image, tagged as v0.17.5 and uploaded to dockerhub, works for me. @agarcia-oss,@alvneiayu Thanks for fixing it. |
Hi everyone, The new controller image is already available from the new oficial DockerHub repository: The reason for this change is to use our Dockerhub Bitnami account as a distribution platform of the controller image. Doing so we can leverage in the advantages of being a verified publisher, such as not been affected by dockerhub pull rate limits. Unfortunately, quay.io could not provide that level of support for our images and we were forced to migrate the images. Please accept our apologies if this action has created some disturbances during the process. |
Older images that were on quay.io are not accessible on quay or dockerhub right now, impacting our production systems. Where can we reference older versions? |
We are investigating the best way to publish older versions of the controller in the new DockerHub repository. However, we fully recommend upgrading your clusters to the newest release (v.0.17.5) Upgrading should be quite straightforward and older versions of sealed secrets will not have our latest improvements and bugfixes. |
Bitnami recently stopped publishing their images on quay.io after becoming a verified publisher on Dockerhub. Verified publishers are not subject to rate limitations, allowing us to pull their Grafana the image from docker.io now. bitnami-labs/sealed-secrets#822 (comment)
Bitnami recently stopped publishing their images on quay.io after becoming a verified publisher on Dockerhub. Verified publishers are not subject to rate limitations, allowing us to pull their Grafana the image from docker.io now. bitnami-labs/sealed-secrets#822 (comment)
Bitnami recently stopped publishing their images on quay.io after becoming a verified publisher on Dockerhub. Verified publishers are not subject to rate limitations, allowing us to pull their Grafana the image from docker.io now. bitnami-labs/sealed-secrets#822 (comment)
Bitnami recently stopped publishing their images on quay.io after becoming a verified publisher on Dockerhub. Verified publishers are not subject to rate limitations, allowing us to pull their Grafana the image from docker.io now. bitnami-labs/sealed-secrets#822 (comment)
It seems bitnami has completely dropped quay.io support based on the response here: It may be related to this change: So yeah, switching to docker hub or GCR seems to be the migration path |
this is super annoying. the old release should work.People's entire clusters depend on sealed secrets working, and new "functionality" in a minor release should not break literally every other release. Why not just keep the old repo AND use the new one? |
Hi @bit-herder Releases older that 2 years ago have been ported to the dockerhub repository, so there should not be any impact on any consuming cluster, but a minor change in the repository location for images. Do you have any specific concern? Are you using a sealed-secrets controller version not present in the new repository? We're trying to facilite the transition to the new repo as much as we can. |
Apologies, i should specify helm releases are the issue. I had to DR a production cluster and had a reasonably recent helm release of sealed-secrets. I was pretty surprised when i restored the cluster and could not pull the image. I was having quite the day when I wrote that, so i apologize for the tone. It would be helpful if the recent helm releases were back ported to include the repository change so that this would not suprise folks that had a working installation until the repo was changed. It may seem like a minor change but when sealed secrets suddenly does not work its a bit harrowing. |
@agarcia-oss Hi, I have cluster that until not so long ago was running 0.7.0. recently it stopped working due to the same reason mentioned in this issue. Thanks! |
Hi @zoharaharoni, Out of curiosity, what K8S version are you using there? |
Update to the correct image registry in order to fix the bug that occured when deploying redis Image registry has change from quay.it to docker.io - explanation - bitnami-labs/sealed-secrets#822 Fix the replica count to be 1 and not the default which is 3 Signed-off-by: Ido Burstein <[email protected]>
Update to the correct image registry in order to fix the bug that occured when deploying redis. Image registry has change from quay.it to docker.io - explanation - bitnami-labs/sealed-secrets#822 Fix the replica count to be 1 and not the default which is 3. Signed-off-by: Ido Burstein <[email protected]>
Update to the correct image registry in order to fix the bug that occured when deploying redis. Image registry has change from quay.it to docker.io - explanation - bitnami-labs/sealed-secrets#822 Add image parameters under redis in the Helm chart to allow us to use a copied image from quay.io to avoid docker. Fix the replica count to be 1 and not the default which is 3. Signed-off-by: Ido Burstein <[email protected]>
Update to the correct image registry in order to fix the bug that occured when deploying redis. Image registry has change from quay.it to docker.io - explanation - bitnami-labs/sealed-secrets#822 Add image parameters under redis in the Helm chart to allow us to use a copied image from quay.io to avoid docker. Fix the replica count to be 1 and not the default which is 3. Signed-off-by: Ido Burstein <[email protected]>
changed to docker.hub bitnami-labs/sealed-secrets#822 (comment)
I am not able to install sealed-secrets anymore. Using helm chart (v2.1.5), my k8s cluster is not able to find the container image:
Shouldn't there be a repository at https://quay.io/repository/bitnami/sealed-secrets-controller? Currently you are forced to login to quay.io and then it says "No repository found".
It seems that the sealed-secrets image repository has been deleted?
Solution
Update the
sealed-secrets-controller
repository to our new oficial dockehub location:See #822 (comment)
The text was updated successfully, but these errors were encountered: