Closed meeDamian closed 5 years ago
Ideal setup:
linux-amd64-v0.0.15
linux-arm-v0.0.15
v0.0.15
& latest
latest
- points to the latest manifestv0.0.15
- points to a manifest at a specific versionlinux-arm-v0.0.15
- points to an image at specific version in specific architecturelinux-amd64-v0.0.15
- points to an image at specific version in specific architectureDone.
Needs #32 and #34 to make it much easier.
Once we don't need to run commands on the
final
image (installing bash and curl), we can just doFROM (arm32v6|amd64)/alpine as final
(or replace that one line in Travis), and we can generate botharm
andamd64
images trivially.