Skip to content

Commit

Permalink
Retest imkafka thread loading issue
Browse files Browse the repository at this point in the history
kafka load debug with 8.2212.0 and build fixes from rsyslog/rsyslog#4966 retested
  • Loading branch information
JPvRiel committed Jan 9, 2023
1 parent f34c7b0 commit 507421e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debug/imkafka_load/Dockerfile-alma8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM almalinux:8
ENV container=docker
COPY repo/rhel/RPM-GPG-KEY-Adiscon /etc/pki/rpm-gpg/RPM-GPG-KEY-Adiscon
ADD http://rpms.adiscon.com/v8-stable/rsyslog.repo /etc/yum.repos.d/rsyslog.repo
ARG RSYSLOG_VERSION='8.2208.0'
ARG RSYSLOG_VERSION='8.2212.0'
RUN dnf --setopt=tsflags=nodocs -y install \
rsyslog-${RSYSLOG_VERSION} \
rsyslog-kafka-${RSYSLOG_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion debug/imkafka_load/Dockerfile-redhat-ubi7
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi7/ubi-minimal
ENV container=docker
COPY repo/rhel/RPM-GPG-KEY-Adiscon /etc/pki/rpm-gpg/RPM-GPG-KEY-Adiscon
COPY repo/rhel/rsyslog-redhat7-ubi.repo /etc/yum.repos.d/rsyslog.repo
ARG RSYSLOG_VERSION='8.2208.0'
ARG RSYSLOG_VERSION='8.2212.0'
RUN microdnf --setopt=tsflags=nodocs -y install \
rsyslog-${RSYSLOG_VERSION} \
rsyslog-kafka-${RSYSLOG_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion debug/imkafka_load/Dockerfile-redhat-ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal
ENV container=docker
COPY repo/rhel/RPM-GPG-KEY-Adiscon /etc/pki/rpm-gpg/RPM-GPG-KEY-Adiscon
ADD http://rpms.adiscon.com/v8-stable/rsyslog.repo /etc/yum.repos.d/rsyslog.repo
ARG RSYSLOG_VERSION='8.2208.0'
ARG RSYSLOG_VERSION='8.2212.0'
RUN microdnf --setopt=tsflags=nodocs -y install \
rsyslog-${RSYSLOG_VERSION} \
rsyslog-kafka-${RSYSLOG_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion debug/imkafka_load/Dockerfile-rocky8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM rockylinux:8
ENV container=docker
COPY repo/rhel/RPM-GPG-KEY-Adiscon /etc/pki/rpm-gpg/RPM-GPG-KEY-Adiscon
ADD http://rpms.adiscon.com/v8-stable/rsyslog.repo /etc/yum.repos.d/rsyslog.repo
ARG RSYSLOG_VERSION='8.2208.0'
ARG RSYSLOG_VERSION='8.2212.0'
RUN dnf --setopt=tsflags=nodocs -y install \
rsyslog-${RSYSLOG_VERSION} \
rsyslog-kafka-${RSYSLOG_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion debug/imkafka_load/Dockerfile-ubuntu22
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

FROM ubuntu:22.04
ENV container=docker DEBIAN_FRONTEND=noninteractive
ARG RSYSLOG_VERSION='8.2208.0'
ARG RSYSLOG_VERSION='8.2212.0'
COPY repo/deb/rsyslog-ppa.gpg /usr/share/keyrings/rsyslog-ppa.gpg
RUN apt update && \
apt -y install \
Expand Down

0 comments on commit 507421e

Please sign in to comment.