Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

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 3.5.0/scala2.12-java17-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 3.5.1/scala2.12-java17-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 3.5.2/scala2.12-java17-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion 4.0.0-preview1/scala2.13-java17-ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion add-dockerfiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down