diff --git a/Dockerfile b/Dockerfile index 8afb716..eaf1b98 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thespad" LABEL org.opencontainers.image.source="https://github.com/thespad/docker-whisparr" LABEL org.opencontainers.image.url="https://github.com/thespad/docker-whisparr" +LABEL org.opencontainers.image.description="An adult movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them." # environment settings ARG APP_BRANCH="nightly" diff --git a/Dockerfile.aarch64 b/Dockerfile.aarch64 index e10b8e8..ef25e17 100644 --- a/Dockerfile.aarch64 +++ b/Dockerfile.aarch64 @@ -10,6 +10,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thespad" LABEL org.opencontainers.image.source="https://github.com/thespad/docker-whisparr" LABEL org.opencontainers.image.url="https://github.com/thespad/docker-whisparr" +LABEL org.opencontainers.image.description="An adult movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them." # environment settings ARG APP_BRANCH="nightly" diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 6f34a24..24be5c0 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -10,6 +10,7 @@ LABEL build_version="Version:- ${VERSION} Build-date:- ${BUILD_DATE}" LABEL maintainer="thespad" LABEL org.opencontainers.image.source="https://github.com/thespad/docker-whisparr" LABEL org.opencontainers.image.url="https://github.com/thespad/docker-whisparr" +LABEL org.opencontainers.image.description="An adult movie collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new movies and will interface with clients and indexers to grab, sort, and rename them." # environment settings ARG APP_BRANCH="nightly"