From c94ea90bd896fd1115d85f3dd19d39adb5ad60c8 Mon Sep 17 00:00:00 2001 From: Forest Eckhardt Date: Tue, 11 Jul 2023 20:05:36 +0000 Subject: [PATCH] Makes change to latest run image and removes gcr reference because we do not push there --- builder.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builder.toml b/builder.toml index fc555c8..2ffcfff 100644 --- a/builder.toml +++ b/builder.toml @@ -6,5 +6,5 @@ description = "ubi 8 base image with no buildpacks included. To use, specify bui [stack] build-image = "docker.io/paketocommunity/build-ubi-base:0.0.1" id = "io.buildpacks.stacks.ubi8" - run-image = "index.docker.io/paketocommunity/run-ubi-base:0.0.1" - run-image-mirrors = ["gcr.io/paketo-community/run-ubi-base:0.0.1"] + run-image = "index.docker.io/paketocommunity/run-ubi-base:latest" + run-image-mirrors = []