Skip to content

Commit

Permalink
Revert "Attempt fixing container images descriptions"
Browse files Browse the repository at this point in the history
This reverts commit 5c09a7a.
  • Loading branch information
user committed Dec 20, 2024
1 parent 5c09a7a commit 0d4eef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ EXPOSE 8080
CMD ["avtdl", "--host", "0.0.0.0"]

LABEL org.opencontainers.image.source=https://github.com/15532th/avtdl
LABEL org.opencontainers.image.description "Monitoring and automation tool for Youtube and other streaming platforms \
LABEL org.opencontainers.image.description="Monitoring and automation tool for Youtube and other streaming platforms \
Includes additional tools commonly used with avtdl: ffmpeg, yt-dlp and ytarchive."
LABEL org.opencontainers.image.licenses=MIT
2 changes: 1 addition & 1 deletion Dockerfile-basic
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ EXPOSE 8080
CMD ["avtdl", "--host", "0.0.0.0"]

LABEL org.opencontainers.image.source=https://github.com/15532th/avtdl
LABEL org.opencontainers.image.description "Monitoring and automation tool for Youtube and other streaming platforms"
LABEL org.opencontainers.image.description="Monitoring and automation tool for Youtube and other streaming platforms"
LABEL org.opencontainers.image.licenses=MIT

0 comments on commit 0d4eef5

Please sign in to comment.