diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 07ceebf..91135bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,6 +94,8 @@ repos: hooks: # "Lint Dockerfiles" - id: "hadolint-system" + args: + - "--ignore=DL3008" # "Helm chart linter" - repo: "https://github.com/gruntwork-io/pre-commit" diff --git a/docker/joinscript-tools/Dockerfile b/docker/joinscript-tools/Dockerfile index 59e7edb..32b1d44 100644 --- a/docker/joinscript-tools/Dockerfile +++ b/docker/joinscript-tools/Dockerfile @@ -1,16 +1,16 @@ # SPDX-License-Identifier: AGPL-3.0-only # SPDX-FileCopyrightText: 2023 Univention GmbH -ARG UCS_BASE_IMAGE=gitregistry.knut.univention.de/univention/components/ucs-base-image/ucs-base-507 -ARG UCS_BASE_IMAGE_TAG=0.13.1-post-main-build-2024-09-09 +ARG UCS_BASE_IMAGE=gitregistry.knut.univention.de/univention/components/ucs-base-image/ucs-base-520 +ARG UCS_BASE_IMAGE_TAG=0.14.0-build-2024-12-12 FROM ${UCS_BASE_IMAGE}:${UCS_BASE_IMAGE_TAG} RUN apt-get update \ && apt-get --assume-yes --verbose-versions --no-install-recommends install \ - python3-univention-directory-manager-rest-client=10.* \ - python3-yaml=3.* \ - univention-config=15.* \ + python3-univention-directory-manager-rest-client \ + python3-yaml \ + univention-config \ && rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/* COPY bin/* /usr/local/bin/