File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ spec:
158158 containers :
159159 - name : pl-nats
160160 # yamllint disable-line rule:line-length
161- image : ghcr.io/pixie-io/nats:2.9.25-scratch@sha256:869605f46ad21b76be1998e89345640671dbe46714105cf67676ddb0b78d3b85
161+ image : ghcr.io/pixie-io/nats:2.9.25-scratch-pl1 @sha256:ac7228464fbc7154e91c9a00cba85b5da1df9a3ded6c784cdd6009cece85a1e3
162162 ports :
163163 - containerPort : 4222
164164 name : client
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ spec:
111111 containers :
112112 - name : pl-nats
113113 # yamllint disable-line rule:line-length
114- image : ghcr.io/pixie-io/nats:2.9.25-scratch@sha256:869605f46ad21b76be1998e89345640671dbe46714105cf67676ddb0b78d3b85
114+ image : ghcr.io/pixie-io/nats:2.9.25-scratch-pl1 @sha256:ac7228464fbc7154e91c9a00cba85b5da1df9a3ded6c784cdd6009cece85a1e3
115115 ports :
116116 - containerPort : 4222
117117 name : client
Original file line number Diff line number Diff line change @@ -116,7 +116,8 @@ LINUX_HEADERS_GS_PATH := gs://pixie-dev-public/linux-headers/$(LINUX_HEADERS_REV
116116
117117# # NATS image parameters.
118118NATS_IMAGE_VERSION := 2.9.25
119- nats_image_tag := "ghcr.io/pixie-io/nats:$(NATS_IMAGE_VERSION ) -scratch"
119+ NATS_IMAGE_REV := pl1
120+ nats_image_tag := "ghcr.io/pixie-io/nats:$(NATS_IMAGE_VERSION ) -scratch-$(NATS_IMAGE_REV ) "
120121
121122# # Ory image parameters.
122123KRATOS_IMAGE_VERSION := 1.3.1
Original file line number Diff line number Diff line change 1414#
1515# SPDX-License-Identifier: Apache-2.0
1616
17- FROM --platform=$BUILDPLATFORM golang:1.20 -alpine@sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c AS build
17+ FROM --platform=$BUILDPLATFORM golang:1.24 -alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS build
1818
1919ARG TARGETOS TARGETARCH
2020ARG NATS_VERSION
You can’t perform that action at this time.
0 commit comments