manifest for automated builds
This commit is contained in:
parent
aaef370079
commit
0e57049832
6
hooks/post_push
Normal file
6
hooks/post_push
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
curl -Lo manifest-tool https://github.com/estesp/manifest-tool/releases/download/v1.0.3/manifest-tool-linux-amd64
|
||||||
|
chmod +x manifest-tool
|
||||||
|
|
||||||
|
./manifest-tool push from-spec multi-arch-manifest.yaml
|
||||||
16
multi-arch-manifest.yaml
Normal file
16
multi-arch-manifest.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
image: bunkerity/bunkerized-nginx:dev
|
||||||
|
manifests:
|
||||||
|
- image: bunkerity/bunkerized-nginx:dev-amd64
|
||||||
|
platform:
|
||||||
|
architecture: amd64
|
||||||
|
os: linux
|
||||||
|
- image: bunkerity/bunkerized-nginx:dev-arm32v7
|
||||||
|
platform:
|
||||||
|
architecture: arm
|
||||||
|
os: linux
|
||||||
|
variant: v7
|
||||||
|
- image: bunkerity/bunkerized-nginx:dev-i386
|
||||||
|
platform:
|
||||||
|
architecture: 386
|
||||||
|
os: linux
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user