Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
FROM quay.io/centos/centos:stream9
# >> ignore DL3007 warning (base image version pin)
# hadolint ignore=DL3007
FROM registry.access.redhat.com/ubi9:latest

# >> ignore SC2086 because passing quoted env vars to dnf causes issues (fail to install)
# hadolint ignore=SC2086
RUN INSTALL_PKGS="\
procps-ng \
telnet \
lsof \
python3 \
python3-devel \
Expand Down