mirror of
https://github.com/rocky-linux/peridot.git
synced 2024-11-15 18:21:24 +00:00
6 lines
237 B
Docker
6 lines
237 B
Docker
|
FROM quay.io/authzed/spicedb:v1.2.0 as spicedb
|
||
|
FROM quay.io/rockylinux/rockylinux:8
|
||
|
|
||
|
COPY --from=spicedb /usr/local/bin/spicedb /usr/local/bin/spicedb
|
||
|
COPY --from=spicedb /usr/local/bin/grpc_health_probe /usr/local/bin/grpc_health_probe
|