From 9a903fb6caa57e3becdbe15e031b168efd1007a3 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Sun, 30 May 2021 22:14:27 +0200 Subject: [PATCH] fix container build procedures --- containers/apps/appdaemon/Dockerfile | 2 +- containers/apps/bazarr/Dockerfile | 2 +- containers/apps/emby/Dockerfile | 2 +- containers/apps/jackett/Dockerfile | 2 +- containers/apps/lidarr/Dockerfile | 2 +- containers/apps/nzbget/Dockerfile | 2 +- containers/apps/nzbhydra2/Dockerfile | 2 +- containers/apps/ombi/Dockerfile | 2 +- containers/apps/ombi/latest-base.sh | 2 +- containers/apps/plex/Dockerfile | 2 +- containers/apps/qbittorrent/Dockerfile | 2 +- containers/apps/radarr/Dockerfile | 2 +- containers/apps/readarr/Dockerfile | 2 +- containers/apps/sabnzbd/Dockerfile | 2 +- containers/apps/sonarr/Dockerfile | 2 +- containers/apps/tautulli/Dockerfile | 2 +- containers/apps/transmission/Dockerfile | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/containers/apps/appdaemon/Dockerfile b/containers/apps/appdaemon/Dockerfile index 14b9aad01d8..9e7c3a3a181 100644 --- a/containers/apps/appdaemon/Dockerfile +++ b/containers/apps/appdaemon/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/appdaemon" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/appdaemon" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/bazarr/Dockerfile b/containers/apps/bazarr/Dockerfile index 10059e1dfd0..f5ed3a43674 100644 --- a/containers/apps/bazarr/Dockerfile +++ b/containers/apps/bazarr/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/bazarr" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/bazarr" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/emby/Dockerfile b/containers/apps/emby/Dockerfile index 74457b8cc79..a485df3286d 100644 --- a/containers/apps/emby/Dockerfile +++ b/containers/apps/emby/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/emby" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/emby" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/jackett/Dockerfile b/containers/apps/jackett/Dockerfile index 7be774c60ea..b465c146d85 100644 --- a/containers/apps/jackett/Dockerfile +++ b/containers/apps/jackett/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/jackett" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/jackett" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/lidarr/Dockerfile b/containers/apps/lidarr/Dockerfile index 8670c0a9168..4e99379b351 100644 --- a/containers/apps/lidarr/Dockerfile +++ b/containers/apps/lidarr/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/lidarr" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/lidarr" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/nzbget/Dockerfile b/containers/apps/nzbget/Dockerfile index 9a12796aaa0..0d228a9a52b 100644 --- a/containers/apps/nzbget/Dockerfile +++ b/containers/apps/nzbget/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/nzbget" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/nzbget" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/nzbhydra2/Dockerfile b/containers/apps/nzbhydra2/Dockerfile index fb765db278e..ab49a27c905 100644 --- a/containers/apps/nzbhydra2/Dockerfile +++ b/containers/apps/nzbhydra2/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/nzbhydra2" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/nzbhydra2" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/ombi/Dockerfile b/containers/apps/ombi/Dockerfile index 292257af285..d58c20eb19a 100644 --- a/containers/apps/ombi/Dockerfile +++ b/containers/apps/ombi/Dockerfile @@ -47,7 +47,7 @@ USER apps EXPOSE 3579 -COPY ./.containers/apps/ombi/entrypoint.sh /entrypoint.sh +COPY ./containers/apps/ombi/entrypoint.sh /entrypoint.sh CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " diff --git a/containers/apps/ombi/latest-base.sh b/containers/apps/ombi/latest-base.sh index 2d4403d5130..cee4f14a2ce 100755 --- a/containers/apps/ombi/latest-base.sh +++ b/containers/apps/ombi/latest-base.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -cat "./.containers/base/ubuntu/VERSION" +cat "./containers/base/ubuntu/VERSION" diff --git a/containers/apps/plex/Dockerfile b/containers/apps/plex/Dockerfile index 1e995d89701..b547488920d 100644 --- a/containers/apps/plex/Dockerfile +++ b/containers/apps/plex/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/plex" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/plex" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/qbittorrent/Dockerfile b/containers/apps/qbittorrent/Dockerfile index 2b7bb75c3ff..4394b3d14cb 100644 --- a/containers/apps/qbittorrent/Dockerfile +++ b/containers/apps/qbittorrent/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/qbittorrent" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/qbittorrent" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/radarr/Dockerfile b/containers/apps/radarr/Dockerfile index 0ffd0e40b65..3234624be96 100644 --- a/containers/apps/radarr/Dockerfile +++ b/containers/apps/radarr/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/radarr" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/radarr" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/readarr/Dockerfile b/containers/apps/readarr/Dockerfile index 7fc51a67176..a682c78c455 100644 --- a/containers/apps/readarr/Dockerfile +++ b/containers/apps/readarr/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/readarr" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/readarr" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/sabnzbd/Dockerfile b/containers/apps/sabnzbd/Dockerfile index d095ba1689b..ff8327ab500 100644 --- a/containers/apps/sabnzbd/Dockerfile +++ b/containers/apps/sabnzbd/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/sabnzbd" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/sabnzbd" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/sonarr/Dockerfile b/containers/apps/sonarr/Dockerfile index 81d36e60600..8bdff5c4acc 100644 --- a/containers/apps/sonarr/Dockerfile +++ b/containers/apps/sonarr/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/sonarr" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/sonarr" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/tautulli/Dockerfile b/containers/apps/tautulli/Dockerfile index 302806afda9..589bc9c99c5 100644 --- a/containers/apps/tautulli/Dockerfile +++ b/containers/apps/tautulli/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/tautulli" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/tautulli" LABEL "org.opencontainers.image.documentation "="https://truecharts.org" diff --git a/containers/apps/transmission/Dockerfile b/containers/apps/transmission/Dockerfile index 6b2428ac6db..572e3a5b4cc 100644 --- a/containers/apps/transmission/Dockerfile +++ b/containers/apps/transmission/Dockerfile @@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"] LABEL "maintainer"="TrueCharts " LABEL "authors"="TrueCharts " -LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/.containers/apps/transmission" +LABEL "org.opencontainers.image.source"="https://github.com/truecharts/apps/tree/master/containers/apps/transmission" LABEL "org.opencontainers.image.documentation "="https://truecharts.org"