Skip to content

Commit 3623486

Browse files
committed
chore(konflux): use rust builder image
Switch from using ubi9 to a konflux maintained rust builder image.
1 parent 08a7934 commit 3623486

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

konflux.Containerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
FROM registry.access.redhat.com/ubi9/ubi@sha256:b8923f58ef6aebe2b8f543f8f6c5af15c6f9aeeef34ba332f33bf7610012de0c AS builder
1+
FROM quay.io/redhat-user-workloads/trusted-content-tenant/rust:latest@sha256:65df42e12099a34344c6c476eb992a98a1733baed4e440ef5162b0387a3eb629 AS builder
22

33
ARG FACT_TAG
44
RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]]
55

6+
USER 0:0
7+
68
RUN dnf install -y \
79
clang \
810
libbpf-devel \
911
openssl-devel \
1012
protobuf-compiler \
11-
protobuf-devel \
12-
cargo \
13-
rust
13+
protobuf-devel
1414

1515
WORKDIR /app
1616

0 commit comments

Comments
 (0)