Skip to content

Commit 207eaf2

Browse files
committed
Stop installing jq to the builder image (#1925)
1 parent 96ce2dc commit 207eaf2

File tree

3 files changed

+0
-19
lines changed

3 files changed

+0
-19
lines changed

builder/install/50-jq.sh

Lines changed: 0 additions & 16 deletions
This file was deleted.

builder/install/versions.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export CARES_VERSION=1.16.0
55
export CMAKE_VERSION=3.15.2
66
export GOOGLETEST_REVISION=release-1.10.0
77
export GRPC_REVISION=v1.28.1
8-
export JQ_VERSION=1.6
98
export JSONCPP_REVISION=0.10.7
109
export LUAJIT2_VERSION=v2.1-20220708
1110
export NCURSES_VERSION=6_0_20150725

collector/container/konflux.Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ RUN dnf -y install --nobest --allowerasing \
2222
git \
2323
elfutils-libelf-devel \
2424
tbb-devel \
25-
jq-devel \
2625
c-ares-devel \
2726
# for USDT support
2827
systemtap-sdt-devel && \
@@ -83,7 +82,6 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest@sha256:73064ec359dcd71e5
8382

8483
RUN microdnf -y install --nobest \
8584
tbb \
86-
jq \
8785
c-ares && \
8886
microdnf -y clean all && \
8987
rpm --verbose -e --nodeps $(rpm -qa 'curl' '*rpm*' '*dnf*' '*libsolv*' '*hawkey*' 'yum*' 'libyaml*' 'libarchive*') && \

0 commit comments

Comments
 (0)