mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-11 01:10:46 +01:00
Switch to upcoming stable 0.1.0 container images
This commit is contained in:
parent
fe5f26e530
commit
1ad1d2c64f
@ -14,7 +14,7 @@ Wants=ovos-phal.service
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-audio
|
ContainerName=ovos-audio
|
||||||
Image=docker.io/smartgic/ovos-audio:0.0.8a
|
Image=docker.io/smartgic/ovos-audio:0.1.0
|
||||||
Pull=never
|
Pull=never
|
||||||
#Notify=healthy
|
#Notify=healthy
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
@ -26,7 +26,7 @@ UserNS=keep-id:uid=%U,gid=%G
|
|||||||
EnvironmentFile=%h/.config/containers/env
|
EnvironmentFile=%h/.config/containers/env
|
||||||
AddDevice=/dev/snd
|
AddDevice=/dev/snd
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
||||||
Volume=%h/.cache/mycroft:/home/ovos/.cache
|
Volume=%h/.cache/mycroft:/home/ovos/.cache
|
||||||
Volume=%h/ovos/tmp:/tmp:z,U
|
Volume=%h/ovos/tmp:/tmp:z,U
|
||||||
|
@ -10,7 +10,7 @@ Wants=ovos-bus-server.service
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-cli
|
ContainerName=ovos-cli
|
||||||
Image=docker.io/smartgic/ovos-cli:0.0.8a
|
Image=docker.io/smartgic/ovos-cli:0.1.0
|
||||||
#Pull=never
|
#Pull=never
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
LogDriver=journald
|
LogDriver=journald
|
||||||
@ -20,7 +20,7 @@ Timezone=local
|
|||||||
UserNS=keep-id:uid=%U,gid=%G
|
UserNS=keep-id:uid=%U,gid=%G
|
||||||
EnvironmentFile=%h/.config/containers/env
|
EnvironmentFile=%h/.config/containers/env
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
||||||
Volume=%h/.cache:/home/ovos/.cache
|
Volume=%h/.cache:/home/ovos/.cache
|
||||||
Volume=%h/ovos/tmp:/tmp:z,U
|
Volume=%h/ovos/tmp:/tmp:z,U
|
||||||
|
@ -14,7 +14,7 @@ Wants=ovos-phal.service
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-core
|
ContainerName=ovos-core
|
||||||
Image=docker.io/smartgic/ovos-core:0.0.8a
|
Image=docker.io/smartgic/ovos-core:0.1.0
|
||||||
Pull=never
|
Pull=never
|
||||||
#Notify=healthy
|
#Notify=healthy
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
@ -25,7 +25,7 @@ Timezone=local
|
|||||||
UserNS=keep-id:uid=%U,gid=%G
|
UserNS=keep-id:uid=%U,gid=%G
|
||||||
EnvironmentFile=%h/.config/containers/env
|
EnvironmentFile=%h/.config/containers/env
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
||||||
Volume=%h/.cache:/home/ovos/.cache
|
Volume=%h/.cache:/home/ovos/.cache
|
||||||
Volume=%h/ovos/tmp:/tmp:z,U
|
Volume=%h/ovos/tmp:/tmp:z,U
|
||||||
|
@ -15,7 +15,7 @@ Description=OpenVoiceOS GUI Service
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-gui-shell
|
ContainerName=ovos-gui-shell
|
||||||
Image=docker.io/smartgic/ovos-gui-shell:0.0.8a
|
Image=docker.io/smartgic/ovos-gui-shell:0.1.0
|
||||||
Pull=never
|
Pull=never
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
LogDriver=journald
|
LogDriver=journald
|
||||||
@ -28,7 +28,7 @@ AddDevice=-/dev/snd
|
|||||||
AddDevice=-/dev/dri
|
AddDevice=-/dev/dri
|
||||||
AddDevice=-/dev/input
|
AddDevice=-/dev/input
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
||||||
Volume=%h/.cache:/home/ovos/.cache
|
Volume=%h/.cache:/home/ovos/.cache
|
||||||
Volume=%h/ovos/tmp:/tmp:z,U
|
Volume=%h/ovos/tmp:/tmp:z,U
|
||||||
|
@ -10,7 +10,7 @@ Wants=ovos-bus-server.service
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-gui-websocket
|
ContainerName=ovos-gui-websocket
|
||||||
Image=docker.io/smartgic/ovos-gui-websocket:0.0.8a
|
Image=docker.io/smartgic/ovos-gui-websocket:0.1.0
|
||||||
Pull=never
|
Pull=never
|
||||||
#Notify=healthy
|
#Notify=healthy
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
@ -21,7 +21,7 @@ Timezone=local
|
|||||||
UserNS=keep-id:uid=%U,gid=%G
|
UserNS=keep-id:uid=%U,gid=%G
|
||||||
EnvironmentFile=%h/.config/containers/env
|
EnvironmentFile=%h/.config/containers/env
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
||||||
Volume=%h/.cache:/home/ovos/.cache
|
Volume=%h/.cache:/home/ovos/.cache
|
||||||
Volume=%h/ovos/tmp:/tmp:z,U
|
Volume=%h/ovos/tmp:/tmp:z,U
|
||||||
|
@ -14,7 +14,7 @@ Wants=ovos-phal.service
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-listener-dinkum
|
ContainerName=ovos-listener-dinkum
|
||||||
Image=docker.io/smartgic/ovos-listener-dinkum:0.0.8a
|
Image=docker.io/smartgic/ovos-listener:0.1.0
|
||||||
Pull=never
|
Pull=never
|
||||||
#Notify=healthy
|
#Notify=healthy
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
@ -26,7 +26,7 @@ UserNS=keep-id:uid=%U,gid=%G
|
|||||||
EnvironmentFile=%h/.config/containers/env
|
EnvironmentFile=%h/.config/containers/env
|
||||||
AddDevice=/dev/snd
|
AddDevice=/dev/snd
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
Volume=%h/.local/share/mycroft:/home/ovos/.local/share/mycroft
|
||||||
Volume=%h/.local/share/precise-lite:/home/ovos/.local/share/precise-lite
|
Volume=%h/.local/share/precise-lite:/home/ovos/.local/share/precise-lite
|
||||||
Volume=%h/.local/share/vosk:/home/ovos/.local/share/vosk
|
Volume=%h/.local/share/vosk:/home/ovos/.local/share/vosk
|
||||||
|
@ -6,7 +6,7 @@ Wants=network-online.target
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-messagebus
|
ContainerName=ovos-messagebus
|
||||||
Image=docker.io/smartgic/ovos-messagebus:0.0.8a
|
Image=docker.io/smartgic/ovos-messagebus:0.1.0
|
||||||
Pull=never
|
Pull=never
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
LogDriver=journald
|
LogDriver=journald
|
||||||
@ -16,7 +16,7 @@ Timezone=local
|
|||||||
UserNS=keep-id:uid=%U,gid=%G
|
UserNS=keep-id:uid=%U,gid=%G
|
||||||
EnvironmentFile=%h/.config/containers/env
|
EnvironmentFile=%h/.config/containers/env
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/ovos/tmp:/tmp:z,U
|
Volume=%h/ovos/tmp:/tmp:z,U
|
||||||
Volume=%h/.cache:/home/ovos/.cache
|
Volume=%h/.cache:/home/ovos/.cache
|
||||||
Volume=ovos_venv_messagebus:/home/ovos/.venv:z,U
|
Volume=ovos_venv_messagebus:/home/ovos/.venv:z,U
|
||||||
|
@ -12,7 +12,7 @@ Wants=ovos-bus-server.service
|
|||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=ovos-phal
|
ContainerName=ovos-phal
|
||||||
Image=docker.io/smartgic/ovos-phal:0.0.8a
|
Image=docker.io/smartgic/ovos-phal:0.1.0
|
||||||
Pull=never
|
Pull=never
|
||||||
#Notify=healthy
|
#Notify=healthy
|
||||||
AutoUpdate=registry
|
AutoUpdate=registry
|
||||||
@ -27,7 +27,7 @@ SecurityLabelDisable=true
|
|||||||
AddCapability=all
|
AddCapability=all
|
||||||
AddDevice=-/dev/snd
|
AddDevice=-/dev/snd
|
||||||
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
Volume=%h/.config/mycroft:/home/ovos/.config/mycroft
|
||||||
Volume=%h/.local/state/mycroft:/home/ovos/.local/state/mycroft
|
Volume=%h/.local/state/mycroft:/home/ovos/.local/state
|
||||||
Volume=%h/ovos/tmp:/tmp:z,U
|
Volume=%h/ovos/tmp:/tmp:z,U
|
||||||
Volume=/run/dbus:/run/dbus
|
Volume=/run/dbus:/run/dbus
|
||||||
Volume=/run/udev:/run/udev:ro
|
Volume=/run/udev:/run/udev:ro
|
||||||
|
Loading…
x
Reference in New Issue
Block a user