chore(apps): remove docker sock from everywhere (#3910)

This commit is contained in:
Stavros Kois 2022-09-26 16:04:21 +03:00 committed by GitHub
parent 72037a7f50
commit 8baca7c1f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 6 additions and 41 deletions

View File

@ -30,4 +30,4 @@ sources:
- https://wiki.archiveteam.org/index.php/ArchiveTeam_Warrior
- https://hub.docker.com/r/archiveteam/warrior-dockerfile/
type: application
version: 0.0.25
version: 0.0.26

View File

@ -47,16 +47,6 @@ questions:
default: false
# Include{serviceExpert}
# 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{ingressRoot}
- variable: main

View File

@ -3,10 +3,7 @@ image:
pullPolicy: IfNotPresent
repository: tccr.io/truecharts/archiveteam-warrior
tag: latest@sha256:2040abe53af0995cf5659abeb38e84911484e4897e25fcdda507cb4dcab4025b
persistence:
appdata:
enabled: true
mountPath: /var/run/docker.sock
podSecurityContext:
runAsGroup: 0
runAsUser: 0

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/rdesktop
- https://github.com/linuxserver/docker-rdesktop#readme
type: application
version: 0.0.32
version: 0.0.34

View File

@ -61,15 +61,6 @@ questions:
# Include{serviceExpert}
# Include{serviceList}
# 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
label: "config Storage"
description: "abc users home directory"

View File

@ -8,9 +8,7 @@ persistence:
config:
enabled: true
mountPath: /config
pathvarrundocker-sock:
enabled: true
mountPath: /var/run/docker.sock
podSecurityContext:
runAsGroup: 0
runAsUser: 0

View File

@ -27,4 +27,4 @@ sources:
- https://github.com/orgs/linuxserver/packages/container/package/webtop
- https://github.com/linuxserver/docker-webtop#readme
type: application
version: 0.0.32
version: 0.0.33

View File

@ -81,15 +81,6 @@ questions:
type: dict
attrs:
# 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{persistenceList}
# Include{ingressRoot}

View File

@ -10,9 +10,7 @@ persistence:
config:
enabled: true
mountPath: /config
pathvarrundocker-sock:
enabled: true
mountPath: /var/run/docker.sock
podSecurityContext:
runAsGroup: 0
runAsUser: 0