Skip to content

Commit d6f720b

Browse files
authored
kubernetes version 1.32.1 (#25)
1 parent 12be29f commit d6f720b

File tree

6 files changed

+507
-508
lines changed

6 files changed

+507
-508
lines changed

BUILD.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ sudo podman images | tail -n +2 | awk '{ print $3 }' | xargs sudo podman rmi --f
2828
Update mok
2929
```
3030
touch mok-image/Dockerfile
31-
sudo make install
32-
make package
31+
make package; sudo cp package/mok /usr/local/bin
3332
```
3433
Build prebuilt image for upload and check version as it's building:
3534
```

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 0.8.23
1+
VERSION = 0.8.24
22

33
.PHONY: all
44
all: mok.deploy tags

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![image](https://github.com/user-attachments/assets/0750910e-d6da-4c65-92ea-f7bc64b116cc)
44

55

6-
Current kubernetes version: 1.32.0
6+
Current kubernetes version: 1.32.1
77

88
## TL;DR Quick Start
99

mok-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ RUN eval "$(gimme "${GO_VERSION}")" \
134134
# stage for building runc
135135
FROM go-build AS build-runc
136136
ARG TARGETARCH GO_VERSION
137-
ARG RUNC_VERSION="v1.2.3"
137+
ARG RUNC_VERSION="v1.2.4"
138138
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
139139
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
140140
&& cd /runc \

0 commit comments

Comments
 (0)