I have requirement to copy all nexus images to aws ece but not sure how to do it how to copy docker images from nexus docker repo to aws ecr in jenkins pipeline
I hope somebody can direct to the best approach to solve this matter. I have an azure account on which I have an azure container registry holding my docker imag
I am trying to assume an AWS role within a CI/CD pipeline, hence I have to write a script to change the role via a script. Below is the script to do that, and I
When attempting to push image to ECR, I always get 'no basic auth' error. ECR is in us-east-1. This is login command aws ecr get-login --region us-east-1 --
pipeline { agent { label 'label' } environment { AWS_ACCESS_ID = credentials('aws-access-key') AWS_SECRET_KEY = credentials('
I'm trying to log in to AWS ECR with the Docker login command. I can get a password with the AWS CLI with the command aws ecr get-login-password but when piping
I wanna create docker image for Amazon ECR. but yum can't find it in my Amazon Linux2. [root@*** ~]# yum install -y docker Loaded plugins: amazon-id, rhui-lb,