Update image to Fedora 37

This commit is contained in:
Daniel Pawlik
2022-08-30 17:58:44 +02:00
parent 99fcc9ba4b
commit 1e10d4e538
3 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM fedora:36
FROM fedora:37
RUN yum update -y

View File

@@ -18,7 +18,7 @@ podman build -t openwrt-builder -f Dockerfile
how to use:
```
mkdir -p openwrt-builder
podman run -it -u user -v $(pwd)/openwrt-builder/:/home/user:z,rw quay.io/dpawlik/openwrt:fedora35 /bin/bash
podman run -it -u user -v $(pwd)/openwrt-builder/:/home/user:z,rw quay.io/dpawlik/openwrt:f37 /bin/bash
```
Then inside the container (from https://openwrt.org/docs/guide-developer/toolchain/use-buildsystem):

View File

@@ -76,7 +76,7 @@ CONFIG_PACKAGE_kmod-ipt-core=y
CONFIG_PACKAGE_kmod-ipt-conntrack=y
CONFIG_PACKAGE_kmod-ipt-nat=y
# collectd
CONFIG_PACKAGE_collectd=y
CONFIG_PACKAGE_collectd-mod-sensors=y
CONFIG_PACKAGE_collectd-mod-ping=y
CONFIG_PACKAGE_luci-app-statistics=y
# CONFIG_PACKAGE_collectd=y
# CONFIG_PACKAGE_collectd-mod-sensors=y
# CONFIG_PACKAGE_collectd-mod-ping=y
# CONFIG_PACKAGE_luci-app-statistics=y