Skip to content

Commit

Permalink
Stop installing jq to the builder image (#1925)
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 authored Nov 4, 2024
1 parent a37bb0a commit 6872fbf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 19 deletions.
16 changes: 0 additions & 16 deletions builder/install/50-jq.sh

This file was deleted.

1 change: 0 additions & 1 deletion builder/install/versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export B64_VERSION=1.2.1
export CARES_VERSION=1.34.2
export GOOGLETEST_REVISION=release-1.10.0
export GRPC_REVISION=v1.67.0
export JQ_VERSION=1.6
export JSONCPP_REVISION=0.10.7
export PROMETHEUS_CPP_REVISION=v0.9.0
export PROTOBUF_VERSION=v28.3
Expand Down
2 changes: 0 additions & 2 deletions collector/container/konflux.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ RUN /tmp/.konflux/scripts/subscription-manager-bro.sh register /mnt && \
git \
elfutils-libelf-devel \
tbb-devel \
jq-devel \
c-ares-devel \
patch \
# for USDT support
Expand Down Expand Up @@ -108,7 +107,6 @@ RUN /tmp/.konflux/scripts/subscription-manager-bro.sh register /mnt && \
dnf -y --installroot=/mnt upgrade --nobest && \
dnf -y --installroot=/mnt install --nobest \
tbb \
jq \
c-ares && \
/tmp/.konflux/scripts/subscription-manager-bro.sh cleanup && \
# We can do usual cleanup while we're here: remove packages that would trigger violations. \
Expand Down

0 comments on commit 6872fbf

Please sign in to comment.