diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-09 07:31:40 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-02-09 07:31:40 +0100 |
commit | f234b602c4b0554456c494451b438d32f3386d69 (patch) | |
tree | f6d1cd575a2533ec9e890ed0ad48740a38f9bf88 /interface-definitions | |
parent | 10ab68a018dd137ee9a6350c131f65ec6e12e446 (diff) | |
download | vyos-1x-f234b602c4b0554456c494451b438d32f3386d69.tar.gz vyos-1x-f234b602c4b0554456c494451b438d32f3386d69.zip |
Revert "container: T4959: Add container registry authentication config for containers"
This reverts commit b17251334c57c2f6875c19ad4e6c6127aa9e1811.
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/container.xml.in | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/interface-definitions/container.xml.in b/interface-definitions/container.xml.in index 0d1986a72..b61664125 100644 --- a/interface-definitions/container.xml.in +++ b/interface-definitions/container.xml.in @@ -332,27 +332,9 @@ </leafNode> </children> </tagNode> - <tagNode name="registry"> + <leafNode name="registry"> <properties> <help>Registry Name</help> - </properties> - <children> - #include <include/generic-disable-node.xml.i> - <leafNode name="username"> - <properties> - <help>User name for authentication</help> - </properties> - </leafNode> - <leafNode name="password"> - <properties> - <help>Password for authentication</help> - </properties> - </leafNode> - </children> - </tagNode> - <leafNode name="default-registry"> - <properties> - <help>Default registry to use alongside registry configuration</help> <multi/> </properties> <defaultValue>docker.io quay.io</defaultValue> |