Skip to content

Commit

Permalink
fix(alpine): labels
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 8, 2023
1 parent a2cdc82 commit bd0ee62
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ LABEL org.opencontainers.image.title="alwatr/alpine" \
org.opencontainers.image.source="https://github.com/Alwatr/containers/tree/main/alpine" \
org.opencontainers.image.url="https://github.com/Alwatr/containers/tree/main/alpine" \
org.opencontainers.image.documentation="https://github.com/Alwatr/containers/tree/main/alpine" \
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)"
org.opencontainers.image.authors="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
maintainer="S. Ali Mihandoost <[email protected]> (https://ali.mihandoost.com), S. Amir Mohammad Najafi <[email protected]> (https://njfamirm.ir/)" \
version="3.17" \
description="This is a lightweight Linux image for use in containerized applications. It includes only the necessary packages and dependencies to keep the image size small and efficient, packaged by Alwatr."

ARG APK_TESTING
RUN set -ex; \
Expand Down

0 comments on commit bd0ee62

Please sign in to comment.