Skip to content

Commit

Permalink
feat: upgrade UCS base image to 2024-12-12
Browse files Browse the repository at this point in the history
  • Loading branch information
m0wer committed Dec 16, 2024
1 parent 697fd97 commit af10919
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
10 changes: 5 additions & 5 deletions docker/joinscript-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
Expand Down

0 comments on commit af10919

Please sign in to comment.