File tree Expand file tree Collapse file tree 8 files changed +19
-17
lines changed Expand file tree Collapse file tree 8 files changed +19
-17
lines changed Original file line number Diff line number Diff line change 30
30
run : |
31
31
if [ ${{ github.event.issue.pull_request || github.event.pull_request }} ]; then
32
32
PUSH=false
33
+ DOCKER_HUB_PUBLIC_ACCESS_ONLY=true
34
+ QUAY_PUBLIC_ACCESS_ONLY=true
33
35
else
34
36
PUSH=true
35
37
fi
@@ -38,17 +40,17 @@ jobs:
38
40
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
39
41
with :
40
42
fetch-depth : 0
41
- - uses : docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de
43
+ - uses : docker://quay.io/cilium/image-maker:1751527462-bb24228@sha256:b17984cf427f921c65409816b8890bbf893ea44a42c226a3a56aca90f3205939
42
44
name : Register binfmt from multi-platform builds
43
45
with :
44
46
entrypoint : docker
45
47
args : run --privileged linuxkit/binfmt:a17941b47f5cb262638cfb49ffc59ac5ac2bf334
46
- - uses : docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de
48
+ - uses : docker://quay.io/cilium/image-maker:1751527462-bb24228@sha256:b17984cf427f921c65409816b8890bbf893ea44a42c226a3a56aca90f3205939
47
49
name : Run make lint
48
50
with :
49
51
entrypoint : sh
50
52
args : -c "git config --global --add safe.directory /github/workspace && make lint"
51
- - uses : docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de
53
+ - uses : docker://quay.io/cilium/image-maker:1751527462-bb24228@sha256:b17984cf427f921c65409816b8890bbf893ea44a42c226a3a56aca90f3205939
52
54
name : Run make ${{ matrix.image }}-image
53
55
env :
54
56
DOCKER_HUB_PASSWORD : ${{ secrets.DOCKER_HUB_PASSWORD_CI }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-24.04
12
12
steps :
13
13
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
14
- - uses : docker://quay.io/cilium/image-maker:e55375ca5ccaea76dc15a0666d4f57ccd9ab89de
14
+ - uses : docker://quay.io/cilium/image-maker:1751527462-bb24228@sha256:b17984cf427f921c65409816b8890bbf893ea44a42c226a3a56aca90f3205939
15
15
name : Run make lint
16
16
with :
17
17
entrypoint : sh
Original file line number Diff line number Diff line change 3
3
4
4
ARG COMPILERS_IMAGE=quay.io/cilium/image-compilers:1732033829-330cbaf@sha256:5c54f614fb8ee7939492aa4b7d74b37922d98199f5993f6d957a1637ce30eb9e
5
5
ARG UBUNTU_IMAGE=docker.io/library/ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
6
- ARG TESTER_IMAGE=quay.io/cilium/image-tester:dd09c8d3ef349a909fbcdc99279516baef153f22 @sha256:c056d064cb47c97acd607343db5457e1d49d9338d6d8a87e93e23cc93f052c73
6
+ ARG TESTER_IMAGE=quay.io/cilium/image-tester:1751527426-d808653 @sha256:77ab33dcdad6911a0cda0b504d1f12c39394eb6b8789568bdbd1bd7c2976cf96
7
7
8
8
FROM ${COMPILERS_IMAGE} AS builder
9
9
Original file line number Diff line number Diff line change 2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
4
ARG UBUNTU_IMAGE=docker.io/library/ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
5
- ARG TESTER_IMAGE=quay.io/cilium/image-tester:dd09c8d3ef349a909fbcdc99279516baef153f22 @sha256:c056d064cb47c97acd607343db5457e1d49d9338d6d8a87e93e23cc93f052c73
5
+ ARG TESTER_IMAGE=quay.io/cilium/image-tester:1751527426-d808653 @sha256:77ab33dcdad6911a0cda0b504d1f12c39394eb6b8789568bdbd1bd7c2976cf96
6
6
7
7
FROM ${UBUNTU_IMAGE} as builder
8
8
Original file line number Diff line number Diff line change 1
1
# Copyright 2020 Authors of Cilium
2
2
# SPDX-License-Identifier: Apache-2.0
3
3
4
- ARG COMPILERS_IMAGE=quay.io/cilium/image-compilers:5569a29cea6b3ad50aeb03102aaf3dc03841197c @sha256:b15dbedb7c49816c74a765e2f6ecdb9359763b8e4e4328d794f48b9cefae9804
4
+ ARG COMPILERS_IMAGE=quay.io/cilium/image-compilers:1732033829-330cbaf @sha256:5c54f614fb8ee7939492aa4b7d74b37922d98199f5993f6d957a1637ce30eb9e
5
5
ARG UBUNTU_IMAGE=docker.io/library/ubuntu:24.04@sha256:278628f08d4979fb9af9ead44277dbc9c92c2465922310916ad0c46ec9999295
6
- ARG TESTER_IMAGE=quay.io/cilium/image-tester:dd09c8d3ef349a909fbcdc99279516baef153f22 @sha256:c056d064cb47c97acd607343db5457e1d49d9338d6d8a87e93e23cc93f052c73
6
+ ARG TESTER_IMAGE=quay.io/cilium/image-tester:1751527426-d808653 @sha256:77ab33dcdad6911a0cda0b504d1f12c39394eb6b8789568bdbd1bd7c2976cf96
7
7
8
8
FROM --platform=linux/amd64 ${COMPILERS_IMAGE} AS builder
9
9
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
- # Copyright 2017-2020 Authors of Cilium
3
+ # Copyright 2017-2025 Authors of Cilium
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
6
set -o errexit
7
7
set -o pipefail
8
8
set -o nounset
9
9
10
- MAKER_IMAGE=" ${MAKER_IMAGE:- quay.io/ cilium/ image-maker: e55375ca5ccaea76dc15a0666d4f57ccd9ab89de } "
10
+ MAKER_IMAGE=" ${MAKER_IMAGE:- quay.io/ cilium/ image-maker: 1751527462-bb24228 @ sha256 : b17984cf427f921c65409816b8890bbf893ea44a42c226a3a56aca90f3205939 } "
11
11
12
12
with_root_context=" ${ROOT_CONTEXT:- false} "
13
13
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
- # Copyright 2017-2020 Authors of Cilium
3
+ # Copyright 2017-2025 Authors of Cilium
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
6
set -o errexit
7
7
set -o pipefail
8
8
set -o nounset
9
9
10
- MAKER_IMAGE=" ${MAKER_IMAGE:- quay.io/ cilium/ image-maker: e55375ca5ccaea76dc15a0666d4f57ccd9ab89de } "
10
+ MAKER_IMAGE=" ${MAKER_IMAGE:- quay.io/ cilium/ image-maker: 1751527462-bb24228 @ sha256 : b17984cf427f921c65409816b8890bbf893ea44a42c226a3a56aca90f3205939 } "
11
11
12
12
if [ " $# " -ne 1 ] ; then
13
13
echo " $0 supports exactly 1 argument"
Original file line number Diff line number Diff line change 1
- #! /bin/bash
1
+ #! /usr/ bin/env bash
2
2
3
- # Copyright 2017-2020 Authors of Cilium
3
+ # Copyright 2017-2025 Authors of Cilium
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
6
set -o errexit
7
7
set -o pipefail
8
8
set -o nounset
9
9
10
- MAKER_IMAGE=" ${MAKER_IMAGE:- quay.io/ cilium/ image-maker: e55375ca5ccaea76dc15a0666d4f57ccd9ab89de } "
10
+ MAKER_IMAGE=" ${MAKER_IMAGE:- quay.io/ cilium/ image-maker: 1751527462-bb24228 @ sha256 : b17984cf427f921c65409816b8890bbf893ea44a42c226a3a56aca90f3205939 } "
11
11
12
12
root_dir=" $( git rev-parse --show-toplevel) "
13
13
You can’t perform that action at this time.
0 commit comments