Switch inspection store to use stable docker image

The latest image is currently failing to download, with the following
error:

no matching manifest for unknown in the manifest list entries

This is currently blocking CI.

Change-Id: I3b4acadd53fe171e71ee16e0eb0b7a711fa97a4f
TrivialFix
This commit is contained in:
Mark Goddard 2018-08-29 12:13:21 +01:00
parent bb79085e0d
commit 679de79cfc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ inspection_store_config_path: "/etc/inspection-store"
# container to never update to new images.
inspection_store_namespace: ""
inspection_store_image: "{{ inspection_store ~ '/' if inspection_store | default else '' }}{{ inspection_store_namespace ~ '/' if inspection_store_namespace else '' }}nginx"
inspection_store_tag: "latest"
inspection_store_tag: "stable"
inspection_store_image_full: "{{ inspection_store_image }}:{{ inspection_store_tag }}"
inspection_store_restart_policy: "unless-stopped"