From 37e300222b3c100233cb18276f6027a869d1eb88 Mon Sep 17 00:00:00 2001 From: TakahashiNg <83152264+TakahashiNguyen@users.noreply.github.com> Date: Sun, 10 May 2026 11:23:08 +0000 Subject: [PATCH] chore: update --- .devcontainer/Dockerfile | 3 +- file-service/pom.xml | 77 ++++++++++++++++++++++++---------------- 2 files changed, 49 insertions(+), 31 deletions(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 12d0c67..71702aa 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -26,7 +26,8 @@ RUN apt-get update --fix-missing && apt-get install --no-install-recommends --no kubectl \ openjdk-25-jdk-headless \ redis-server \ - maven + maven \ + python3-venv RUN jbang trust add https://repo1.maven.org/maven2/io/quarkus/quarkus-cli/ RUN jbang app install --fresh --force quarkus@quarkusio diff --git a/file-service/pom.xml b/file-service/pom.xml index 1ad9a0b..96d44cc 100644 --- a/file-service/pom.xml +++ b/file-service/pom.xml @@ -1,8 +1,8 @@ - + 4.0.0 @@ -16,11 +16,10 @@ file-service - vps.demonkernel.io.vn + vps.demonkernel.io.vn foodsurf - file-service + file-service + true ${quarkus.container-image.registry}/${quarkus.container-image.group}/${quarkus.container-image.name} @@ -48,38 +47,56 @@ docker - ${project.basedir}/python + ${project.basedir}/python build -t - ${python.image.full.name}:${parent.version} + ${python.image.full.name}:${parent.version} -t - ${python.image.full.name}:latest + ${python.image.full.name}:latest . - - - docker-push-python - install - - exec - - - docker - - push - ${python.image.full.name} - - - - + + + + push-python-image + + + quarkus.container-image.push + true + + + + + + org.codehaus.mojo + exec-maven-plugin + + + docker-push-python + install + + exec + + + docker + + push + ${python.image.full.name} + + + + + + + + + + \ No newline at end of file