diff --git a/stackable-base/Dockerfile b/stackable-base/Dockerfile index da9d42f96..48c879e19 100644 --- a/stackable-base/Dockerfile +++ b/stackable-base/Dockerfile @@ -9,28 +9,21 @@ FROM local-image/stackable-devel AS rust-binaries -# Find the latest version here: https://github.com/stackabletech/config-utils/tags -# renovate: datasource=github-tags packageName=stackabletech/config-utils -ENV CONFIG_UTILS_VERSION=0.4.0 -# Find the latest version here: https://github.com/stackabletech/containerdebug/tags -# renovate: datasource=github-tags packageName=stackabletech/containerdebug -ENV CONTAINERDEBUG_VERSION=0.4.0 -# Find the latest version here: https://github.com/stackabletech/secret-operator/tags -# I could not find support for prefixes or regex in https://docs.renovatebot.com/modules/datasource/github-tags/, -# so I was unable to add a renovate hint. -ENV CERT_TOOLS_VERSION=0.1.1 +ARG CONFIG_UTILS_VERSION +ARG CONTAINERDEBUG_VERSION +ARG CERT_TOOLS_VERSION RUN <