busy-umbrella-36067
11/15/2018, 11:18 PM--cache-from
implementation.
Is each image build explicitly tagged with the stages
when doing the push?
let multistageCachedNginx = new cloud.Service("examples-multistage-cached-nginx", {
containers: {
nginx: {
build: {
context: "./app",
dockerfile: "./app/Dockerfile-multistage",
cacheFrom: {stages: ["build"]},
},
memory: 128,
ports: [{ port: 80 }],
},
},
replicas: 2,
});
[ lumi-cloud/examples/containers ] + cloud:service:Service examples-multistage-cached-nginx creating Executing 'docker pull <http://086028354146.dkr.ecr.us-east-2.amazonaws.com/pulum-b3285f40-container-f879faf:build|086028354146.dkr.ecr.us-east-2.amazonaws.com/pulum-b3285f40-container-f879faf:build>'
microscopic-florist-22719
lemon-spoon-91807
11/15/2018, 11:25 PMbusy-umbrella-36067
11/16/2018, 1:43 AM