By rakibmail22
Hi,
I am setting up cicd in github action to digital ocean kuberntes and using digital ocean container registry for my images.
While pushing image from github action server every now and then docker push fails with an error Blob Upload Un
The push refers to repository [registry.digitalocean.com/asap/product-service]
57606bce7431: Preparing
3acc7d5ebb86: Preparing
eac8b1b58fc5: Preparing
8b185d674aef: Preparing
4f17d163126f: Preparing
df95ed2a791d: Preparing
17bdf5e22660: Preparing
d37096232ed8: Preparing
6add0d2b5482: Preparing
4ef54afed780: Preparing
d37096232ed8: Waiting
6add0d2b5482: Waiting
4ef54afed780: Waiting
df95ed2a791d: Waiting
17bdf5e22660: Waiting
8b185d674aef: Layer already exists
4f17d163126f: Layer already exists
df95ed2a791d: Layer already exists
17bdf5e22660: Layer already exists
d37096232ed8: Layer already exists
6add0d2b5482: Layer already exists
4ef54afed780: Layer already exists
eac8b1b58fc5: Pushed
3acc7d5ebb86: Pushed
57606bce7431: Pushed
blob upload unknown
##[error]Process completed with exit code 1.
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Hi there,
What I could suggest is enabling debug for your Docker daemon for more information.
To do that open the /etc/docker/daemon.json file and set the "debug": true:
{
"debug": true
}
After that restart Docker:
- systemctl restart docker
Then check if the debug is enabled, it should be under the Server section
- docker info
Output:
Client:
Debug Mode: false
Server:
Containers: 4
Running: 0
Paused: 0
Stopped: 4
. . .
Debug Mode: true
Regards, Bobby
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.