buildpacks / ci

CI configuration for Cloud Native Buildpacks
https://ci.buildpacks.io
Apache License 2.0
9 stars 2 forks source link

Add DockerHub image manifest list for Windows and Linux `registry:2` images #17

Open micahyoung opened 4 years ago

micahyoung commented 4 years ago

Syntax Ex:

docker manifest create micahyoung/registry-test5 \
  registry@sha256:c2748bc237015d14ef65355f03b77f0a7f0566d440f447e670f3333906f0f5da \
  stefanscherer/registry-windows@sha256:631b26ce1bc3d8ff9b2d4522bd4a1c1a9a2bacdc140e78b0c16bc343343684d0
docker push micahyoung/registry-test5
dfreilich commented 4 years ago

@micahyoung Is this still something we should do?