-
Notifications
You must be signed in to change notification settings - Fork 424
DL3022
José Lorenzo Rodríguez edited this page Feb 4, 2018
·
3 revisions
FROM debian:jesse
RUN stuff
FROM debian:jesse
COPY --from=build some stuff ./
FROM debian:jesse as build
RUN stuff
FROM debian:jesse
COPY --from=build some stuff ./
Trying to copy from a missing image alias results in an error.