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:
158
158
containers :
159
159
- name : pl-nats
160
160
# 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
162
162
ports :
163
163
- containerPort : 4222
164
164
name : client
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ spec:
111
111
containers :
112
112
- name : pl-nats
113
113
# 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
115
115
ports :
116
116
- containerPort : 4222
117
117
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
116
116
117
117
# # NATS image parameters.
118
118
NATS_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 ) "
120
121
121
122
# # Ory image parameters.
122
123
KRATOS_IMAGE_VERSION := 1.3.1
Original file line number Diff line number Diff line change 14
14
#
15
15
# SPDX-License-Identifier: Apache-2.0
16
16
17
- FROM --platform=$BUILDPLATFORM golang:1.20 -alpine@sha256:fd9d9d7194ec40a9a6ae89fcaef3e47c47de7746dd5848ab5343695dbbd09f8c AS build
17
+ FROM --platform=$BUILDPLATFORM golang:1.24 -alpine@sha256:c8c5f95d64aa79b6547f3b626eb84b16a7ce18a139e3e9ca19a8c078b85ba80d AS build
18
18
19
19
ARG TARGETOS TARGETARCH
20
20
ARG NATS_VERSION
You can’t perform that action at this time.
0 commit comments