Added multiarch to minimal

This commit is contained in:
Simon Beginn
2020-09-10 15:40:12 +02:00
parent 84a9f573ff
commit 2093791844
7 changed files with 136 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#!/bin/bash
# Use manifest-tool to create the manifest, given the experimental
# "docker manifest" command isn't available yet on Docker Hub.
curl -Lo manifest-tool "https://github.com/estesp/manifest-tool/releases/download/v1.0.2/manifest-tool-linux-amd64"
chmod +x manifest-tool
./manifest-tool push from-spec multi-arch-manifest-latest.yaml
./manifest-tool push from-spec multi-arch-manifest-minimal.yaml