🛠 refactor(_change): label && desc

This commit is contained in:
Eshan Roy
2024-11-29 08:05:35 +05:30
parent fd80b2f1fa
commit 1468ef2123
2 changed files with 1 additions and 1 deletions

View File

@@ -17,6 +17,6 @@ RUN pacman-key --init && \
find /var/cache/pacman/ -type f -delete find /var/cache/pacman/ -type f -delete
FROM scratch FROM scratch
LABEL org.opencontainers.image.description="Snigdha OS - Arch-based distribution offering an easy installation, several customizations, and unique performance optimization." LABEL org.opencontainers.image.description="Snigdha OS - Arch based Linux Distribution for Penetration Testing and Ethical Hacking"
COPY --from=rootfs / / COPY --from=rootfs / /
CMD ["/usr/bin/bash"] CMD ["/usr/bin/bash"]

0
Dockerfile-c Normal file
View File