Skip to content

Commit a026e2c

Browse files
committed
Adjust the docker image name of OpenWrt
1 parent 0f2c4e8 commit a026e2c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build-armbian/armbian-files/common-files/usr/share/ophub/armbian-software/command-docker.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ EOF
671671
software_118() {
672672
# Set basic information
673673
container_name="openwrt"
674-
image_name="ophub/openwrt-aarch64:latest"
674+
image_name="ophub/openwrt-armv8:latest"
675675
install_path="${docker_path}/${container_name}"
676676

677677
echo -ne "${OPTIONS} Please input the docker image, the default is [ ${image_name} ]: "
@@ -700,7 +700,7 @@ software_118() {
700700
docker network create -d macvlan --subnet=${my_subnet}/24 --gateway=${my_gateway} -o parent=${parent_lan} macnet
701701
}
702702

703-
# Instructions: https://hub.docker.com/r/ophub/openwrt-aarch64
703+
# Instructions: https://hub.docker.com/r/ophub/openwrt-armv8
704704
docker run -d --name=${container_name} \
705705
-e PUID=${docker_puid} \
706706
-e PGID=${docker_pgid} \
@@ -712,7 +712,7 @@ software_118() {
712712

713713
sync && sleep 3
714714
echo -e "${NOTE} The ${container_name} enter the OpenWrt system [ docker exec -it openwrt bash ]"
715-
echo -e "${NOTE} The ${container_name} instructions [ https://hub.docker.com/r/ophub/openwrt-aarch64 ]"
715+
echo -e "${NOTE} The ${container_name} instructions [ https://hub.docker.com/r/ophub/openwrt-armv8 ]"
716716
echo -e "${SUCCESS} ${container_name} installed successfully."
717717
exit 0
718718
;;

documents/armbian_software.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ According to user feedback and demands in the [Issue](https://github.com/ophub/a
2323
| 115 | Heimdall | [Home](https://heimdall.site/) | [Docker](https://hub.docker.com/r/linuxserver/heimdall) :8003 | Heimdall is a way to organise all those links to your most used web sites and web applications in a simple way. |
2424
| 116 | Node-RED | [Home](https://nodered.org/) | [Docker](https://nodered.org/docs/getting-started/docker) :1880 | Node-RED is a programming tool. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in the palette that can be deployed to its runtime in a single-click. |
2525
| 117 | Mosquitto | [Home](https://www.mosquitto.org/) | [Docker](https://hub.docker.com/r/arm64v8/eclipse-mosquitto) :1883 | The MQTT protocol provides a lightweight method of carrying out messaging using a publish/subscribe model. Eclipse Mosquitto is an open source implementation of a server for versions 5, 3.1.1, and 3.1 of the MQTT protocol. |
26-
| 118 | OpenWrt | [Home](https://www.openwrt.org/) | [Docker](https://hub.docker.com/r/ophub/openwrt-aarch64) :80 | The OpenWrt Project is a Linux operating system targeting embedded devices, it has more than 3000+ standardized application packages and a very rich third-party plug-in support. |
26+
| 118 | OpenWrt | [Home](https://www.openwrt.org/) | [Docker](https://hub.docker.com/r/ophub/openwrt-armv8) :80 | The OpenWrt Project is a Linux operating system targeting embedded devices, it has more than 3000+ standardized application packages and a very rich third-party plug-in support. |
2727
| 119 | Netdata | [Home](https://learn.netdata.cloud/) | [Docker](https://hub.docker.com/r/netdata/netdata) :19999 | Netdata is distributed, real-time, performance and health monitoring for systems and applications. |
2828
| 120 | XunLei | [Home](https://github.com/cnk3x/xunlei) | [Docker](https://hub.docker.com/r/cnk3x/xunlei) :2345 | The Thunder remote download service program extracted from the Thunder Synology suite. |
2929
| 121 | Docker-Headless | [Home](https://github.com/infrastlabs/docker-headless) | [Docker](https://hub.docker.com/r/infrastlabs/docker-headless) :10081 | Remote Desktop with Audio/Locale/IBus Support. Multi Desktop (Gnome, Plasma, Mate, Xfce, Cinnamon) |
@@ -139,7 +139,7 @@ We welcome everyone to contribute more software. Feel free to submit support req
139139
| 115 | Heimdall | [Home](https://heimdall.site/) | [Docker](https://hub.docker.com/r/linuxserver/heimdall) :8003 | Heimdall 是一种以简单的方式组织所有这些链接到您最常用的网站和 Web 应用程序的方法。 |
140140
| 116 | Node-RED | [Home](https://nodered.org/) | [Docker](https://nodered.org/docs/getting-started/docker) :1880 | Node-RED 是一种编程工具。它提供了一个基于浏览器的编辑器,使得使用调色板中的各种节点轻松地将流连接在一起,只需单击一下即可部署运行。 |
141141
| 117 | Mosquitto | [Home](https://www.mosquitto.org/) | [Docker](https://hub.docker.com/r/arm64v8/eclipse-mosquitto) :1883 | MQTT 协议提供了一种使用发布/订阅模型执行消息传递的轻量级方法。Eclipse Mosquitto 是 MQTT 协议版本 5、3.1.1 和 3.1 的服务器的开源实现。 |
142-
| 118 | OpenWrt | [Home](https://www.openwrt.org/) | [Docker](https://hub.docker.com/r/ophub/openwrt-aarch64) :80 | OpenWrt 项目是一个针对嵌入式设备的 Linux 操作系统,它拥有超过 3000+ 个标准化应用软件包和非常丰富的第三方插件支持。 |
142+
| 118 | OpenWrt | [Home](https://www.openwrt.org/) | [Docker](https://hub.docker.com/r/ophub/openwrt-armv8) :80 | OpenWrt 项目是一个针对嵌入式设备的 Linux 操作系统,它拥有超过 3000+ 个标准化应用软件包和非常丰富的第三方插件支持。 |
143143
| 119 | Netdata | [Home](https://learn.netdata.cloud/) | [Docker](https://hub.docker.com/r/netdata/netdata) :19999 | Netdata 是针对系统和应用程序的分布式实时性能和运行状况监控。 |
144144
| 120 | XunLei | [Home](https://github.com/cnk3x/xunlei) | [Docker](https://hub.docker.com/r/cnk3x/xunlei) :2345 | 从迅雷群晖套件中提取出来的迅雷远程下载服务程序。 |
145145
| 121 | Docker-Headless | [Home](https://github.com/infrastlabs/docker-headless) | [Docker](https://hub.docker.com/r/infrastlabs/docker-headless) :10081 | 具有音频/区域设置/IBus 支持的远程桌面。 支持多桌面(Gnome、Plasma、Mate、Xfce、Cinnamon) |

0 commit comments

Comments
 (0)