Skip to content

Commit ceb6943

Browse files
authored
fix(e2e): replace the openjdk base image (#3216)
Signed-off-by: Robin Han <hanxvdovehx@gmail.com>
1 parent 24a7c07 commit ceb6943

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/docker/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
ARG jdk_version=openjdk:8
16+
# The openjdk image has been officially deprecated. For more information, see: https://hub.docker.com/_/openjdk
17+
ARG jdk_version=eclipse-temurin:17-jdk-jammy
1718
FROM $jdk_version AS build-native-image
1819

1920
WORKDIR /build

tests/docker/base-Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
ARG jdk_version=openjdk:17-bullseye
16+
# The openjdk image has been officially deprecated. For more information, see: https://hub.docker.com/_/openjdk
17+
ARG jdk_version=eclipse-temurin:17-jdk-jammy
1718
FROM $jdk_version
1819

1920
MAINTAINER AutoMQ for Apache Kafka dev@automq.com

0 commit comments

Comments
 (0)