Skip to content

Commit

Permalink
cr_image_version: 3
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriWahl committed Dec 1, 2023
1 parent 7a3a230 commit 3a41b9b
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ env:
repo_dir: nagstamon-jekyll/docs/repo
cr_image: ghcr.io/henriwahl/build-nagstamon
# to be increased if new updates of build images are necessary
cr_image_version: 2
cr_image_version: 3
# release type this file is used for
release: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-release-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
repo_dir: nagstamon-jekyll/docs/repo
cr_image: ghcr.io/henriwahl/build-nagstamon
# to be increased if new updates of build images are necessary
cr_image_version: 2
cr_image_version: 3
release: stable

jobs:
Expand Down
2 changes: 2 additions & 0 deletions build/docker/Dockerfile-fedora-37
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM fedora:37
LABEL [email protected]

RUN dnf -y upgrade

RUN dnf -y install createrepo_c \
desktop-file-utils \
git \
Expand Down
2 changes: 2 additions & 0 deletions build/docker/Dockerfile-fedora-38
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM fedora:38
LABEL [email protected]

RUN dnf -y upgrade

RUN dnf -y install createrepo_c \
desktop-file-utils \
git \
Expand Down
2 changes: 2 additions & 0 deletions build/docker/Dockerfile-fedora-39
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM fedora:39
LABEL [email protected]

RUN dnf -y upgrade

RUN dnf -y install createrepo_c \
desktop-file-utils \
git \
Expand Down
2 changes: 2 additions & 0 deletions build/docker/Dockerfile-rhel-9
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM rockylinux:9
LABEL [email protected]

RUN dnf -y upgrade

RUN dnf -y install 'dnf-command(config-manager)' \
epel-release && \
crb enable && \
Expand Down

0 comments on commit 3a41b9b

Please sign in to comment.