Update roles/openshift-apps/transtats/files/buildconfig.yml

Sticking to f34 which is known to be working with ocp3.
This commit is contained in:
Sundeep Anand 2022-06-16 07:40:12 +00:00 committed by kevin
parent 68635ca67a
commit 05022b0fec

View file

@ -8,7 +8,7 @@ spec:
runPolicy: Serial
source:
dockerfile: |-
FROM registry.fedoraproject.org/fedora:latest
FROM registry.fedoraproject.org/fedora:34
USER root
RUN useradd -ms /bin/bash tsuser
RUN dnf -y update && \