late-piano-64593
11/08/2023, 12:29 AMpulumi up
phase I only want to reference a local (or import via docker load
) a image, then push it to ECR.
I was unable to find a clear API in the pulumi/docker for doing a push of a existing image though. Would this better handled by docker.getRemoteImage
+ pulumi/Command for the push? that feels a little hacky to me.little-cartoon-10569
11/08/2023, 12:51 AMlate-piano-64593
11/08/2023, 12:54 AMdocker push
operations such that it will track the Image as a asset (check for updates on preview etc) ?little-cartoon-10569
11/08/2023, 12:55 AMlate-piano-64593
11/08/2023, 1:01 AMbuild pipeline pushes
err my mistake I misread thatlittle-cartoon-10569
11/08/2023, 1:09 AMlate-piano-64593
11/08/2023, 1:14 AMdocker push
? I mean I could just be wrong thoughlittle-cartoon-10569
11/08/2023, 1:16 AMnpm publish
, and docker push
is at exactly the same place in the SDLC, so.. this is how I do it.late-piano-64593
11/08/2023, 1:17 AMdocker push
with the creation of a AWS Lambda for example vs pushing a package to something like NPM hence my confusion.little-cartoon-10569
11/08/2023, 1:20 AMdocker push
, rather than before.