Mohammed Naser | eb46b6c | 2022-08-29 21:45:29 -0400 | [diff] [blame] | 1 | # syntax=docker/dockerfile:1.4 |
2 | |||||
3 | FROM quay.io/vexxhost/bindep-loci:latest AS bindep | ||||
4 | |||||
5 | FROM quay.io/vexxhost/openstack-builder-focal:latest AS builder | ||||
6 | COPY --from=bindep --link /runtime-pip-packages /runtime-pip-packages | ||||
7 | |||||
8 | FROM quay.io/vexxhost/openstack-runtime-focal:latest AS runtime | ||||
9 | COPY --from=bindep --link /runtime-dist-packages /runtime-dist-packages | ||||
10 | COPY --from=builder --link /var/lib/openstack /var/lib/openstack |