VERSION 0.7 | |
image: | |
ARG PROJECT=cinder | |
ARG RELEASE=zed | |
ARG REF=011e6549259c0433ceb594d8083f6c838d964311 | |
FROM ../openstack-service+image \ | |
--PROJECT ${PROJECT} \ | |
--RELEASE ${RELEASE} \ | |
--PROJECT_REF ${REF} \ | |
--PIP_PACKAGES "purestorage" | |
DO \ | |
../+APT_INSTALL \ | |
--PACKAGES "ceph-common lsscsi nvme-cli python3-rados python3-rbd qemu-utils sysfsutils udev util-linux" | |
DO ../+APPLY_PATCHES | |
COPY ../kubernetes+image/kubectl /usr/local/bin/kubectl | |
SAVE IMAGE --push \ | |
ghcr.io/vexxhost/atmosphere/${PROJECT}:${RELEASE} \ | |
ghcr.io/vexxhost/atmosphere/${PROJECT}:${REF} |