Skip to content

Commit

Permalink
Use ARM-compatible tag of official varnish docker image (#701)
Browse files Browse the repository at this point in the history
* Use ARM-compatible tag of official varnish docker image

* Doesn't seem like 6.6 is supported anymore?
  • Loading branch information
kierenevans authored May 12, 2022
1 parent e9f9fa1 commit f310672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_base/harness/attributes/docker-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ attributes:
SOLR_CORE_NAME: collection1
SOLR_VOLUME_DIR: "=@('services.solr.major_version') == 4 ? '/opt/solr/example/solr' : (@('services.solr.major_version') < 8 ? '/opt/solr/server/solr/mycores' : '/var/solr')"
environment_secrets: {}
host: solr
host: solr
major_version: 8
port: 8983
resources:
Expand All @@ -188,7 +188,7 @@ attributes:
memory: "256Mi"
varnish:
enabled: "= 'varnish' in @('app.services')"
image: varnish:6
image: 'varnish:6.0'
environment:
VARNISH_SIZE: "1024M"
resources:
Expand Down

0 comments on commit f310672

Please sign in to comment.