Skip to content

Commit

Permalink
rhel: Move to the latest RHEL UBI8 base image
Browse files Browse the repository at this point in the history
  • Loading branch information
freythgs committed Nov 18, 2024
1 parent 4fd4f0f commit 719509a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ubi8
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1

ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.9-1161
ARG BASE_IMAGE=registry.access.redhat.com/ubi8/ubi-minimal:8.10-1132
ARG JS_IMAGE=registry.access.redhat.com/ubi8/nodejs-20-minimal:1-41.1712567743
ARG JS_PLATFORM=linux/amd64
ARG GO_IMAGE=golang:1.22.7-bullseye
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ dist:
tar -czf public/build/static/source_$(shell git rev-parse HEAD).tar.gz grafana-dist/

build_from_dist: dist
./build.sh public/build/static/source_$(shell git rev-parse HEAD).tar.gz 10-ubi8-10.3.11-1
./build.sh public/build/static/source_$(shell git rev-parse HEAD).tar.gz 10-ubi8-10.3.11-2

push_from_dist: build_from_dist
docker push ghcr.io/goldmansachs/grafana:10-ubi8-10.3.11-1
docker push ghcr.io/goldmansachs/grafana:10-ubi8-10.3.11-2

0 comments on commit 719509a

Please sign in to comment.