File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
3.5.0/scala2.12-java17-ubuntu
3.5.1/scala2.12-java17-ubuntu
3.5.2/scala2.12-java17-ubuntu
4.0.0-preview1/scala2.13-java17-ubuntu Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17- FROM eclipse-temurin:17-jre- jammy
17+ FROM eclipse-temurin:17-jammy
1818
1919ARG spark_uid=185
2020
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17- FROM eclipse-temurin:17-jre- jammy
17+ FROM eclipse-temurin:17-jammy
1818
1919ARG spark_uid=185
2020
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17- FROM eclipse-temurin:17-jre- jammy
17+ FROM eclipse-temurin:17-jammy
1818
1919ARG spark_uid=185
2020
Original file line number Diff line number Diff line change 1414# See the License for the specific language governing permissions and
1515# limitations under the License.
1616#
17- FROM eclipse-temurin:17-jre- jammy
17+ FROM eclipse-temurin:17-jammy
1818
1919ARG spark_uid=185
2020
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ for TAG in $TAGS; do
7272 fi
7373
7474 if echo $TAG | grep -q " java17" ; then
75- OPTS+=" --java-version 17 --image eclipse-temurin:17-jre- jammy"
75+ OPTS+=" --java-version 17 --image eclipse-temurin:17-jammy"
7676 elif echo $TAG | grep -q " java11" ; then
7777 OPTS+=" --java-version 11 --image eclipse-temurin:11-jre-focal"
7878 fi
You can’t perform that action at this time.
0 commit comments