We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff4d7d commit e24c90fCopy full SHA for e24c90f
jetty/Dockerfile
@@ -14,4 +14,6 @@ RUN mkdir -p /opt/cprof && \
14
USER jetty
15
16
EXPOSE 8080
17
-ENTRYPOINT ["/bin/sh", "/start.sh"]
+# jetty:12-jdk21 has bash. We can afford the extra 200M in image size over
18
+# the -alpine flavor.
19
+ENTRYPOINT ["/bin/bash", "/start.sh"]
jetty/start.sh
@@ -1,4 +1,4 @@
1
-#!/bin/sh
+#!/bin/bash
2
# Copyright 2024 The Nomulus Authors. All Rights Reserved.
3
#
4
# Licensed under the Apache License, Version 2.0 (the "License");
0 commit comments