diff --git a/ballista/executor/Cargo.toml b/ballista/executor/Cargo.toml index 442f4f338..0f0837ccd 100644 --- a/ballista/executor/Cargo.toml +++ b/ballista/executor/Cargo.toml @@ -62,7 +62,7 @@ uuid = { version = "1.0", features = ["v4"] } [dev-dependencies] [build-dependencies] -configure_me_codegen = "0.4.0" +configure_me_codegen = "=0.4.0" # use libc on unix like platforms to set worker priority in DedicatedExecutor [target."cfg(unix)".dependencies.libc] diff --git a/ballista/scheduler/Cargo.toml b/ballista/scheduler/Cargo.toml index c144afe49..34cd1b26e 100644 --- a/ballista/scheduler/Cargo.toml +++ b/ballista/scheduler/Cargo.toml @@ -82,5 +82,5 @@ warp = "0.3" ballista-core = { path = "../core", version = "0.9.0" } [build-dependencies] -configure_me_codegen = "0.4.1" +configure_me_codegen = "=0.4.0" tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"] } diff --git a/dev/docker/ballista-standalone.Dockerfile b/dev/docker/ballista-standalone.Dockerfile index caa877c48..ade413d4b 100644 --- a/dev/docker/ballista-standalone.Dockerfile +++ b/dev/docker/ballista-standalone.Dockerfile @@ -17,6 +17,10 @@ FROM ubuntu:22.04 +LABEL org.opencontainers.image.source="https://github.com/apache/arrow-ballista" +LABEL org.opencontainers.image.description="Apache Arrow Ballista Distributed SQL Query Engine" +LABEL org.opencontainers.image.licenses="Apache-2.0" + ARG RELEASE_FLAG=release ENV RELEASE_FLAG=${RELEASE_FLAG}