Mohammed Naser | c639230 | 2024-01-04 00:43:02 -0500 | [diff] [blame] | 1 | VERSION 0.7 |
| 2 | |
| 3 | clone: |
| 4 | FROM ../builder+image |
| 5 | GIT CLONE --branch a2e563b08ae633d75084c1bb40c97dbf1a539950 https://opendev.org/openstack/openstack-helm-images /src |
| 6 | WORKDIR /src |
| 7 | SAVE ARTIFACT /src |
| 8 | |
| 9 | platform-image: |
| 10 | FROM DOCKERFILE -f +clone/src/nova-ssh/Dockerfile.ubuntu_focal +clone/src/nova-ssh |
| 11 | LABEL org.opencontainers.image.source=https://github.com/vexxhost/atmosphere |
| 12 | SAVE IMAGE --push ghcr.io/vexxhost/atmosphere/nova-ssh:latest |
| 13 | |
| 14 | image: |
| 15 | BUILD --platform linux/amd64 --platform linux/arm64 +platform-image |