Upgrade Fedora.
All checks were successful
ci/woodpecker/tag/publish Pipeline was successful

This commit is contained in:
Michael Lipp 2025-08-10 18:34:51 +02:00
parent 3b0a7e5fd0
commit d8e7ff70b9
2 changed files with 1 additions and 24 deletions

View file

@ -1,23 +0,0 @@
image: quay.io/podman/stable
stages:
- build
- publish
variables:
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
before_script:
- echo -n $CI_REGISTRY_PASSWORD | podman login -u "$CI_REGISTRY_USER" --password-stdin $CI_REGISTRY
build:
stage: build
script:
- podman build .
publish:
stage: publish
script:
- podman build -t $IMAGE_TAG .
- podman push $IMAGE_TAG
when: manual

View file

@ -1,4 +1,4 @@
FROM docker.io/fedora:40
FROM docker.io/fedora:41
RUN dnf install -y java-21-openjdk-headless nodejs python \
gcc gcc-c++ git podman graphviz ruby