From 5bd37d86a61d54be507924c753a2a6a885381a1d Mon Sep 17 00:00:00 2001 From: "lvfei.lv" Date: Wed, 6 Dec 2023 09:34:44 +0800 Subject: [PATCH] modify the tags that dragonwell17 points to by default --- LANGUAGE/dragonwell/17/alinux/3/Dockerfile.releases.full | 3 ++- LANGUAGE/dragonwell/buildspec.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/LANGUAGE/dragonwell/17/alinux/3/Dockerfile.releases.full b/LANGUAGE/dragonwell/17/alinux/3/Dockerfile.releases.full index 6c0e4eb..0bf8c0e 100644 --- a/LANGUAGE/dragonwell/17/alinux/3/Dockerfile.releases.full +++ b/LANGUAGE/dragonwell/17/alinux/3/Dockerfile.releases.full @@ -16,7 +16,8 @@ FROM alibaba-cloud-linux-3-registry.cn-hangzhou.cr.aliyuncs.com/alinux3/alinux3: ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' -RUN yum install binutils -y tzdata openssl curl ca-certificates fontconfig gzip tar binutils \ +RUN yum update -y \ + && yum install binutils -y tzdata openssl curl ca-certificates fontconfig gzip tar binutils \ && yum clean all ENV JAVA_VERSION jdk-17.0.8.0.8+7 diff --git a/LANGUAGE/dragonwell/buildspec.yml b/LANGUAGE/dragonwell/buildspec.yml index 00fbc76..904fc39 100644 --- a/LANGUAGE/dragonwell/buildspec.yml +++ b/LANGUAGE/dragonwell/buildspec.yml @@ -192,7 +192,7 @@ images: path: LANGUAGE/dragonwell/17/anolis/8.8/Dockerfile.releases.full scene: args: [*ARG1] - tags: [[17.0.8.0.8.7-standard-ga-anolis, 17-standard-ga-anolis, 17-anolis, 17.0.8.0.8.7, 17]] + tags: [[17.0.8.0.8.7-standard-ga-anolis, 17-standard-ga-anolis, 17-anolis]] registry: [[*DRAGONWELL_ACR_PROD, *ANOLIS_ACR_PROD, *DOCKERHUB_PROD]] test_config: [*WORKSPACE, *TEMPLATE] @@ -234,7 +234,7 @@ images: path: LANGUAGE/dragonwell/17/alinux/3/Dockerfile.releases.full scene: args: [*ARG1] - tags: [[17.0.8.0.8.7-standard-ga-alinux, 17-standard-ga-alinux, 17-alinux]] + tags: [[17.0.8.0.8.7-standard-ga-alinux, 17-standard-ga-alinux, 17-alinux, 17.0.8.0.8.7, 17]] registry: [[*DRAGONWELL_ACR_PROD, *ANOLIS_ACR_PROD, *DOCKERHUB_PROD]] test_config: [*WORKSPACE, *TEMPLATE] -- Gitee