Skip to content

Commit a192c7b

Browse files
UBI9 Base Image Changes (#853)
Signed-off-by: Muthu <[email protected]>
1 parent 86685df commit a192c7b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docker/console/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi8/nodejs-20 as client
1+
FROM registry.access.redhat.com/ubi9/nodejs-20 as client
22
ENV STITCH_DIR=/home/stitch
33
ENV APOLLO_DIR=/home/apollo
44

@@ -52,7 +52,7 @@ RUN ls -l $APOLLO_DIR/build
5252
# ----------------------------
5353
# ------- Server Setup -------
5454
# ----------------------------
55-
FROM registry.access.redhat.com/ubi8/nodejs-20 as server
55+
FROM registry.access.redhat.com/ubi9/nodejs-20 as server
5656
ENV STITCH_DIR=/home/stitch
5757
ENV APOLLO_DIR=/home/apollo
5858
ENV SERVER_HOME=/home/athena

packages/athena/deploy_scripts/build_image_names.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
: "${COMMIT:=$(git rev-parse --short HEAD)}"
99
: "${GIT_TAG:=$(git describe | grep -v -)}"
1010
: "${ARCH:=amd64}"
11-
: "${BASEOS:=ubi8}"
11+
: "${BASEOS:=ubi9}"
1212

1313
IMAGE_NAME1=op-tools
1414
IMAGE_NAME2=ibp-console

packages/fabric-deployer/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ARG ARCH
1919
ARG GO_VER
2020

2121
########## Build deployer binary ##########
22-
FROM registry.access.redhat.com/ubi8/ubi-minimal as builder
22+
FROM registry.access.redhat.com/ubi9/ubi-minimal as builder
2323
ARG ARCH
2424
ARG GO_VER
2525
RUN echo "GO_VER=${GO_VER}" && echo "ARCH=${ARCH}"
@@ -34,7 +34,7 @@ WORKDIR /go/src/github.com/hyperledger-labs/fabric-operations-console/fabric-dep
3434
RUN make build
3535

3636
########## Final image ##########
37-
FROM registry.access.redhat.com/ubi8/ubi-minimal
37+
FROM registry.access.redhat.com/ubi9/ubi-minimal
3838
ARG BUILD_ID
3939
ARG BUILD_DATE
4040

scripts/replace_license_headers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function replace_license_headers_in_files(opts, cb) {
162162
'.scss$',
163163
'.css$',
164164
'.proto$',
165-
'.ubi8$',
165+
'.ubi9$',
166166
'.feature$',
167167
'.tgz$',
168168
'.cds$',

0 commit comments

Comments
 (0)