Skip to content

Commit

Permalink
update all docker-entrypoint.sh files
Browse files Browse the repository at this point in the history
Signed-off-by: Lachlan Roberts <[email protected]>
  • Loading branch information
lachlan-roberts committed Aug 22, 2023
1 parent 220cd7c commit 0cc0c51
Show file tree
Hide file tree
Showing 63 changed files with 126 additions and 63 deletions.
3 changes: 2 additions & 1 deletion amazoncorretto/10.0/jdk11-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/10.0/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/10.0/jdk17-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/10.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/11.0/jdk11-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/11.0/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/11.0/jdk17-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/11.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/12.0/jdk17-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/12.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/9.4/jdk11-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/9.4/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/9.4/jdk17-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/9.4/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/9.4/jdk8-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion amazoncorretto/9.4/jdk8/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/10.0/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/10.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/11.0/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/11.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/12.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/9.4/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/9.4/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk-alpine/9.4/jdk8/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/10.0/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/10.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/11.0/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/11.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/12.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/9.4/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/9.4/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion azul/zulu-openjdk/9.4/jdk8/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jdk11-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jdk11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jdk17-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jdk17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jre11-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jre11/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jre17-alpine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
3 changes: 2 additions & 1 deletion eclipse-temurin/10.0/jre17/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ if expr "$*" : 'java .*/start\.jar.*$' >/dev/null ; then
shift
# The first $JAVA_OPTIONS is for the JVM which will do the --dry-run,
# the second one is used when generating the --dry-run output.
eval "exec $JAVA $JAVA_OPTIONS \"\$@\" $JAVA_OPTIONS $JETTY_PROPERTIES"
echo "exec " $JAVA $JAVA_OPTIONS "$@" $JAVA_OPTIONS $JETTY_PROPERTIES > $JETTY_BASE/jetty.exec
. $JETTY_BASE/jetty.exec
esac
done

Expand Down
Loading

0 comments on commit 0cc0c51

Please sign in to comment.