Skip to content

Commit

Permalink
Deploy with ubi9-minimal (#200)
Browse files Browse the repository at this point in the history
* Update contanerfile to use ubi9-minimal
  • Loading branch information
chambridge authored Sep 3, 2024
1 parent 9ba8786 commit 79e4e93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
FROM registry.access.redhat.com/ubi9-minimal:latest

ARG PIPENV_DEV=False
ARG USER_ID=1000
Expand All @@ -13,7 +13,7 @@ ENV PYTHON_VERSION=3.11 \
PIPENV_VERBOSITY=-1 \
APP_ROOT=/opt/kokudaily \
APP_HOME=/opt/kokudaily/kokudaily \
PLATFORM="el8"
PLATFORM="el9"

ENV SUMMARY="Koku-daily is a metrics collector for the Cost Management application" \
DESCRIPTION="Koku-daily is a metrics collector for the Cost Management application"
Expand All @@ -22,8 +22,8 @@ LABEL summary="$SUMMARY" \
description="$DESCRIPTION" \
io.k8s.description="$DESCRIPTION" \
io.k8s.display-name="Koku-daily" \
io.openshift.tags="builder,python,python38,rh-python38" \
com.redhat.component="python38-docker" \
io.openshift.tags="builder,python,python311,rh-python38" \
com.redhat.component="python311-docker" \
name="Koku-daily" \
version="1" \
maintainer="Red Hat Cost Management Services"
Expand Down

0 comments on commit 79e4e93

Please sign in to comment.