Move LABEL step to final container
All checks were successful
publish-images / publish-vscode (push) Successful in 10m35s

This commit is contained in:
Torjus Håkestad 2024-02-02 03:15:00 +01:00
parent 95588a25b4
commit 5048605ea7

View File

@ -1,5 +1,4 @@
FROM fedora:latest as base FROM fedora:latest as base
LABEL com.github.containers.toolbox="true"
# Install base packages # Install base packages
COPY base-packages.txt / COPY base-packages.txt /
@ -13,6 +12,8 @@ FROM scratch as squashed
COPY --from=base / / COPY --from=base / /
FROM squashed FROM squashed
LABEL com.github.containers.toolbox="true"
# Install vscode repo # Install vscode repo
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc
RUN echo -e "\ RUN echo -e "\