From af2e06a5c038ed8b16eb92c0fb6949222df6e358 Mon Sep 17 00:00:00 2001 From: ls Date: Fri, 11 Oct 2024 15:23:15 +0800 Subject: [PATCH] update --- build.sh | 5 +++++ physical-launcher/build.sh | 6 ------ physical-launcher/pom.xml | 8 +------- 3 files changed, 6 insertions(+), 13 deletions(-) create mode 100644 build.sh delete mode 100644 physical-launcher/build.sh diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..69e7594 --- /dev/null +++ b/build.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#docker buildx use physical +docker build --platform linux/amd64 -t registry.cn-shanghai.aliyuncs.com/physical/physical-boot --push . +#docker login --username=admin --password='admin!@#123' reg.laysan.biz diff --git a/physical-launcher/build.sh b/physical-launcher/build.sh deleted file mode 100644 index 27ee734..0000000 --- a/physical-launcher/build.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/bash - -mvn -s ~/.m2/settings-personal.xml clean install -#docker buildx use physical -docker build --platform linux/amd64 -t reg.laysan.biz/physical/physical-launcher --push . -#docker login --username=admin --password='admin!@#123' reg.laysan.biz diff --git a/physical-launcher/pom.xml b/physical-launcher/pom.xml index 841bb51..599becb 100644 --- a/physical-launcher/pom.xml +++ b/physical-launcher/pom.xml @@ -19,13 +19,7 @@ physical-system-biz ${jeecgboot.version} - - - org.jeecgframework.boot - physical-module-experiment - ${jeecgboot.version} - - +