Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history


Part of osism/issues#937

Signed-off-by: Jan Horstmann <[email protected]>
  • Loading branch information
janhorstmann committed Mar 26, 2024
1 parent a990b4a commit acde843
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion ara-server/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion ceph-daemon/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion cephclient/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion cgit/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion dnsdist/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion homer/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion kosmoo/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion lloadd/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion metering/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion netbox/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion nexus/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion openstackclient/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion prometheus-redfish-exporter/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion seed/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion tang/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down
2 changes: 1 addition & 1 deletion virtualbmc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down

0 comments on commit acde843

Please sign in to comment.