Skip to content
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 bitwarden_license/src/Scim/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ COPY --from=build /source/bitwarden_license/src/Scim/out /app
COPY ./bitwarden_license/src/Scim/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion bitwarden_license/src/Sso/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ COPY --from=build /source/bitwarden_license/src/Sso/out /app
COPY ./bitwarden_license/src/Sso/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/Admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ COPY --from=build /source/src/Admin/out /app
COPY --from=node-build /app/wwwroot /app/wwwroot
COPY ./src/Admin/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/Api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ WORKDIR /app
COPY --from=build /source/src/Api/out /app
COPY ./src/Api/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/Billing/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ WORKDIR /app
COPY --from=build /source/src/Billing/out /app
COPY ./src/Billing/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/Events/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ WORKDIR /app
COPY --from=build /source/src/Events/out /app
COPY ./src/Events/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/EventsProcessor/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ WORKDIR /app
COPY --from=build /source/src/EventsProcessor/out /app
COPY ./src/EventsProcessor/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

CMD ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/Icons/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ WORKDIR /app
COPY --from=build /source/src/Icons/out /app
COPY ./src/Icons/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/google.com/icon.png || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/google.com/icon.png || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/Identity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ WORKDIR /app
COPY --from=build /source/src/Identity/out /app
COPY ./src/Identity/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/.well-known/openid-configuration || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/.well-known/openid-configuration || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion src/Notifications/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ COPY ./src/Notifications/entrypoint.sh /entrypoint.sh
RUN echo "net.ipv4.ip_local_port_range = 5024 65000" >> /etc/sysctl.d/99-sysctl.conf
RUN echo "net.ipv4.tcp_fin_timeout = 30" >> /etc/sysctl.d/99-sysctl.conf
RUN chmod +x /entrypoint.sh
HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion util/Attachments/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,6 @@ COPY --from=build /source/util/Server/out /bitwarden_server
COPY util/Attachments/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh

HEALTHCHECK CMD wget --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:5000/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
2 changes: 1 addition & 1 deletion util/Nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ EXPOSE 8443
RUN chmod +x /entrypoint.sh \
&& chmod +x /logrotate.sh

HEALTHCHECK CMD wget --quiet --tries=1 --no-check-certificate --output-document=/dev/null https://localhost:8443/alive || wget --quiet --tries=1 --output-document=/dev/null http://localhost:8080/alive || exit 1
HEALTHCHECK CMD wget -Y off --quiet --tries=1 --no-check-certificate --output-document=/dev/null https://localhost:8443/alive || wget -Y off --quiet --tries=1 --output-document=/dev/null http://localhost:8080/alive || exit 1

ENTRYPOINT ["/entrypoint.sh"]
Loading