File tree Expand file tree Collapse file tree 6 files changed +507
-508
lines changed Expand file tree Collapse file tree 6 files changed +507
-508
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,7 @@ sudo podman images | tail -n +2 | awk '{ print $3 }' | xargs sudo podman rmi --f
28
28
Update mok
29
29
```
30
30
touch mok-image/Dockerfile
31
- sudo make install
32
- make package
31
+ make package; sudo cp package/mok /usr/local/bin
33
32
```
34
33
Build prebuilt image for upload and check version as it's building:
35
34
```
Original file line number Diff line number Diff line change 1
- VERSION = 0.8.23
1
+ VERSION = 0.8.24
2
2
3
3
.PHONY : all
4
4
all : mok.deploy tags
Original file line number Diff line number Diff line change 3
3
![ image] ( https://github.com/user-attachments/assets/0750910e-d6da-4c65-92ea-f7bc64b116cc )
4
4
5
5
6
- Current kubernetes version: 1.32.0
6
+ Current kubernetes version: 1.32.1
7
7
8
8
## TL;DR Quick Start
9
9
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
134
134
# stage for building runc
135
135
FROM go-build AS build-runc
136
136
ARG TARGETARCH GO_VERSION
137
- ARG RUNC_VERSION="v1.2.3 "
137
+ ARG RUNC_VERSION="v1.2.4 "
138
138
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
139
139
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
140
140
&& cd /runc \
You can’t perform that action at this time.
0 commit comments