I'm trying to pull a image from my ECR account, but it does not working and worst thing, it does not show any log so I'm actually blind.
image: maven:3.3.9 pipelines: default: - step: caches: - maven script: - docker version services: - elasticsearch definitions: services: elasticsearch: image: name: accountId.dkr.ecr.eu-central-1.amazonaws.com/elastic-search aws: access-key: $AWS_ACCESS_KEY secret-key: $AWS_SECRET_KEY options: docker: true
this is my yml file, I'm doing something wrong? why there is no logs.
Hi @ericsantosnasc,
Docker images hosted on ECR are using a different way to authenticate against the registry. See if this helps: https://confluence.atlassian.com/bitbucket/use-docker-images-as-build-environments-792298897.html?_ga=2.77291158.227957974.1512408304-191870588.1502176058
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.