fix container build procedures
This commit is contained in:
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -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 <info@truecharts.org>"
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/usr/bin/env bash
|
||||
cat "./.containers/base/ubuntu/VERSION"
|
||||
cat "./containers/base/ubuntu/VERSION"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
@@ -29,5 +29,5 @@ CMD ["/entrypoint.sh"]
|
||||
|
||||
LABEL "maintainer"="TrueCharts <info@truecharts.org>"
|
||||
LABEL "authors"="TrueCharts <info@truecharts.org>"
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user