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: 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