diff --git a/ara-server/Containerfile b/ara-server/Containerfile index dc91210..0ee1bf4 100644 --- a/ara-server/Containerfile +++ b/ara-server/Containerfile @@ -46,7 +46,7 @@ EXPOSE 8000 CMD ["sh", "-c", "/wait && /run.sh"] HEALTHCHECK CMD curl --fail http://localhost:8000 || exit 1 -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/ceph-daemon/Containerfile b/ceph-daemon/Containerfile index 301163b..23b9272 100644 --- a/ceph-daemon/Containerfile +++ b/ceph-daemon/Containerfile @@ -11,7 +11,7 @@ RUN groupmod -g 64045 ceph RUN find / -path /proc -prune -o -group 167 -exec chgrp -h ceph {} \; RUN find / -path /proc -prune -o -user 167 -exec chown -h ceph {} \; -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/cephclient/Containerfile b/cephclient/Containerfile index 5ed3d63..6416ecd 100644 --- a/cephclient/Containerfile +++ b/cephclient/Containerfile @@ -56,7 +56,7 @@ VOLUME ["/etc/ceph"] ENTRYPOINT ["/usr/bin/dumb-init", "--"] CMD ["/run.sh"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/cgit/Containerfile b/cgit/Containerfile index df9444a..cbed627 100644 --- a/cgit/Containerfile +++ b/cgit/Containerfile @@ -39,7 +39,7 @@ COPY --from=builder /install_root / COPY cgitrc /etc/cgitrc COPY httpd-cgit.conf /etc/httpd/conf.d/httpd-cgit.conf -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/dnsdist/Containerfile b/dnsdist/Containerfile index 6d5f8ba..2e261d0 100644 --- a/dnsdist/Containerfile +++ b/dnsdist/Containerfile @@ -78,7 +78,7 @@ RUN /usr/local/bin/dnsdist --version ENTRYPOINT ["/usr/local/bin/dnsdist"] CMD ["--help"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/homer/Containerfile b/homer/Containerfile index 4f74bc0..0d4baf2 100644 --- a/homer/Containerfile +++ b/homer/Containerfile @@ -37,7 +37,7 @@ EXPOSE ${PORT} VOLUME /www/assets ENTRYPOINT ["/bin/sh", "/entrypoint.sh"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/kosmoo/Containerfile b/kosmoo/Containerfile index 49a1f00..34fcc33 100644 --- a/kosmoo/Containerfile +++ b/kosmoo/Containerfile @@ -22,7 +22,7 @@ COPY --from=build /go/src/github.com/daimler/kosmoo/kosmoo /usr/bin/kosmoo ENTRYPOINT ["/usr/bin/kosmoo", "-cloud-conf", "/etc/cloud.conf", "-kubeconfig", "/etc/kubeconfig"] EXPOSE 9183 -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/lloadd/Containerfile b/lloadd/Containerfile index 0dbd8a0..5f2887a 100644 --- a/lloadd/Containerfile +++ b/lloadd/Containerfile @@ -33,7 +33,7 @@ COPY --from=builder /usr/local/libexec/lloadd /lloadd ENTRYPOINT ["/lloadd"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/metering/Containerfile b/metering/Containerfile index bda278a..133248d 100644 --- a/metering/Containerfile +++ b/metering/Containerfile @@ -32,7 +32,7 @@ VOLUME ["/data"] VOLUME ["/configuration"] ENTRYPOINT ["python", "-m", "metersink", "-c", "/configuration/settings.conf", "-v"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/netbox/Containerfile b/netbox/Containerfile index 89ba19e..e4a3bf1 100644 --- a/netbox/Containerfile +++ b/netbox/Containerfile @@ -16,7 +16,7 @@ RUN apt-get update \ CMD [ "/opt/netbox/docker-entrypoint.sh", "/opt/netbox/launch.sh" ] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/nexus/Containerfile b/nexus/Containerfile index dea7255..02e7afc 100644 --- a/nexus/Containerfile +++ b/nexus/Containerfile @@ -3,7 +3,7 @@ FROM sonatype/nexus3:${VERSION} COPY files/scripts /scripts -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/openstackclient/Containerfile b/openstackclient/Containerfile index 8454503..2c485a6 100644 --- a/openstackclient/Containerfile +++ b/openstackclient/Containerfile @@ -54,7 +54,7 @@ VOLUME ["/configuration"] ENTRYPOINT ["/usr/bin/dumb-init", "--"] CMD ["openstack"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/prometheus-redfish-exporter/Containerfile b/prometheus-redfish-exporter/Containerfile index bec5d68..c749c2c 100644 --- a/prometheus-redfish-exporter/Containerfile +++ b/prometheus-redfish-exporter/Containerfile @@ -20,7 +20,7 @@ RUN apk add --no-cache \ ENTRYPOINT ["usr/bin/dumb-init", "--", "/redfish_exporter", "--config.file=/config.yaml"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/seed/Containerfile b/seed/Containerfile index 0d9b26b..cf7a188 100644 --- a/seed/Containerfile +++ b/seed/Containerfile @@ -25,7 +25,7 @@ WORKDIR /opt/configuration/environments/manager VOLUME ["/opt/configuration"] ENTRYPOINT ["/run.sh"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/tang/Containerfile b/tang/Containerfile index 4766af7..d9b1325 100644 --- a/tang/Containerfile +++ b/tang/Containerfile @@ -20,7 +20,7 @@ RUN chmod +x /usr/local/bin/entrypoint.sh EXPOSE 80 ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \ diff --git a/virtualbmc/Containerfile b/virtualbmc/Containerfile index 213afe8..869ff29 100644 --- a/virtualbmc/Containerfile +++ b/virtualbmc/Containerfile @@ -16,7 +16,7 @@ RUN apt-get update \ CMD ["/run.sh"] -LABEL "org.opencontainers.image.documentation"="https://osism.github.io/docs/intro" \ +LABEL "org.opencontainers.image.documentation"="https://osism.tech/docs/" \ "org.opencontainers.image.licenses"="ASL 2.0" \ "org.opencontainers.image.source"="https://github.com/osism/container-images" \ "org.opencontainers.image.url"="https://quay.io/organization/osism" \