mirror of
https://github.com/sirpdboy/sirpdboy-package.git
synced 2025-01-07 03:17:03 +08:00
up docker v0.5.26
This commit is contained in:
parent
93284551b6
commit
b7c2b974b5
@ -14,7 +14,7 @@ PKG_LICENSE:=AGPL-3.0
|
|||||||
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
|
PKG_MAINTAINER:=lisaac <lisaac.cn@gmail.com> \
|
||||||
Florian Eckert <fe@dev.tdt.de>
|
Florian Eckert <fe@dev.tdt.de>
|
||||||
|
|
||||||
PKG_VERSION:=v0.5.25
|
PKG_VERSION:=v0.5.26
|
||||||
|
|
||||||
include $(TOPDIR)/feeds/luci/luci.mk
|
include $(TOPDIR)/feeds/luci/luci.mk
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ module("luci.controller.dockerman",package.seeall)
|
|||||||
|
|
||||||
function index()
|
function index()
|
||||||
entry({"admin", "docker"},
|
entry({"admin", "docker"},
|
||||||
alias("admin", "docker", "config"),
|
firstchild(),
|
||||||
_("Docker"),
|
_("Docker"),
|
||||||
40).acl_depends = { "luci-app-dockerman" }
|
40).acl_depends = { "luci-app-dockerman" }
|
||||||
|
|
||||||
|
@ -124,8 +124,10 @@ if not lost_state then
|
|||||||
end
|
end
|
||||||
|
|
||||||
docker_info_table['8IndexServerAddress']._value = docker_info.body.IndexServerAddress
|
docker_info_table['8IndexServerAddress']._value = docker_info.body.IndexServerAddress
|
||||||
for i, v in ipairs(docker_info.body.RegistryConfig.Mirrors) do
|
if docker_info.body.RegistryConfig and docker_info.body.RegistryConfig.Mirrors then
|
||||||
docker_info_table['9RegistryMirrors']._value = docker_info_table['9RegistryMirrors']._value == "-" and v or (docker_info_table['9RegistryMirrors']._value .. ", " .. v)
|
for i, v in ipairs(docker_info.body.RegistryConfig.Mirrors) do
|
||||||
|
docker_info_table['9RegistryMirrors']._value = docker_info_table['9RegistryMirrors']._value == "-" and v or (docker_info_table['9RegistryMirrors']._value .. ", " .. v)
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
s.images_used = 0
|
s.images_used = 0
|
||||||
|
@ -8,7 +8,7 @@ msgstr ""
|
|||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
"X-Generator: Weblate 4.5.2-dev\n"
|
"X-Generator: Weblate 4.10-dev\n"
|
||||||
|
|
||||||
#: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/newcontainer.lua:619
|
#: applications/luci-app-dockerman/luasrc/model/cbi/dockerman/newcontainer.lua:619
|
||||||
msgid "A list of kernel capabilities to add to the container"
|
msgid "A list of kernel capabilities to add to the container"
|
||||||
|
Loading…
Reference in New Issue
Block a user