Skip to content
Snippets Groups Projects
Commit 6d35649d authored by Jan David Mol's avatar Jan David Mol
Browse files

pull mc image from our own repo

parent dc57cf56
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ job "device-servers" { ...@@ -42,7 +42,7 @@ job "device-servers" {
} }
config { config {
image = "minio/mc:latest" image = "[[ $.registry.astron.url ]]/mc:latest"
entrypoint = [""] entrypoint = [""]
command = "/bin/bash" command = "/bin/bash"
args = ["-c", "mc alias set object-storage http://s3.service.consul:9000 [[.object_storage.user.name]] [[.object_storage.user.pass]] && mc mirror --preserve --watch object-storage/iers/ /opt/IERS/ --monitoring-address 0.0.0.0:8081" ] args = ["-c", "mc alias set object-storage http://s3.service.consul:9000 [[.object_storage.user.name]] [[.object_storage.user.pass]] && mc mirror --preserve --watch object-storage/iers/ /opt/IERS/ --monitoring-address 0.0.0.0:8081" ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment