Skip to content

Commit 5811b0b

Browse files
Rakshitha-Kamathandrewschoen
authored andcommitted
Add the buildx platform support
Signed-off-by: Rakshitha-Kamath <[email protected]>
1 parent 5293a9b commit 5811b0b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ ENTRYPOINT [ "/run.sh" ]
6868
# Build specific labels
6969
LABEL maintainer="Nizamudeen A <[email protected]>"
7070
LABEL com.redhat.component="grafana-container"
71-
LABEL version=11.5.2
71+
LABEL version=11.6.2
7272
LABEL name="grafana"
7373
LABEL description="Red Hat Ceph Storage Grafana container"
7474
LABEL summary="Grafana container on RHEL 9 for Red Hat Ceph Storage"

Dockerfile_IBM

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build stage 1
22
ARG BASE_IMAGE=registry.redhat.io/ubi9/go-toolset:latest
33

4-
FROM ${BASE_IMAGE} AS builder
4+
FROM --platform=$BUILDPLATFORM ${BASE_IMAGE} AS builder
55
ARG REMOTE_SOURCE_DIR
66

77
# Grafana tends to use the fodlers from the root directory.
@@ -16,7 +16,7 @@ ENV GOFLAGS="-mod=vendor"
1616
RUN 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
2020
ARG 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
7272
LABEL maintainer="Nizamudeen A <[email protected]>"
7373
LABEL com.redhat.component="grafana-container"
74-
LABEL version=11.5.2
74+
LABEL version=11.6.2
7575
LABEL name="grafana"
7676
LABEL description="Red Hat Ceph Storage Grafana container"
7777
LABEL summary="Grafana container on RHEL 9 for Red Hat Ceph Storage"

grafana

Submodule grafana updated 9798 files

0 commit comments

Comments
 (0)