Skip to content

Commit

Permalink
revert(Dockerfile): RHINENG-13916 roll back to UBI8
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Oct 24, 2024
1 parent d9c1636 commit a324e70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ ARG deps="findutils hostname jq libpq openssl procps-ng ruby shared-mime-info tz
ARG devDeps="gcc gcc-c++ gzip libffi-devel libyaml-devel make openssl-devel patch postgresql postgresql-devel redhat-rpm-config ruby-devel tar which util-linux xz"
ARG extras=""
ARG prod="true"
ARG pgRepo="https://copr.fedorainfracloud.org/coprs/mmraka/postgresql-16/repo/epel-9/mmraka-postgresql-16-epel-9.repo"
ARG pgRepo="https://copr.fedorainfracloud.org/coprs/mmraka/postgresql-16/repo/epel-8/mmraka-postgresql-16-epel-8.repo"

FROM registry.access.redhat.com/ubi9/ubi-minimal AS build
FROM registry.access.redhat.com/ubi8/ubi-minimal AS build

ARG deps
ARG devDeps
Expand Down Expand Up @@ -44,7 +44,7 @@ ENV prometheus_multiproc_dir=/opt/app-root/src/tmp prometheus_rust_mmaped_file=f

#############################################################

FROM registry.access.redhat.com/ubi9/ubi-minimal
FROM registry.access.redhat.com/ubi8/ubi-minimal

ARG deps
ARG devDeps
Expand Down

0 comments on commit a324e70

Please sign in to comment.