Skip to content

Commit

Permalink
✏️fix docker label typo for authors
Browse files Browse the repository at this point in the history
  • Loading branch information
TarradeMarc committed Aug 16, 2024
1 parent 9ff89ea commit a2f9bd1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion clone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD myapp.js /usr/app/myapp.js
ADD files/script.js /usr/app/files/script.js
ADD https://raw.githubusercontent.com/SAP/cloud-active-defense/main/LICENSE /
LABEL org.opencontainers.image.licenses="APACHE-2.0"
LABEL org.opencontainers.image.auhors="[email protected]"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/SAP/cloud-active-defense/tree/main/clone"
USER nobody
EXPOSE 2000
Expand Down
2 changes: 1 addition & 1 deletion configmanager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN mkdir /data
RUN mkdir -m 707 /data/blocklist
ADD https://raw.githubusercontent.com/SAP/cloud-active-defense/main/LICENSE /
LABEL org.opencontainers.image.licenses="APACHE-2.0"
LABEL org.opencontainers.image.auhors="[email protected]"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/SAP/cloud-active-defense/tree/main/configmanager"
USER nobody
CMD ["node", "server.js"]
2 changes: 1 addition & 1 deletion exhaust/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD myapp.js /usr/app/myapp.js
ADD files/script.js /usr/app/files/script.js
ADD https://raw.githubusercontent.com/SAP/cloud-active-defense/main/LICENSE /
LABEL org.opencontainers.image.licenses="APACHE-2.0"
LABEL org.opencontainers.image.auhors="[email protected]"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/SAP/cloud-active-defense/tree/main/exhaust"
USER nobody
EXPOSE 4000
Expand Down
2 changes: 1 addition & 1 deletion myapp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ADD myapp.js /usr/app/myapp.js
ADD files/script.js /usr/app/files/script.js
ADD https://raw.githubusercontent.com/SAP/cloud-active-defense/main/LICENSE /
LABEL org.opencontainers.image.licenses="APACHE-2.0"
LABEL org.opencontainers.image.auhors="[email protected]"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/SAP/cloud-active-defense/tree/main/myapp"
USER nobody
EXPOSE 3000
Expand Down
2 changes: 1 addition & 1 deletion proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COPY ./envoy.yaml /etc/envoy.yaml
COPY ./wasm/cloud-active-defense.wasm /var/local/lib/wasm/cloud-active-defense.wasm
ADD https://raw.githubusercontent.com/SAP/cloud-active-defense/main/LICENSE /
LABEL org.opencontainers.image.licenses="APACHE-2.0"
LABEL org.opencontainers.image.auhors="[email protected]"
LABEL org.opencontainers.image.authors="[email protected]"
LABEL org.opencontainers.image.source="https://github.com/SAP/cloud-active-defense/tree/main/proxy"
USER envoy
CMD ["/usr/local/bin/envoy", "-c", "/etc/envoy.yaml", "--service-cluster", "proxy"]
Expand Down

0 comments on commit a2f9bd1

Please sign in to comment.