Skip to content

Commit 11810ab

Browse files
authored
Merge pull request #8880 from mazdakn/fix-iptables-xdp
Upgrade bpftool to v7.4
2 parents dc745fa + 3ca71ce commit 11810ab

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

felix/docker-image/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2019 Tigera, Inc. All rights reserved.
1+
# Copyright (c) 2015-2024 Tigera, Inc. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@ ARG QEMU_IMAGE
2121

2222
FROM ${QEMU_IMAGE} as qemu
2323

24-
FROM calico/bpftool:v5.3-${TARGETARCH} as bpftool
24+
FROM calico/bpftool:v7.4.0 as bpftool
2525

2626
FROM debian:11-slim as source
2727

node/Dockerfile.amd64

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2022 Tigera, Inc. All rights reserved.
1+
# Copyright (c) 2015-2024 Tigera, Inc. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@ ARG RUNIT_VER=2.1.2
1919
ARG BIRD_IMAGE=calico/bird:latest
2020
ARG UBI_IMAGE
2121

22-
FROM calico/bpftool:v5.3-amd64 as bpftool
22+
FROM calico/bpftool:v7.4.0 as bpftool
2323
FROM ${BIRD_IMAGE} as bird
2424

2525
# Use this build stage to build iptables rpm and runit binaries.

node/Dockerfile.arm64

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2022 Tigera, Inc. All rights reserved.
1+
# Copyright (c) 2015-2024 Tigera, Inc. All rights reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -20,7 +20,7 @@ ARG BIRD_IMAGE=calico/bird:latest
2020
ARG QEMU_IMAGE
2121
ARG UBI_IMAGE
2222

23-
FROM calico/bpftool:v5.3-arm64 as bpftool
23+
FROM calico/bpftool:v7.4.0 as bpftool
2424
FROM ${QEMU_IMAGE} as qemu
2525
FROM ${BIRD_IMAGE} as bird
2626

node/Dockerfile.ppc64le

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2016,2021 Tigera, Inc. All rights reserved.
1+
# Copyright (c) 2015-2016,2021-2024 Tigera, Inc. All rights reserved.
22
# Copyright IBM Corp. 2017
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,7 @@ ARG BIRD_IMAGE=calico/bird:latest
1818
FROM ${QEMU_IMAGE} as qemu
1919
FROM ${BIRD_IMAGE} as bird
2020

21-
FROM calico/bpftool:v5.3-ppc64le as bpftool
21+
FROM calico/bpftool:v7.4.0 as bpftool
2222

2323
FROM ppc64le/alpine:3.18
2424

node/Dockerfile.s390x

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2015-2016 Tigera, Inc. All rights reserved.
1+
# Copyright (c) 2015-2016,2024 Tigera, Inc. All rights reserved.
22
# Copyright IBM Corp. 2017
33
#
44
# Licensed under the Apache License, Version 2.0 (the "License");
@@ -18,7 +18,7 @@ ARG BIRD_IMAGE
1818
FROM ${QEMU_IMAGE} as qemu
1919
FROM ${BIRD_IMAGE} as bird
2020

21-
FROM calico/bpftool:v5.3-s390x as bpftool
21+
FROM calico/bpftool:v7.4.0 as bpftool
2222

2323
FROM s390x/alpine:3.18 as base
2424

0 commit comments

Comments
 (0)