generated from SAP/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ff89ea
commit a2f9bd1
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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"] | ||
|