blob: 4c0ca154cb363322fdb64453f1fd7aad9497693a [file] [log] [blame]
# syntax=docker/dockerfile:1.4
FROM quay.io/vexxhost/bindep-loci:latest AS bindep
FROM quay.io/vexxhost/openstack-builder-focal:latest AS builder
COPY --from=bindep --link /runtime-pip-packages /runtime-pip-packages
FROM quay.io/vexxhost/openstack-runtime-focal:latest AS runtime
COPY --from=bindep --link /runtime-dist-packages /runtime-dist-packages
COPY --from=builder --link /var/lib/openstack /var/lib/openstack