shenyu icon indicating copy to clipboard operation
shenyu copied to clipboard

[BUG] Docker Image Build Fails When Running mvn clean package -Prelease,docker

Open me-snowyowl opened this issue 7 months ago • 4 comments

Is there an existing issue for this?

  • [x] I have searched the existing issues

Current Behavior

No response

Expected Behavior

No response

Steps To Reproduce

git clone https://github.com/apache/shenyu.git cd shenyu mvn clean package -Prelease,docker -Dmaven.javadoc.skip=true -Dmaven.test.skip=true

Environment

ShenYu version(s):master

Debug logs

No response

Anything else?

No response

me-snowyowl avatar Jun 03 '25 08:06 me-snowyowl

more details pls, such as err out put

Aias00 avatar Jun 03 '25 13:06 Aias00

Image After the code is built successfully, the docker images do not build related images

me-snowyowl avatar Jun 04 '25 09:06 me-snowyowl

the image will be built under shenyu-dist module, were u mvn this module?

Aias00 avatar Jun 04 '25 09:06 Aias00

cd shenyu mvn clean package -Prelease,docker -Dmaven.javadoc.skip=true -Dmaven.test.skip=true Shouldn’t this command automatically execute the mvn command under the shenyu-dist directory when the docker profile is added?

me-snowyowl avatar Jun 04 '25 11:06 me-snowyowl