|
|
@@ -1,27 +1,35 @@
|
|
|
+# Header of manifest
|
|
|
+# Merge manifest files from each branch afterwards
|
|
|
+# Maintainers, repo and constraints are common headers for every release
|
|
|
Maintainers: Flavio Castelli <[email protected]> (@flavio),
|
|
|
Aleksa Sarai <[email protected]> (@cyphar),
|
|
|
Jordi Massaguer Pla <[email protected]> (@jordimassaguerpla),
|
|
|
David Cassany Viladomat <[email protected]> (@davidcassany)
|
|
|
GitRepo: https://github.com/openSUSE/docker-containers-build.git
|
|
|
-Directory: docker
|
|
|
Constraints: !aufs
|
|
|
|
|
|
-Tags: 42.3, leap, latest
|
|
|
-GitFetch: refs/heads/openSUSE-42.3
|
|
|
-GitCommit: 344cc6c2ec6613be982a3c7e74a4ac2d57554d2a
|
|
|
-
|
|
|
+# This is the multiarch section specific for openSUSE-Leap-42.2
|
|
|
Tags: 42.2
|
|
|
-GitFetch: refs/heads/openSUSE-42.2
|
|
|
-GitCommit: 9592a29cf1eb62f7e8ece6bde435203ad5040fa5
|
|
|
-
|
|
|
-Tags: 42.1
|
|
|
-GitFetch: refs/heads/openSUSE-42.1
|
|
|
-GitCommit: 28ae2ecb12d4ec628bd0ca561ae5ed6b64c1eecd
|
|
|
+Architectures: amd64
|
|
|
+GitFetch: refs/heads/openSUSE-Leap-42.2
|
|
|
+GitCommit: bcbc0e8aa0b17dc9f0786344696970f7552c74d9
|
|
|
+amd64-Directory: x86_64/
|
|
|
|
|
|
-Tags: 13.2, harlequin
|
|
|
-GitFetch: refs/heads/openSUSE-13.2
|
|
|
-GitCommit: f1cf8438c9d72afa0d4022c27fd6ee3e47b70e4c
|
|
|
+# This is the multiarch section specific for openSUSE-Leap-42.3
|
|
|
+Tags: 42.3,latest,leap
|
|
|
+Architectures: amd64, arm64v8, ppc64le
|
|
|
+GitFetch: refs/heads/openSUSE-Leap-42.3
|
|
|
+GitCommit: 8c2c0118f6e9dc0088ecd8592449a1d6b1513298
|
|
|
+amd64-Directory: x86_64/
|
|
|
+arm64v8-Directory: aarch64/
|
|
|
+ppc64le-Directory: ppc64le/
|
|
|
|
|
|
+# This is the multiarch section specific for openSUSE-Tumbleweed
|
|
|
Tags: tumbleweed
|
|
|
+Architectures: amd64, arm64v8, ppc64le
|
|
|
GitFetch: refs/heads/openSUSE-Tumbleweed
|
|
|
-GitCommit: 5fb97e9dd32bad7be37ae4ffb32fd1d796f30d80
|
|
|
+GitCommit: 8c0ca7629b6ab739a2f6ebc0f7d5e38ccbff7ba6
|
|
|
+amd64-Directory: x86_64/
|
|
|
+arm64v8-Directory: aarch64/
|
|
|
+ppc64le-Directory: ppc64le/
|
|
|
+
|