We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d367a29 commit 036150bCopy full SHA for 036150b
docker/registry.clj
@@ -1,7 +1,7 @@
1
(require '[selmer.parser :as selm])
2
(require '[babashka.process :as p])
3
4
-(def BABASHKA_VERSION "0.8.1")
+(def BABASHKA_VERSION "0.8.157")
5
6
(defn- exit-non-zero
7
[proc]
@@ -22,11 +22,14 @@
22
(= 1 (:exit @(shell-no-exit false "git" "diff" "--exit-code" "HEAD~1" "HEAD" "--" "."))))
23
24
(def CE_IMAGES
25
- [{:version ["22.1.0"]
+ [{:version ["22.2.0"]
26
:java ["11" "17"]
27
:arch ["amd64", "aarch64"]}
28
29
;; ALREADY BUILT IMAGES
30
+ ;; {:version ["22.1.0"]
31
+ ;; :java ["11" "17"]
32
+ ;; :arch ["amd64", "aarch64"]}
33
;; {:version ["22.0.0.2"]
34
;; :java ["11" "17"]
35
;; :arch ["amd64", "aarch64"]}
0 commit comments