0

I'd like to use docker container from store.docker.com as CodeBuild image.

I can specify my own image but I have to provide repository url. What is the repository url for store.docker.com?

Defozo
  • 2,946
  • 6
  • 32
  • 51

1 Answers1

0

Just set Custom image type to Other and as Custom image ID type the name of the image from store.docker.com.

Eg. for https://store.docker.com/images/node - version with tag 9 type in:

node:9

Defozo
  • 2,946
  • 6
  • 32
  • 51