We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664cc0f commit bd0a901Copy full SHA for bd0a901
2 files changed
.github/workflows/build-release-latest.yml
@@ -78,4 +78,13 @@ jobs:
78
# automatic_release_tag: "latest"
79
# prerelease: true
80
# files: |
81
-# artifact/*
+# artifact/*
82
+
83
+# ghcr.io-cleanup:
84
+# - name: ghcr.io cleanup action
85
+# runs-on: ubuntu-latest
86
+# steps:
87
+# - uses: dataaxiom/ghcr-cleanup-action@v1
88
+# with:
89
+# older-than: 7 days
90
+# keep-n-tagged: 1
dockerfiles/checkmk/Dockerfile
@@ -1,6 +1,7 @@
1
ARG CHECKMK_VERSION=2.4.0p19
2
3
-FROM checkmk/check-mk-cloud:${CHECKMK_VERSION}
+#FROM checkmk/check-mk-cloud:${CHECKMK_VERSION}
4
+FROM checkmk/check-mk-raw:${CHECKMK_VERSION}
5
LABEL maintainer=henri@nagstamon.de
6
7
ARG DEBIAN_FRONTEND=noninteractive
0 commit comments