Skip to content

Commit

Permalink
Fix toolchain image ref
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Goff <[email protected]>
  • Loading branch information
cpuguy83 committed Oct 3, 2023
1 parent 7c2ae29 commit 039d898
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ target "frontend" {
target "mariner2-toolchain" {
dockerfile = "./frontend/mariner2/Dockerfile"
target = "toolchain"
tags = ["ghcr.io/azure/dalec/mariner/toolchain:latest", "local/dalec/mariner/toolchain"]
tags = ["ghcr.io/azure/dalec/mariner2/toolchain:latest", "local/dalec/mariner2/toolchain"]
}

# Run linters
Expand Down
2 changes: 1 addition & 1 deletion frontend/mariner2/target_rpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

const (
marinerRef = "mcr.microsoft.com/cbl-mariner/base/core:2.0"
toolchainImgRef = "ghcr.io/azure/dalec/mariner/toolchain:latest"
toolchainImgRef = "ghcr.io/azure/dalec/mariner2/toolchain:latest"

cachedToolkitRPMDir = "/root/.cache/mariner2-toolkit-rpm-cache"
marinerToolkitPath = "/usr/local/toolkit"
Expand Down

0 comments on commit 039d898

Please sign in to comment.