From 18419a99e43853eddb3bedcca216330796fb3215 Mon Sep 17 00:00:00 2001 From: "zhczyx@163.com" Date: Sat, 28 Feb 2026 10:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=89=E5=85=A8=E5=AF=B9=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- pom.xml | 50 +++++++++++++++++++++++++------------------------- 2 files changed, 27 insertions(+), 26 deletions(-) diff --git a/Dockerfile b/Dockerfile index e8a55f3..175e1ac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ # FROM registry.ap-northeast-1.aliyuncs.com/southwave/jdk17-template:latest FROM amazoncorretto:17-alpine # 安装 fontconfig 和 DejaVu 字体 (这是一个通用且免费的字体包) -RUN apk --no-cache add fontconfig ttf-dejavu +RUN apk --no-cache upgrade && \ + apk --no-cache add fontconfig ttf-dejavu WORKDIR /app COPY target/data-center-sender.jar app.jar diff --git a/pom.xml b/pom.xml index d661247..264e7c7 100644 --- a/pom.xml +++ b/pom.xml @@ -469,40 +469,19 @@ - - - io.fabric8 - docker-maven-plugin - 0.38.1 - - - AKIAR26KHSVRUEAKRBPZ - wmMPx9vypaNi5ZIlyz4c018hKCb2M1dnGBdA+oh2 - - - - ${aws.ecr.registry}/aeon-prod/${aws.ecr.repositoryProd}:latest - ${aws.ecr.registry} - - ${project.basedir}/Dockerfile - - - - - - + - - + + - + @@ -511,6 +490,27 @@ + + + io.fabric8 + docker-maven-plugin + 0.38.1 + + + AKIAVSKFRQDPNWHJDSHL + DqGyOiVFKI50/Ix+cjvj25vPL2tC7NJrJ7fqzn/g + + + + ${aws.ecr.registryTest}/aeon/${aws.ecr.repository}:latest + ${aws.ecr.registry} + + ${project.basedir}/Dockerfile + + + + +