HXKI factory pipeline test

This commit is contained in:
HX-KI Tresor
2026-03-07 13:05:47 +00:00
parent 0a678c1dd3
commit 5f71e88707
2 changed files with 14 additions and 0 deletions

9
.woodpecker.yml Normal file
View File

@@ -0,0 +1,9 @@
steps:
build:
image: docker:24
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker build -t hxki-registry:5000/hxki-ci-test:latest .
- docker push hxki-registry:5000/hxki-ci-test:latest

5
Dockerfile Normal file
View File

@@ -0,0 +1,5 @@
FROM alpine:3.19
RUN echo "HXKI FACTORY TEST OK" > /factory.txt
CMD cat /factory.txt