Browse Source

Update bonita, add 2022.1-b1 (#12005)

* Update bonita, add 2022.1-b1

This adds the beta version of bonita: 2022.1-b1

* update 7.11.4 to remove obsolete sks

* update 2021.1 to remove obsolete sks

* update FROM in 2022.1-b1

* limit architecture to amd64

* add GitFetch with branches

* fix wrong ref name 2022.1 -> 2021.2

* use alpine as base image to keep the multi-arch

* fix ENTRYPOINT and CMD + file permission

* chang eentry point

* include feedback from code review

* use correct entry point

* update latest release commit SHA reference

Co-authored-by: Emmanuel Duchastenier <[email protected]>
Baptiste Mesta 3 years ago
parent
commit
2f0cfdc41d
1 changed files with 11 additions and 7 deletions
  1. 11 7
      library/bonita

+ 11 - 7
library/bonita

@@ -6,16 +6,20 @@ Maintainers: Baptiste Mesta <[email protected]> (@baptistemesta),
              Dumitru Corini <[email protected]> (@DumitruCorini)
 Architectures: amd64, arm64v8, ppc64le
 GitRepo: https://github.com/bonitasoft/bonita-distrib.git
-
+Directory: docker
 
 Tags: 7.11.4, 7.11
-GitCommit: 231024c8290a9aa31a45b758a0765a684c21ed21
-Directory: docker
+GitFetch: refs/heads/docker/7.11.4
+GitCommit: 7058084357dcd0fccf723ab2c7e21ec2b73f1f45
 
 Tags: 2021.1, 7.12.1, 7.12
-GitCommit: c9b816249504017bb3418252bf58ec9d4fc3e86e
-Directory: docker
+GitFetch: refs/heads/docker/2021.1
+GitCommit: bfdd527629063b73f053320e50e1f6bfcd135d0a
 
-Tags: 2021.2-u0, 2021.2, 7.13.0, 7.13, latest
+Tags: 2021.2-u0, 2021.2, 7.13.0, 7.13
+GitFetch: refs/heads/docker/2021.2
 GitCommit: a1d9ee5e31d38958aa553cc7f9d465f1151d902f
-Directory: docker
+
+Tags: 2022.1-u0, 2022.1, 7.14.0, 7.14, latest
+GitFetch: refs/heads/master
+GitCommit: 694bf79347add872f8c6a4c0a7f5c3ef12c31dc8