Updated woodpecker config to use eclipse temurin Alpine image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful

This commit is contained in:
Gregory Ballantine 2023-01-24 23:18:33 -05:00
parent 1189f4b61c
commit 8cb640d804

View File

@ -1,19 +1,19 @@
pipeline:
test:
image: maven:3-eclipse-temurin-17
image: maven:3-eclipse-temurin-17-alpine
commands:
- apt install -y lsof
- apk add lsof
- mvn test
build:
image: maven:3-eclipse-temurin-17
image: maven:3-eclipse-temurin-17-alpine
commands:
- mvn clean compile assembly:single
package:
image: maven:3-eclipse-temurin-17
image: maven:3-eclipse-temurin-17-alpine
commands:
- apt install -y rpm
- apk add rpm
- mvn clean compile package -Dmaven.test.skip
when:
event: tag