File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ ENTRYPOINT [ "/run.sh" ]
6868# Build specific labels
6969LABEL maintainer=
"Nizamudeen A <[email protected] >" 7070LABEL com.redhat.component="grafana-container"
71- LABEL version=11.5 .2
71+ LABEL version=11.6 .2
7272LABEL name="grafana"
7373LABEL description="Red Hat Ceph Storage Grafana container"
7474LABEL summary="Grafana container on RHEL 9 for Red Hat Ceph Storage"
Original file line number Diff line number Diff line change 11# Build stage 1
22ARG BASE_IMAGE=registry.redhat.io/ubi9/go-toolset:latest
33
4- FROM ${BASE_IMAGE} AS builder
4+ FROM --platform=$BUILDPLATFORM ${BASE_IMAGE} AS builder
55ARG REMOTE_SOURCE_DIR
66
77# Grafana tends to use the fodlers from the root directory.
@@ -16,7 +16,7 @@ ENV GOFLAGS="-mod=vendor"
1616RUN go run -mod vendor build.go -dev build
1717
1818# Build stage 2
19- FROM registry.redhat.io/ubi9-minimal:latest
19+ FROM --platform=$BUILDPLATFORM registry.redhat.io/ubi9-minimal:latest
2020ARG REMOTE_SOURCE_DIR
2121
2222# Update the image to get the latest CVE updates
@@ -71,7 +71,7 @@ ENTRYPOINT [ "/run.sh" ]
7171# Build specific labels
7272LABEL maintainer="Nizamudeen A <
[email protected] >"
7373LABEL com.redhat.component="grafana-container"
74- LABEL version=11.5 .2
74+ LABEL version=11.6 .2
7575LABEL name="grafana"
7676LABEL description="Red Hat Ceph Storage Grafana container"
7777LABEL summary="Grafana container on RHEL 9 for Red Hat Ceph Storage"
You can’t perform that action at this time.
0 commit comments