Skip to content

Commit

Permalink
Merge pull request syslog-ng#5056 from kovgeri01/stabilize_docker_image
Browse files Browse the repository at this point in the history
docker: change the official docker image to debian:bookworm
  • Loading branch information
kovgeri01 authored Aug 12, 2024
2 parents e146c02 + 4001ae0 commit e3da56f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#############################################################################
# Copyright (c) 2015-2023 Balabit
# Copyright (c) 2024 One Identity LLC.
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
Expand All @@ -21,8 +22,8 @@
#
#############################################################################

FROM debian:testing
LABEL maintainer="Andras Mitzki <andras.mitzki@balabit.com>, László Várady <[email protected]>"
FROM debian:bookworm
LABEL org.opencontainers.image.authors="kira.syslogng@gmail.com"
LABEL org.opencontainers.image.source="https://github.com/syslog-ng/syslog-ng"

ARG PKG_TYPE=stable
Expand All @@ -34,7 +35,7 @@ RUN apt-get update -qq && apt-get install -y \
&& rm -rf /var/lib/apt/lists/*

RUN wget -qO - https://ose-repo.syslog-ng.com/apt/syslog-ng-ose-pub.asc | gpg --dearmor > /usr/share/keyrings/ose-repo-archive-keyring.gpg && \
echo "deb [signed-by=/usr/share/keyrings/ose-repo-archive-keyring.gpg] https://ose-repo.syslog-ng.com/apt/ ${PKG_TYPE} debian-testing" | tee --append /etc/apt/sources.list.d/syslog-ng-ose.list
echo "deb [signed-by=/usr/share/keyrings/ose-repo-archive-keyring.gpg] https://ose-repo.syslog-ng.com/apt/ ${PKG_TYPE} debian-bookworm" | tee --append /etc/apt/sources.list.d/syslog-ng-ose.list

RUN apt-get update -qq && apt-get install -y \
libdbd-mysql libdbd-pgsql libdbd-sqlite3 syslog-ng libjemalloc2 \
Expand Down
1 change: 1 addition & 0 deletions news/other-5056.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
`docker`: Changed the container image's base to debian:bookworm.

0 comments on commit e3da56f

Please sign in to comment.