mirror of
https://github.com/N0rthernL1ghts/bbk-docker.git
synced 2025-12-10 14:52:39 +01:00
Move labels to bottom
This commit is contained in:
@@ -18,10 +18,6 @@ RUN case ${TARGETPLATFORM} in \
|
|||||||
# Main image
|
# Main image
|
||||||
FROM alpine:3.22
|
FROM alpine:3.22
|
||||||
|
|
||||||
LABEL net.northern-lights.image.authors="aleksandar@puharic.com"
|
|
||||||
LABEL net.northern-lights.image.version="${BBKCLI_VERSION}"
|
|
||||||
LABEL net.northern-lights.image.licenses="GPL-2.0+"
|
|
||||||
|
|
||||||
RUN apk add --update --no-cache gcompat libstdc++ tzdata \
|
RUN apk add --update --no-cache gcompat libstdc++ tzdata \
|
||||||
&& ln -sf /usr/local/bin/bbk_cli /usr/local/bin/bbk
|
&& ln -sf /usr/local/bin/bbk_cli /usr/local/bin/bbk
|
||||||
|
|
||||||
@@ -33,4 +29,8 @@ ENV BBKCLI_VERSION=${BBKCLI_VERSION}
|
|||||||
ENV PLATFORM_ARCH=${TARGETPLATFORM}
|
ENV PLATFORM_ARCH=${TARGETPLATFORM}
|
||||||
ENV TZ=Europe/Stockholm
|
ENV TZ=Europe/Stockholm
|
||||||
|
|
||||||
|
LABEL net.northern-lights.image.authors="aleksandar@puharic.com"
|
||||||
|
LABEL net.northern-lights.image.version="${BBKCLI_VERSION}"
|
||||||
|
LABEL net.northern-lights.image.licenses="GPL-2.0+"
|
||||||
|
|
||||||
ENTRYPOINT [ "/usr/local/bin/bbk_cli" ]
|
ENTRYPOINT [ "/usr/local/bin/bbk_cli" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user