Questions tagged [docker-push]

41 questions
2
votes
1 answer

Repeating the problem of transferring large images to the docker container registry

I have a problem with the docker image push to Google Container Registry (GCP). However, image size is 7.97GB and the docker push is too slow. That is, as follows. enter image description here It fills a portion of 3GB, then it starts loading…
2
votes
1 answer

Pushing x:latest which is the same image as x:

I ran this: docker build -t "oresoftware/live-mutex-broker:1.0.2" . docker push "oresoftware/live-mutex-broker:1.0.2" that worked. So how can I can then tag this as latest, and "push" the same image to docker push…
Alexander Mills
  • 90,741
  • 139
  • 482
  • 817
1
vote
2 answers

Phase context status code: COMMAND_EXECUTION_ERROR Message: Error while executing command: docker push Reason: exit status 1

I'm trying to build a pipeline that build and push docker images to ECR using buildspec for AWS CodeBuild. My project is multi containers microservices with docker-compose yaml file. I have enable Privileged mode for my CodeBuild, the pipeline is…
benyusouf
  • 325
  • 2
  • 6
  • 17
1
vote
0 answers

spring boot image doesn't run when pulled from docker hub

I have push spring boot image to docker hub it is also dependent on PostgreSQL image. I get error PSQLEXception : The connection attempt failed. When running the pulled spring boot image. Should I also push PostgreSQL image too or is there a way to…
1
vote
1 answer

AccessDenied error when pushing docker image from SageMaker to ECR

I've created a docker image using AWS SageMaker and am now trying to push said image to ECR. When I do docker push ${fullname} it retries a couple of times and then errors. In CloudTrail I can see that I'm getting an access denied error with…
sam.hay
  • 77
  • 1
  • 6
1
vote
0 answers

Docker push to self hosted private registry fails with message "no basic auth credentials"

I'd like to push images from my docker-client in WSL2 to my self-hosted docker-registry which is running on kubernetes in my local network. After setting up the registry, I get a "no basic auth credentials" when trying to push to or pull from the…
CuriousGuy
  • 11
  • 1
1
vote
1 answer

Pushing a docker image to aws ecr gives no basic auth credentials

when I try to push a docker image to aws ecr it fails giving the following sudo docker push xxxxxxx.dkr.ecr.us-east-2.amazonaws.com/my-app:1.0 7d9a9c94af8d: Preparing f77d412f54b5: Preparing 629960860aca: Preparing f019278bad8b: Preparing…
1
vote
1 answer

Move docker images from one acr to another (docker images --format option not executing docker tag , docker push )

I am trying to move images from one acr to another acr. (also any alternate method to do this please suggest) I am using shell script and I have declared variables for one image to test it ( however i have 20+ images…
gmpy1990
  • 55
  • 9
1
vote
1 answer

Registry allow duplicates of docker image:tag?

Am still in process of attempting to successfully remove images from registry, so would like to know if registry is going to accept and add a docker image with specific tag that is already on registry. say I pushed myImage:myTag to the registry and…
1
vote
1 answer

Cannot push Docker images to Docker Hub; requested access to the resource is denied

I have a number of new Docker images that I want to push up to Docker Hub. I have created all the empty repos on Docker Hub, and added the teams and members with the privilege level I want. one of those users is jenkinsrelease. This user is a…
MeanwhileInHell
  • 6,780
  • 17
  • 57
  • 106
1
vote
1 answer

Import tar file into private docker registry

We have built .tar file from docker images using docker save command and packaged all .tar file into .tgz file, then we copy. tgz file to air-gapped system where we have set up the private docker registry. Now we want to push .tar file from .tgz…
Aman Jain
  • 2,975
  • 1
  • 20
  • 35
0
votes
0 answers

Jfrog Artifactory Docker push failing with POST EOF Error

I am pushing docker image from Jenkins to Jfrog after generating it , Its failing with below error, and the image is not uploading to Artifactory. docker push artifactory-test.com:443/docker.images/services/springboot-service:0.1.0-125 The push…
Hanuman
  • 43
  • 5
0
votes
0 answers

Failed pushing to Github Container Registry

I am using GitHub workflows to push a small package to a private GH container registry. Yesterday most of my workflows went through, but suddenly they stop working. I am not aware of any recent setting changes. I am using {{ secrets.GITHUB_TOKEN}}…
Daniel Stephens
  • 2,371
  • 8
  • 34
  • 86
0
votes
1 answer

Error while pushing Docker image on Azure Container Registry

I am getting below error when I run docker push command on my Azure Linux server, The push refers to repository [prio.azurecr.io/prio-adi-piplines] ea8e4df76021: Preparing 48b104cbbb7b: Preparing ceaf9e1ebef5: Preparing 9b9b7f3d56a0:…
0
votes
0 answers

Docker push error "manifest blob unknown", "invalid URL on layer",

When I try to upload to a docker image server which is running on docker registry v2, a image based on symbols/vs2008-vs2010, which has MSVS2008 on Win10, the docker push image command uploads all the layers (two skipped as Foreign Layers), but then…
CSM
  • 1,232
  • 1
  • 8
  • 12