Skip to content

Commit

Permalink
Makes change to latest run image and removes gcr reference because we…
Browse files Browse the repository at this point in the history
… do not push there
  • Loading branch information
ForestEckhardt authored and robdimsdale committed Jul 11, 2023
1 parent 13d58da commit c94ea90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []

0 comments on commit c94ea90

Please sign in to comment.