chore(apps): remove docker sock from everywhere (#3910)
This commit is contained in:
@@ -30,4 +30,4 @@ sources:
|
|||||||
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
|
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
|
||||||
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
|
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.25
|
version: 0.0.26
|
||||||
|
|||||||
@@ -47,16 +47,6 @@ questions:
|
|||||||
default: false
|
default: false
|
||||||
# Include{serviceExpert}
|
# Include{serviceExpert}
|
||||||
# Include{serviceList}
|
# Include{serviceList}
|
||||||
# Include{persistenceRoot}
|
|
||||||
- variable: appdata
|
|
||||||
label: "appdata Storage"
|
|
||||||
description: "Container Path varrundocker.sock"
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
# Include{persistenceBasic}
|
|
||||||
# Include{persistenceAdvanced}
|
|
||||||
# Include{persistenceList}
|
# Include{persistenceList}
|
||||||
# Include{ingressRoot}
|
# Include{ingressRoot}
|
||||||
- variable: main
|
- variable: main
|
||||||
|
|||||||
@@ -3,10 +3,7 @@ image:
|
|||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
repository: tccr.io/truecharts/archiveteam-warrior
|
repository: tccr.io/truecharts/archiveteam-warrior
|
||||||
tag: latest@sha256:2040abe53af0995cf5659abeb38e84911484e4897e25fcdda507cb4dcab4025b
|
tag: latest@sha256:2040abe53af0995cf5659abeb38e84911484e4897e25fcdda507cb4dcab4025b
|
||||||
persistence:
|
|
||||||
appdata:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /var/run/docker.sock
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
|
||||||
- https://github.com/linuxserver/docker-rdesktop#readme
|
- https://github.com/linuxserver/docker-rdesktop#readme
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.32
|
version: 0.0.34
|
||||||
|
|||||||
@@ -61,15 +61,6 @@ questions:
|
|||||||
# Include{serviceExpert}
|
# Include{serviceExpert}
|
||||||
# Include{serviceList}
|
# Include{serviceList}
|
||||||
# Include{persistenceRoot}
|
# Include{persistenceRoot}
|
||||||
- variable: pathvarrundocker-sock
|
|
||||||
label: "pathvarrundocker-sock Storage"
|
|
||||||
description: "Docker Socket on the system, if you want to use Docker in the container"
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
# Include{persistenceBasic}
|
|
||||||
# Include{persistenceAdvanced}
|
|
||||||
- variable: config
|
- variable: config
|
||||||
label: "config Storage"
|
label: "config Storage"
|
||||||
description: "abc users home directory"
|
description: "abc users home directory"
|
||||||
|
|||||||
@@ -8,9 +8,7 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
pathvarrundocker-sock:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /var/run/docker.sock
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|||||||
@@ -27,4 +27,4 @@ sources:
|
|||||||
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
- https://github.com/orgs/linuxserver/packages/container/package/webtop
|
||||||
- https://github.com/linuxserver/docker-webtop#readme
|
- https://github.com/linuxserver/docker-webtop#readme
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.32
|
version: 0.0.33
|
||||||
|
|||||||
@@ -81,15 +81,6 @@ questions:
|
|||||||
type: dict
|
type: dict
|
||||||
attrs:
|
attrs:
|
||||||
# Include{persistenceBasic}
|
# Include{persistenceBasic}
|
||||||
# Include{persistenceAdvanced}
|
|
||||||
- variable: pathvarrundocker-sock
|
|
||||||
label: "pathvarrundocker-sock Storage"
|
|
||||||
description: "Docker Socket on the system, if you want to use Docker in the container"
|
|
||||||
schema:
|
|
||||||
additional_attrs: true
|
|
||||||
type: dict
|
|
||||||
attrs:
|
|
||||||
# Include{persistenceBasic}
|
|
||||||
# Include{persistenceAdvanced}
|
# Include{persistenceAdvanced}
|
||||||
# Include{persistenceList}
|
# Include{persistenceList}
|
||||||
# Include{ingressRoot}
|
# Include{ingressRoot}
|
||||||
|
|||||||
@@ -10,9 +10,7 @@ persistence:
|
|||||||
config:
|
config:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: /config
|
mountPath: /config
|
||||||
pathvarrundocker-sock:
|
|
||||||
enabled: true
|
|
||||||
mountPath: /var/run/docker.sock
|
|
||||||
podSecurityContext:
|
podSecurityContext:
|
||||||
runAsGroup: 0
|
runAsGroup: 0
|
||||||
runAsUser: 0
|
runAsUser: 0
|
||||||
|
|||||||
Reference in New Issue
Block a user