fickit: Update local pkgs
This commit is contained in:
parent
da6f8acbbd
commit
d98d846cd6
5 changed files with 12 additions and 12 deletions
|
|
@ -9,8 +9,8 @@ init:
|
|||
- linuxkit/containerd:eeb3aaf497c0b3f6c67f3a245d61ea5a568ca718
|
||||
- linuxkit/ca-certificates:4de36e93dc87f7ccebd20db616ed10d381911d32
|
||||
- linuxkit/getty:06f34bce0facea79161566d67345c3ea49965437
|
||||
- nemunaire/mdadm:3886edd37c79d5f8000e4f3c4bacaff1f6302aa3
|
||||
- nemunaire/kexec:db743618d3674729088d64b5d303e4b7d7ff148b
|
||||
- nemunaire/mdadm:8c8a476336087b395878e02e1d89008da6a38044
|
||||
- nemunaire/kexec:839b4eedfce02a56c581dec2383dc6faff120855
|
||||
|
||||
onboot:
|
||||
- name: mod
|
||||
|
|
@ -145,7 +145,7 @@ services:
|
|||
mkdir:
|
||||
- /var/lib/fic/mysql
|
||||
- name: db-backup
|
||||
image: nemunaire/mariadb-client:46433fee4bd61e5486f32260cce1d9bd37372d9b
|
||||
image: nemunaire/mariadb-client:a77db996e46335c35c74ba8dbef3c65286386c6d
|
||||
command: ["/bin/sh", "/root/mysql_backup.sh"]
|
||||
env:
|
||||
- MYSQL_HOST=db
|
||||
|
|
@ -243,7 +243,7 @@ services:
|
|||
- /var/lib/fic/teams
|
||||
- /var/lib/fic/settingsdist
|
||||
- name: fic-synchro
|
||||
image: nemunaire/rsync:5d1f678641de2197041f4bc4c745e7748bedab02
|
||||
image: nemunaire/rsync:a3d76b2dd0a9ad73be44dc77ad765b20d96a3285
|
||||
command: ["/bin/ash", "/root/synchro.sh"]
|
||||
binds:
|
||||
- /etc/hosts:/etc/hosts:ro
|
||||
|
|
@ -268,7 +268,7 @@ services:
|
|||
- /var/lib/fic/teams
|
||||
- /var/log/frontend
|
||||
- name: sshd
|
||||
image: nemunaire/rsync:5d1f678641de2197041f4bc4c745e7748bedab02
|
||||
image: nemunaire/rsync:a3d76b2dd0a9ad73be44dc77ad765b20d96a3285
|
||||
binds:
|
||||
- /etc/hosts:/etc/hosts:ro
|
||||
- /root/.ssh/:/root/.ssh/:ro
|
||||
|
|
|
|||
Reference in a new issue