Skip to content

Commit 01ea202

Browse files
committed
wip: try to fix ci
1 parent bd38b66 commit 01ea202

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
77
# Represents the plataform where the build is happening, do not mix with
88
# TARGETARCH
9-
FROM --platform=${BUILDPLATFORM} docker.io/library/node:18-alpine3.18@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d as stage1
9+
FROM --platform=${BUILDPLATFORM} docker.io/library/node:18-alpine3.18@sha256:4bdb3f3105718f0742bc8d64bb4e36e8f955ebbee295325e40ae80bc8ef78833 as stage1
1010
RUN apk add bash
1111
WORKDIR /app
1212

backend/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Copyright 2021 Authors of Cilium
44
# SPDX-License-Identifier: Apache-2.0
55

6-
ARG GOLANG_IMAGE=docker.io/library/golang:1.21-bullseye@sha256:31848c4f02b08469e159ea1ee664a3f29602418b13e7d67dfd4560d169e14d55
6+
ARG GOLANG_IMAGE=docker.io/library/golang:1.21-bullseye@sha256:cfb0768fb3e3845e95f46f7150630d6eb0930ec10aa9b8ceb16e6f8f581d2d57
77

88
# BUILDPLATFORM is an automatic platform ARG enabled by Docker BuildKit.
99
# Represents the plataform where the build is happening, do not mix with
@@ -27,7 +27,7 @@ COPY ./build-gops.sh .
2727
RUN --mount=target=/root/.cache,type=cache --mount=target=/go/pkg/mod,type=cache \
2828
./build-gops.sh
2929

30-
FROM docker.io/library/node:18-alpine3.18@sha256:435dcad253bb5b7f347ebc69c8cc52de7c912eb7241098b920f2fc2d7843183d
30+
FROM docker.io/library/node:18-alpine3.18@sha256:4bdb3f3105718f0742bc8d64bb4e36e8f955ebbee295325e40ae80bc8ef78833
3131
# TARGETOS is an automatic platform ARG enabled by Docker BuildKit.
3232
ARG TARGETOS
3333
# TARGETARCH is an automatic platform ARG enabled by Docker BuildKit.

backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/cilium/hubble-ui/backend
22

3-
go 1.21.4
3+
go 1.21.5
44

55
require (
66
github.com/cilium/cilium v1.15.0-pre.2

backend/proto/flow/flow_pb.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import * as jspb from 'google-protobuf'
22

3-
import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb';
4-
import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb';
5-
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
3+
import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb'; // proto import: "google/protobuf/any.proto"
4+
import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb'; // proto import: "google/protobuf/wrappers.proto"
5+
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
66

77

88
export class Flow extends jspb.Message {

backend/proto/observer/observer_grpc_web_pb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as grpcWeb from 'grpc-web';
22

3-
import * as observer_observer_pb from '../observer/observer_pb';
3+
import * as observer_observer_pb from '../observer/observer_pb'; // proto import: "observer/observer.proto"
44

55

66
export class ObserverClient {

backend/proto/observer/observer_grpc_web_pb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
88
// versions:
9-
// protoc-gen-grpc-web v1.4.2
9+
// protoc-gen-grpc-web v1.5.0
1010
// protoc v3.11.4
1111
// source: observer/observer.proto
1212

backend/proto/observer/observer_pb.d.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import * as jspb from 'google-protobuf'
22

3-
import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb';
4-
import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb';
5-
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb';
6-
import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb';
7-
import * as flow_flow_pb from '../flow/flow_pb';
8-
import * as relay_relay_pb from '../relay/relay_pb';
3+
import * as google_protobuf_any_pb from 'google-protobuf/google/protobuf/any_pb'; // proto import: "google/protobuf/any.proto"
4+
import * as google_protobuf_wrappers_pb from 'google-protobuf/google/protobuf/wrappers_pb'; // proto import: "google/protobuf/wrappers.proto"
5+
import * as google_protobuf_timestamp_pb from 'google-protobuf/google/protobuf/timestamp_pb'; // proto import: "google/protobuf/timestamp.proto"
6+
import * as google_protobuf_field_mask_pb from 'google-protobuf/google/protobuf/field_mask_pb'; // proto import: "google/protobuf/field_mask.proto"
7+
import * as flow_flow_pb from '../flow/flow_pb'; // proto import: "flow/flow.proto"
8+
import * as relay_relay_pb from '../relay/relay_pb'; // proto import: "relay/relay.proto"
99

1010

1111
export class ServerStatusRequest extends jspb.Message {

backend/proto/ui/notifications_pb.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as jspb from 'google-protobuf'
22

3-
import * as ui_status_pb from '../ui/status_pb';
3+
import * as ui_status_pb from '../ui/status_pb'; // proto import: "ui/status.proto"
44

55

66
export class Notification extends jspb.Message {

backend/proto/ui/ui_grpc_web_pb.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import * as grpcWeb from 'grpc-web';
22

3-
import * as ui_ui_pb from '../ui/ui_pb';
4-
import * as ui_status_pb from '../ui/status_pb';
3+
import * as ui_ui_pb from '../ui/ui_pb'; // proto import: "ui/ui.proto"
4+
import * as ui_status_pb from '../ui/status_pb'; // proto import: "ui/status.proto"
55

66

77
export class UIClient {

backend/proto/ui/ui_grpc_web_pb.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
// Code generated by protoc-gen-grpc-web. DO NOT EDIT.
88
// versions:
9-
// protoc-gen-grpc-web v1.4.2
9+
// protoc-gen-grpc-web v1.5.0
1010
// protoc v3.11.4
1111
// source: ui/ui.proto
1212

0 commit comments

Comments
 (0)