upload-ci-image 368 B

123456789
  1. #!/bin/sh
  2. dest="docker://registry.gitlab.com/spritely/guile-hoot:latest"
  3. archive=$(guix pack -m ci-manifest.scm -C zstd -f docker -S /bin=bin | tail -1)
  4. # Don't be alarmed by --insecure-policy, we're just skipping the
  5. # annoyance of having to put a policy file somewhere in /etc which
  6. # hinders automation.
  7. skopeo copy --insecure-policy docker-archive:$archive $dest