Skip to content

Commit

Permalink
Updating the base image to ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshdubey-star authored and lzap committed Sep 27, 2024
1 parent 9528111 commit ca3a7f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
############################################
# STEP 1: build executable edge-api binaries
############################################
FROM registry.access.redhat.com/ubi8/go-toolset:1.21 AS edge-builder
FROM registry.access.redhat.com/ubi9/go-toolset:1.21 AS edge-builder
WORKDIR $GOPATH/src/github.com/RedHatInsights/edge-api/
COPY . .
# Use go mod
Expand Down Expand Up @@ -35,7 +35,7 @@ RUN go build -o /go/bin/edge-api-cleanup cmd/cleanup/main.go
####################################
# STEP 2: build edge-api minimal image
####################################
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
LABEL maintainer="Red Hat, Inc."

# label for EULA
Expand Down

0 comments on commit ca3a7f0

Please sign in to comment.