Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .konflux/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# See README.Konflux.md before editing this Dockerfile

# build stage
FROM registry.redhat.io/rhel9-4-els/rhel:9.4@sha256:5eb42da37463fc2d0de90426803bca8e7730d060fcd03dda20173a3d0b237522 AS build-image
FROM registry.redhat.io/rhel9-6-els/rhel:9.6@sha256:4742cdc834a5fb3cb083b5a2b0af81a7f3e8689c48c52ccccdb1e4347201b6d4 AS build-image

WORKDIR /app

Expand All @@ -14,7 +14,7 @@ RUN PKGS="rust-toolset protobuf-compiler" \
RUN cargo build --release --bin recert

# runtime stage
FROM registry.redhat.io/rhel9-4-els/rhel-minimal:9.4@sha256:44aca991940c02b026c46dd07d485a6a63356b3e809459c9cecd92f997ca4ca8 AS runtime-image
FROM registry.redhat.io/rhel9-6-els/rhel-minimal:9.6@sha256:2bdf19e0877fdbb0696330159ed72a12deef8a60eed819c4e2fc0064147b39df AS runtime-image

RUN PKGS="openssh-clients" \
&& microdnf install -y $PKGS \
Expand Down
Loading
Loading