🐋 feat(docker): update image title labels for stable and edge Dockerfiles

This commit is contained in:
rE-Bo0t.bx1
2025-12-05 04:46:54 +08:00
parent e26a5247f7
commit 62859da5ab
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ ARG BUILD_VERSION
ARG TARGETARCH
LABEL maintainer="rE-Bo0t.bx1 <r3bo0tbx1@brokenbotnet.com>" \
org.opencontainers.image.title="Tor Guard Relay" \
org.opencontainers.image.title="Tor Guard Relay (Latest/Stable)" \
org.opencontainers.image.description="🧅 Ultra-optimized Tor Guard/Exit/Bridge Relay AIO (~16.8 MB)" \
org.opencontainers.image.version="${BUILD_VERSION}" \
org.opencontainers.image.created="${BUILD_DATE}" \

View File

@@ -16,7 +16,7 @@ ARG BUILD_VERSION
ARG TARGETARCH
LABEL maintainer="rE-Bo0t.bx1 <r3bo0tbx1@brokenbotnet.com>" \
org.opencontainers.image.title="Tor Guard Relay (Edge)" \
org.opencontainers.image.title="Tor Guard Relay (Edge/Unstable)" \
org.opencontainers.image.description="🧅 Alpine Edge Tor Relay (TESTING ONLY - Bleeding Edge Updates)" \
org.opencontainers.image.version="${BUILD_VERSION}-edge" \
org.opencontainers.image.created="${BUILD_DATE}" \