File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
- # Copyright (c) 2015-2019 Tigera, Inc. All rights reserved.
1
+ # Copyright (c) 2015-2024 Tigera, Inc. All rights reserved.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ ARG QEMU_IMAGE
21
21
22
22
FROM ${QEMU_IMAGE} as qemu
23
23
24
- FROM calico/bpftool:v5.3-${TARGETARCH} as bpftool
24
+ FROM calico/bpftool:v7.4.0 as bpftool
25
25
26
26
FROM debian:11-slim as source
27
27
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2015-2022 Tigera, Inc. All rights reserved.
1
+ # Copyright (c) 2015-2024 Tigera, Inc. All rights reserved.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ ARG RUNIT_VER=2.1.2
19
19
ARG BIRD_IMAGE=calico/bird:latest
20
20
ARG UBI_IMAGE
21
21
22
- FROM calico/bpftool:v5.3-amd64 as bpftool
22
+ FROM calico/bpftool:v7.4.0 as bpftool
23
23
FROM ${BIRD_IMAGE} as bird
24
24
25
25
# Use this build stage to build iptables rpm and runit binaries.
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2015-2022 Tigera, Inc. All rights reserved.
1
+ # Copyright (c) 2015-2024 Tigera, Inc. All rights reserved.
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ ARG BIRD_IMAGE=calico/bird:latest
20
20
ARG QEMU_IMAGE
21
21
ARG UBI_IMAGE
22
22
23
- FROM calico/bpftool:v5.3-arm64 as bpftool
23
+ FROM calico/bpftool:v7.4.0 as bpftool
24
24
FROM ${QEMU_IMAGE} as qemu
25
25
FROM ${BIRD_IMAGE} as bird
26
26
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2015-2016,2021 Tigera, Inc. All rights reserved.
1
+ # Copyright (c) 2015-2016,2021-2024 Tigera, Inc. All rights reserved.
2
2
# Copyright IBM Corp. 2017
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,7 @@ ARG BIRD_IMAGE=calico/bird:latest
18
18
FROM ${QEMU_IMAGE} as qemu
19
19
FROM ${BIRD_IMAGE} as bird
20
20
21
- FROM calico/bpftool:v5.3-ppc64le as bpftool
21
+ FROM calico/bpftool:v7.4.0 as bpftool
22
22
23
23
FROM ppc64le/alpine:3.18
24
24
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2015-2016 Tigera, Inc. All rights reserved.
1
+ # Copyright (c) 2015-2016,2024 Tigera, Inc. All rights reserved.
2
2
# Copyright IBM Corp. 2017
3
3
#
4
4
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,7 @@ ARG BIRD_IMAGE
18
18
FROM ${QEMU_IMAGE} as qemu
19
19
FROM ${BIRD_IMAGE} as bird
20
20
21
- FROM calico/bpftool:v5.3-s390x as bpftool
21
+ FROM calico/bpftool:v7.4.0 as bpftool
22
22
23
23
FROM s390x/alpine:3.18 as base
24
24
You can’t perform that action at this time.
0 commit comments