https://pulumi.com logo
r

refined-terabyte-65361

07/12/2021, 7:48 PM
Hi i am looking for example where we can pull docker images from dockerhub
b

billowy-army-68599

07/12/2021, 8:22 PM
is this just to run the image locally?
r

refined-terabyte-65361

07/12/2021, 8:59 PM
@billowy-army-68599 no i want to pull the image and push it to ECR
I tried like this i am able to pull the image but i dont see the input properties to tag/push image
Copy code
const image = new docker.RemoteImage("alpine", {
  name: "alpine:latest",

});