Skip to content

Commit 5a66471

Browse files
committed
Update descriptions of images
1 parent 1da72ef commit 5a66471

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile.template

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ RUN TEMPLATE_ROOTFS_DOWNLOAD && \
2424
FROM scratch AS root
2525

2626
LABEL org.opencontainers.image.title="TEMPLATE_TITLE"
27-
LABEL org.opencontainers.image.description="Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility."
28-
LABEL org.opencontainers.image.authors="Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)"
29-
LABEL org.opencontainers.image.url="https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md"
30-
LABEL org.opencontainers.image.documentation="https://wiki.archlinux.org/title/Docker#Arch_Linux"
31-
LABEL org.opencontainers.image.source="https://gitlab.archlinux.org/archlinux/archlinux-docker"
27+
LABEL org.opencontainers.image.description="A containerd image of Arch Linux ARM, a simple, lightweight Linux distribution aimed for flexibility."
28+
LABEL org.opencontainers.image.authors="lfdevs <109842948+lfdevs@users.noreply.github.com> (@lfdevs)"
29+
LABEL org.opencontainers.image.url="https://github.com/lfdevs/archlinuxarm-docker"
30+
LABEL org.opencontainers.image.documentation="https://github.com/lfdevs/archlinuxarm-docker/blob/main/.github/README.md"
31+
LABEL org.opencontainers.image.source="https://github.com/lfdevs/archlinuxarm-docker"
3232
LABEL org.opencontainers.image.licenses="GPL-3.0-or-later"
3333
LABEL org.opencontainers.image.version="TEMPLATE_VERSION_ID"
3434
LABEL org.opencontainers.image.revision="TEMPLATE_REVISION"

scripts/make-dockerfile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ CI_COMMIT_SHA="${CI_COMMIT_SHA:-$(git rev-parse HEAD)}"
1515
sed -e "s|TEMPLATE_ROOTFS_FILE|$ROOTFS_FILE|" \
1616
-e "s|TEMPLATE_ROOTFS_DOWNLOAD|$DOWNLOAD|" \
1717
-e "s|TEMPLATE_ROOTFS_HASH|$(cat $OUTPUTDIR/$ROOTFS_FILE.SHA256)|" \
18-
-e "s|TEMPLATE_TITLE|Arch Linux $TITLE Image|" \
18+
-e "s|TEMPLATE_TITLE|Arch Linux ARM $TITLE Image|" \
1919
-e "s|TEMPLATE_VERSION_ID|$BUILD_VERSION|" \
2020
-e "s|TEMPLATE_REVISION|$CI_COMMIT_SHA|" \
2121
-e "s|TEMPLATE_CREATED|$(date -Is)|" \

0 commit comments

Comments
 (0)