Skip to content
This repository was archived by the owner on Apr 3, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion as-file-receiver-oem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ COPY --from=builder /app/as-file-receiver-oem/res/ /res/
COPY --from=builder /app/as-file-receiver-oem/as-file-receiver-oem /as-file-receiver-oem

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

EXPOSE 59787

Expand Down
2 changes: 1 addition & 1 deletion as-file-sender-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL name='as-file-sender-gateway' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

COPY --from=builder /app/as-file-sender-gateway/LICENSE /LICENSE
COPY --from=builder /app/as-file-sender-gateway/res/ /res/
Expand Down
2 changes: 1 addition & 1 deletion as-pipeline-sim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL name='as-pipeline-sim' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

# COPY --from=builder /app/Attribution.txt /Attribution.txt
COPY --from=builder /app/as-pipeline-sim/LICENSE /LICENSE
Expand Down
2 changes: 1 addition & 1 deletion as-pipeline-val/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL name='as-pipeline-val' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

# COPY --from=builder /app/Attribution.txt /Attribution.txt
COPY --from=builder /app/as-pipeline-val/LICENSE /LICENSE
Expand Down
2 changes: 1 addition & 1 deletion as-task-launcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL name='as-task-launcher' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

COPY --from=builder /app/as-task-launcher/LICENSE /LICENSE
COPY --from=builder /app/as-task-launcher/res/ /res/
Expand Down
2 changes: 1 addition & 1 deletion ms-data-organizer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL name='ms-data-organizer' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

# COPY --from=builder /app/Attribution.txt /Attribution.txt
COPY --from=builder /app/ms-data-organizer/LICENSE /LICENSE
Expand Down
2 changes: 1 addition & 1 deletion ms-file-receiver-gateway/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL name='ms-file-receiver-gateway' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

# COPY --from=builder /app/Attribution.txt /Attribution.txt
COPY --from=builder /app/ms-file-receiver-gateway/LICENSE /LICENSE
Expand Down
2 changes: 1 addition & 1 deletion ms-file-sender-oem/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ COPY --from=builder /app/ms-file-sender-oem/res/ /res/
COPY --from=builder /app/ms-file-sender-oem/ms-file-sender-oem /ms-file-sender-oem

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

EXPOSE 59782

Expand Down
2 changes: 1 addition & 1 deletion ms-file-watcher/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LABEL name='ms-file-watcher' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

# COPY --from=builder /app/Attribution.txt /Attribution.txt
COPY --from=builder /app/ms-file-watcher/LICENSE /LICENSE
Expand Down
2 changes: 1 addition & 1 deletion ms-job-repository/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ LABEL name='ms-job-repository' \
version="${MSVERSION}"

# dumb-init is required as security-bootstrapper uses it in the entrypoint script
RUN apk add --update --no-cache ca-certificates=20240226-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3
RUN apk add --update --no-cache ca-certificates=20241121-r0 zeromq=4.3.5-r2 dumb-init=1.2.5-r3

# COPY --from=builder /app/Attribution.txt /Attribution.txt
COPY --from=builder /app/ms-job-repository/LICENSE /LICENSE
Expand Down
Loading