changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra / virt/push-image.sh

changeset 42: 36c0358a46be
author: ellis <ellis@rwest.io>
date: Sun, 31 Dec 2023 00:21:40 -0500
permissions: -rwxr-xr-x
description: patience is key
1 #!/usr/bin/env bash
2 buildah push --compression-format zstd "${1}" "dir:/mnt/y/data/packy/container/docker/${1}"
3 buildah push --compression-format zstd "${1}" "oci:/mnt/y/data/packy/container/oci:${1}:latest"