first commit
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Vri 2024-12-02 23:18:00 +01:00
commit a0a1a0153d
Signed by: vrifox
SSH key fingerprint: SHA256:7OLOvW+jmULkXpdl5rUWgid7WJQhOIEgj+4WP/PtCpI
2 changed files with 15 additions and 0 deletions

12
.woodpecker.yml Normal file
View file

@ -0,0 +1,12 @@
steps:
build-and-push:
image: plugins/docker
settings:
registry: git.natenom.org
username: vrifox
password:
from_secret: registry_token
repo: git.natenom.org/natenom_org/imagemagick
tags:
- latest
cache_from: git.natenom.org/natenom_org/imagemagick:latest

3
Dockerfile Normal file
View file

@ -0,0 +1,3 @@
FROM docker.io/alpine:latest
RUN apk add --no-cache imagemagick font-fira-mono-nerd
RUN magick --version