test without layer squash

This commit is contained in:
Matthew McClaskey 2023-11-21 15:56:09 +00:00
parent 1ba3b1c662
commit 5ba3e7307b

View File

@ -172,8 +172,8 @@ COPY ./src/ubuntu/install/cleanup $INST_SCRIPTS/cleanup/
RUN bash $INST_SCRIPTS/cleanup/cleanup.sh && rm -rf $INST_SCRIPTS/cleanup/ RUN bash $INST_SCRIPTS/cleanup/cleanup.sh && rm -rf $INST_SCRIPTS/cleanup/
#### Runtime Stage #### #### Runtime Stage ####
FROM scratch #FROM scratch
COPY --from=base_layer / / #COPY --from=base_layer / /
### Labels ### Labels
LABEL "org.opencontainers.image.authors"='Kasm Tech "info@kasmweb.com"' LABEL "org.opencontainers.image.authors"='Kasm Tech "info@kasmweb.com"'