diff options
author | Alex Auvolat <alex@adnab.me> | 2020-02-11 22:57:31 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-02-11 23:19:53 +0100 |
commit | 9815004324be1d2396ead81a7e8e02bffcfac47b (patch) | |
tree | b4a544a0e83d18a2854c85c3e1c6f9741577d0c7 /nomad | |
parent | cd6da5d52f7e869c83e4a55bf762d9d6b0c96b09 (diff) | |
download | infrastructure-9815004324be1d2396ead81a7e8e02bffcfac47b.tar.gz infrastructure-9815004324be1d2396ead81a7e8e02bffcfac47b.zip |
Switch sogo to bottin2 with bottin2 upgrade & ACL fix
Diffstat (limited to 'nomad')
-rw-r--r-- | nomad/bottin2.hcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nomad/bottin2.hcl b/nomad/bottin2.hcl index 5a1fa12..2851bc1 100644 --- a/nomad/bottin2.hcl +++ b/nomad/bottin2.hcl @@ -12,7 +12,7 @@ job "directory2" { task "bottin" { driver = "docker" config { - image = "lxpz/bottin_amd64:8" + image = "lxpz/bottin_amd64:10" readonly_rootfs = true port_map { ldap_port = 1389 |