We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a7934 commit 9878f68Copy full SHA for 9878f68
1 file changed
konflux.Containerfile
@@ -1,16 +1,16 @@
1
-FROM registry.access.redhat.com/ubi9/ubi@sha256:b8923f58ef6aebe2b8f543f8f6c5af15c6f9aeeef34ba332f33bf7610012de0c AS builder
+FROM quay.io/redhat-user-workloads/trusted-content-tenant/rust@sha256:adeb6d1ffbc78240507ecb9734d3c262cd256ab7574a3f787b39175e79ae19d8 AS builder
2
3
ARG FACT_TAG
4
RUN echo "Checking required FACT_TAG"; [[ "${FACT_TAG}" != "" ]]
5
6
+USER 0:0
7
+
8
RUN dnf install -y \
9
clang \
10
libbpf-devel \
11
openssl-devel \
12
protobuf-compiler \
- protobuf-devel \
- cargo \
13
- rust
+ protobuf-devel
14
15
WORKDIR /app
16
0 commit comments