I have been trying to contact support for more than 12 hours but I do not receive any response.My servers are down due to late payment, I want to make the payment but I can’t log in because the verification code doesn...
5 answers • 3 months ago • By Nemesio LeivaAPIApplicationsBackupsBillingBuilding on DigitalOceanCompany CultureConceptualCustomer SuccessDebian 10DigitalOcean AccountsDigitalOcean Container Registry (DOCR)
Hi, I have issue deploying DOCR on app platform with github actions. I successfully public image to DOCR and then in next step when I try to deploy that image to ma app platform I got this error: "[{ \"name\": \"web\"...
No answers yet • 4 months ago • By zlaya31DigitalOcean Container Registry (DOCR)DigitalOcean App Platform
Let’s say I’ve uploaded multiple images to Container Registry, now I want to deploy them connected into a single network (imagine docker compose), is that possible?
1 answer • 5 months ago • By rmndbrvnDockerDigitalOcean Container Registry (DOCR)Deployment
I’m looking for a way to automatically clean up old files from my Docker Container Registry. Currently I’m using the following: doctl registry repository list-tags myrepo Then I can delete old tags like this: doctl re...
Accepted Answer: I have resolved this after reading more carefully through the documentation. https://www.digitalocean.com/community/questions/how-to-clean-up-container-registry By adding the --include-untagged-manifests I’m able to r...
1 answer • 6 months ago • By overloadDigitalOcean Container Registry (DOCR)DigitalOcean API and CLI (doctl)
I was following https://docs.digitalocean.com/reference/api/api-reference .As per my understanding, There can be a single registry, inside which I can create multiple repositories I am confused whether “image” and “re...
1 answer • 7 months ago • By bhogayatakbDigitalOcean Container Registry (DOCR)API
I keep trying to push an image to my Container Registry and have the following error, over and over and over. 2df70cee25f4: Pushing [==================================================>] 98.97MB fd6fd1b38aa6: Pushing 5...
Accepted Answer: It looks like it was due to my Netgear router blocking fra1.digitaloceanspaces.com for spam. https://pbs.twimg.com/media/FBli0nIWQAY8eE8?format=jpg&name=4096x4096
2 answers • 7 months ago • By Matt GlamanDigitalOcean Container Registry (DOCR)
When I try to empty garbage on my Container Registry using doctl I get this errorgarbage collection is temporarily disabled for this registry because of a detected manifest list and will be re-enabled once supportedI ...
1 answer • 8 months ago • By Jan MiskerDigitalOcean Container Registry (DOCR)Docker
I am getting “quota exceeded” errors for my docker registry, but I’ve removed all images and run garbage collection and I’m still seeing the error and can’t push new images to the registry.
1 answer • 8 months ago • By nquirk22DigitalOcean Container Registry (DOCR)Docker
I have set up the docker registry at DigitalOcean to deploy my django application.I have installed the doctl and setup the API credentials.If I run the command as:doctl auth listi can see my auth as the current one, w...
1 answer • 8 months ago • By abdulRehman01DockerDigitalOceanDigitalOcean Container Registry (DOCR)
Hello, We have a 2-stage Dockerfile (Build+run) where we use a build ARG in the 1st stage. This build ARG is injected during the docker build ... command. When rebuilding the image with the same name and tag, but chan...
1 answer • 10 months ago • By RetlerDockerDigitalOcean Container Registry (DOCR)Caching
Hi, I’m facing trouble deploying my container image to the App platform. I test with a hello-world flask app with uwsgi My Dockerfile settings: FROM tiangolo/uwsgi-nginx-flask:python3.8-alpine RUN apk --update add bas...
No answers yet • 1 year ago • By zkid18DigitalOcean App PlatformContainerDigitalOcean Container Registry (DOCR)Flask
I keep getting “denied: quota exceeded” when trying to push to our registry. They previously mentioned their plan to add a quota in the future, but nothing on the product page hints at such being present as of right n...
Accepted Answer: Hi there, Indeed as @markwilx mentioned there are now 3 plans available. You can find more information about the plans here: https://docs.digitalocean.com/products/container-registry/ On the same page, under the Lates...
1 answer • 1 year ago • By HappyGrayRayDigitalOcean Container Registry (DOCR)
I am using doctl version 1.57.0: > doctl version doctl version 1.57.0-release Git commit hash: 497c900 I installed doctl using the GitHub download method for Linux (Ubuntu 20.04). When I run the command to log in to t...
1 answer • 1 year ago • By CallanDockerDigitalOcean Container Registry (DOCR)DigitalOcean API and CLI (doctl)
I’ve been trying to get Kaniko to push to our DO container registry. Our dev team can do it normally but when I try running Kaniko I end up receiving a 401 unauthorized error. Using docker to push to the registry work...
No answers yet • 1 year ago • By vatarDigitalOcean Container Registry (DOCR)Docker
Hi, I am having some intermitting issues building and pushing docker images (via CI gitlab job) I am encountering this error: error checking push permissions -- make sure you entered the correct tag name, and that you...
Accepted Answer: I was able to resolve my issue by creating a new pool for my k8s cluster and removing the old pool. But I am not able to understand what caused this issue
2 answers • 1 year ago • By ziiiedDigitalOcean Container Registry (DOCR)Kubernetes
I am deploying to digitalocean kubernetes using gitactions. I am also using the container registry on digitalocean. I keep getting the error unauthorized: authentication required when I try to push the docker image. B...
1 answer • 1 year ago • By davidessienshareDigitalOcean Container Registry (DOCR)GitHub Actions
My App is probably still running on an old docker image although I have pushed a newer images to the DO registry and the registry is also showing the correct SHA256 image ID. I’ve successfully deployed the App a few t...
3 answers • 1 year ago • By rgnrlbrkDigitalOcean App PlatformDockerDigitalOcean Container Registry (DOCR)
I was following the tutorial on https://www.digitalocean.com/docs/app-platform/how-to/deploy-from-registry/ But ran into some issues, when i push a new image to the container registry the app platform does not automat...
6 answers • 1 year ago • By MihkelDigitalOcean Container Registry (DOCR)DigitalOcean App Platform
I created a new container registry, but the k8s cluster isn’t allowed to pull images from it. Failed to pull image "registry.digitalocean.com/syra-do/services/syra-live-gql:v0.0.12": rpc error: code = Unknown desc = E...
1 answer • 1 year ago • By JohannesKlaussDigitalOcean Managed KubernetesKubernetesDigitalOcean Container Registry (DOCR)
I would like to push my docker images to GH container registry and then have the app spec file reference a GH hosted image. Is this even possible? If so could you provide a sample spec file please?
1 answer • 1 year ago • By ArmanmDigitalOcean App PlatformDockerDigitalOcean Container Registry (DOCR)