You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Or use the docker image [maxrocketinternet/k8s-event-logger](https://hub.docker.com/r/maxrocketinternet/k8s-event-logger)
44
42
45
43
#### Building a container image
46
44
47
45
If you're unable to use the [prebuilt][image] docker image, you can build it yourself:
48
46
49
47
```sh
50
-
make IMG=your.docker.registry/k8s-event-logger image
48
+
make IMG=maxrocketinternet/k8s-event-logger TAG=latest
51
49
```
52
50
53
51
This uses `docker buildx` to create a [multi-platform image][]. To set up your build host system to be able to build these images, see [this guide][qemu-binfmt].
0 commit comments