File tree Expand file tree Collapse file tree 5 files changed +36
-3
lines changed Expand file tree Collapse file tree 5 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v3
3030
31+ - name : Free Disk Space (Ubuntu)
32+ uses : jlumbroso/free-disk-space@main
33+ with :
34+ tool-cache : false
35+ android : true
36+ dotnet : true
37+ haskell : true
38+ large-packages : true
39+ docker-images : true
40+ swap-storage : true
41+
3142 - name : ' Build the `cnf-test-partner` image'
3243 run : docker build -t $IMAGE_NAME:$IMAGE_TAG -t $IMAGE_NAME:$SPECIFIC_IMAGE_TAG . --no-cache -f $IMAGE_CONTAINER_FILE_PATH
3344 working-directory : .
Original file line number Diff line number Diff line change 2929 steps :
3030 - uses : actions/checkout@v3
3131
32+ - name : Free Disk Space (Ubuntu)
33+ uses : jlumbroso/free-disk-space@main
34+ with :
35+ tool-cache : false
36+ android : true
37+ dotnet : true
38+ haskell : true
39+ large-packages : true
40+ docker-images : true
41+ swap-storage : true
42+
3243 - name : ' Build the `debug-partner` image'
3344 run : docker build --no-cache -f Dockerfile.debug-partner -t $IMAGE_NAME:$IMAGE_TAG .
3445
Original file line number Diff line number Diff line change 2828 steps :
2929 - uses : actions/checkout@v3
3030
31+ - name : Free Disk Space (Ubuntu)
32+ uses : jlumbroso/free-disk-space@main
33+ with :
34+ tool-cache : false
35+ android : true
36+ dotnet : true
37+ haskell : true
38+ large-packages : true
39+ docker-images : true
40+ swap-storage : true
41+
3142 - name : Start the k8s cluster
3243 uses : ./.github/actions/start-k8s-cluster
3344
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi:8.8-854
1+ FROM registry.access.redhat.com/ubi8/ubi:8.8-1032
22ARG USERNAME=tnf-user
33ARG USER_UID=1000
44ARG USER_GID=$USER_UID
Original file line number Diff line number Diff line change 1- FROM registry.access.redhat.com/ubi8/ubi:8.8-854 as podman-builder
1+ FROM registry.access.redhat.com/ubi8/ubi:8.8-1032 as podman-builder
22# hadolint ignore=DL3041
33RUN \
44 dnf update --assumeyes --disableplugin=subscription-manager \
1717 git checkout v4.6.0 \
1818 && make
1919
20- FROM registry.access.redhat.com/ubi8/ubi:8.8-854
20+ FROM registry.access.redhat.com/ubi8/ubi:8.8-1032
2121# hadolint ignore=DL3041
2222RUN \
2323 dnf update --assumeyes --disableplugin=subscription-manager \
You can’t perform that action at this time.
0 commit comments