Added scripts to build the docker images (#185)
This is to match the scripts that are available in the Acceptance tests. So that if they want to build samples for testing purposes they have a consistent feel Also updated versions
This commit is contained in:
6
timestamp-task/build-timestamp-image.sh
Executable file
6
timestamp-task/build-timestamp-image.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if [ "$TIMESTAMP_TASK_VERSION" = "" ]; then
|
||||
TIMESTAMP_TASK_VERSION=2.0.2
|
||||
fi
|
||||
./mvnw -o clean install -DskipTests
|
||||
./mvnw -o spring-boot:build-image -DskipTests -Dspring-boot.build-image.imageName=springcloud/timestamp-task:$TIMESTAMP_TASK_VERSION
|
||||
Reference in New Issue
Block a user