Unable to find a way to push to AWS ECR, #32918
-
I am using the builder image: ubi-quarkus-mandrel-builder-image:22.3-java17 , and using jlib to build the container.
Could anyone point me to some next steps i could try? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
AFAIK the container image is created on the host, i.e. not in a container running So if you are able to manually push the container image from your local docker to AWS ECR, I would expect you would be able to do the same through Quarkus. As a result, as a next step I would suggest trying to manually push the container image to AWS ECR to see if there are any issues with that. |
Beta Was this translation helpful? Give feedback.
AFAIK the container image is created on the host, i.e. not in a container running
ubi-quarkus-mandrel-builder-image:22.3-java17
.So if you are able to manually push the container image from your local docker to AWS ECR, I would expect you would be able to do the same through Quarkus. As a result, as a next step I would suggest trying to manually push the container image to AWS ECR to see if there are any issues with that.