Move LABEL step to final container
All checks were successful
publish-images / publish-vscode (push) Successful in 10m35s
All checks were successful
publish-images / publish-vscode (push) Successful in 10m35s
This commit is contained in:
parent
95588a25b4
commit
5048605ea7
@ -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 "\
|
||||||
|
Loading…
Reference in New Issue
Block a user