Skip to content

Commit ff16a5b

Browse files
author
User Ahze
committed
Update OCI image titles to match case from upstream project
1 parent e7eac52 commit ff16a5b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM ghcr.io/daemonless/arr-base:${BASE_VERSION}
44
ARG FREEBSD_ARCH=amd64
55
ARG PACKAGES="sonarr"
66

7-
LABEL org.opencontainers.image.title="sonarr" \
7+
LABEL org.opencontainers.image.title="Sonarr" \
88
org.opencontainers.image.description="Sonarr TV show management on FreeBSD" \
99
org.opencontainers.image.source="https://github.com/daemonless/sonarr" \
1010
org.opencontainers.image.url="https://sonarr.tv/" \

Containerfile.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG BASE_VERSION=15
22
FROM ghcr.io/daemonless/base:${BASE_VERSION}
33

44
ARG FREEBSD_ARCH=amd64
5-
LABEL org.opencontainers.image.title="sonarr" \
5+
LABEL org.opencontainers.image.title="Sonarr" \
66
org.opencontainers.image.description="Sonarr TV show management on FreeBSD" \
77
org.opencontainers.image.source="https://github.com/daemonless/sonarr" \
88
org.opencontainers.image.url="https://sonarr.tv/" \

0 commit comments

Comments
 (0)