diff --git a/3.5.0/scala2.12-java17-ubuntu/Dockerfile b/3.5.0/scala2.12-java17-ubuntu/Dockerfile index ed29cba..a2749bb 100644 --- a/3.5.0/scala2.12-java17-ubuntu/Dockerfile +++ b/3.5.0/scala2.12-java17-ubuntu/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM eclipse-temurin:17-jre-jammy +FROM eclipse-temurin:17-jammy ARG spark_uid=185 diff --git a/3.5.1/scala2.12-java17-ubuntu/Dockerfile b/3.5.1/scala2.12-java17-ubuntu/Dockerfile index 562d938..1682e72 100644 --- a/3.5.1/scala2.12-java17-ubuntu/Dockerfile +++ b/3.5.1/scala2.12-java17-ubuntu/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM eclipse-temurin:17-jre-jammy +FROM eclipse-temurin:17-jammy ARG spark_uid=185 diff --git a/3.5.2/scala2.12-java17-ubuntu/Dockerfile b/3.5.2/scala2.12-java17-ubuntu/Dockerfile index 280bd0c..34b1214 100644 --- a/3.5.2/scala2.12-java17-ubuntu/Dockerfile +++ b/3.5.2/scala2.12-java17-ubuntu/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM eclipse-temurin:17-jre-jammy +FROM eclipse-temurin:17-jammy ARG spark_uid=185 diff --git a/4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile b/4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile index 1102caf..0a487dd 100644 --- a/4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile +++ b/4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # -FROM eclipse-temurin:17-jre-jammy +FROM eclipse-temurin:17-jammy ARG spark_uid=185 diff --git a/add-dockerfiles.sh b/add-dockerfiles.sh index 63f610c..ccc4ac1 100755 --- a/add-dockerfiles.sh +++ b/add-dockerfiles.sh @@ -72,7 +72,7 @@ for TAG in $TAGS; do fi if echo $TAG | grep -q "java17"; then - OPTS+=" --java-version 17 --image eclipse-temurin:17-jre-jammy" + OPTS+=" --java-version 17 --image eclipse-temurin:17-jammy" elif echo $TAG | grep -q "java11"; then OPTS+=" --java-version 11 --image eclipse-temurin:11-jre-focal" fi