build_docker: Add description and summary labels

Adding description and summary labels to our docker images per @tzach
and @mykaul request,

Closes scylladb/scylladb#16419
This commit is contained in:
Yaron Kaikov
2023-12-14 16:41:08 +02:00
committed by Avi Kivity
parent ac3dd4bf5d
commit 8917947f29

View File

@@ -102,6 +102,10 @@ bconfig --entrypoint '["/docker-entrypoint.py"]'
bconfig --cmd ''
bconfig --port 10000 --port 9042 --port 9160 --port 9180 --port 7000 --port 7001 --port 22
bconfig --volume "/var/lib/scylla"
bconfig --label org.opencontainers.image.ref.name="ScyllaDB"
bconfig --label org.opencontainers.image.version="$version-$release"
bconfig --label description="ScyllaDB Open Source"
bconfig --label summary="NoSQL data store using the seastar framework, compatible with Apache Cassandra"
mkdir -p build/$mode/dist/docker/
image="oci-archive:build/$mode/dist/docker/$product-$version-$release"