This message was deleted.
# typescript
s
This message was deleted.
b
is this just to run the image locally?
r
@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",

});