Updated woodpecker config to use eclipse temurin Alpine image
This commit is contained in:
parent
1189f4b61c
commit
8cb640d804
@ -1,19 +1,19 @@
|
|||||||
pipeline:
|
pipeline:
|
||||||
test:
|
test:
|
||||||
image: maven:3-eclipse-temurin-17
|
image: maven:3-eclipse-temurin-17-alpine
|
||||||
commands:
|
commands:
|
||||||
- apt install -y lsof
|
- apk add lsof
|
||||||
- mvn test
|
- mvn test
|
||||||
|
|
||||||
build:
|
build:
|
||||||
image: maven:3-eclipse-temurin-17
|
image: maven:3-eclipse-temurin-17-alpine
|
||||||
commands:
|
commands:
|
||||||
- mvn clean compile assembly:single
|
- mvn clean compile assembly:single
|
||||||
|
|
||||||
package:
|
package:
|
||||||
image: maven:3-eclipse-temurin-17
|
image: maven:3-eclipse-temurin-17-alpine
|
||||||
commands:
|
commands:
|
||||||
- apt install -y rpm
|
- apk add rpm
|
||||||
- mvn clean compile package -Dmaven.test.skip
|
- mvn clean compile package -Dmaven.test.skip
|
||||||
when:
|
when:
|
||||||
event: tag
|
event: tag
|
||||||
|
Loading…
Reference in New Issue
Block a user