ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

Sandbox instances are broken #371

Closed kesara closed 7 months ago

kesara commented 7 months ago

Docker changes from #368 has adverse effect on sandbox deployments.

This change is breaking the dev instances: https://ws-main.dev.ietf.org/ See https://github.com/kesara/wagtail_website/tree/main/dev/deploy-to-container

_Originally posted by @kesara in https://github.com/ietf-tools/wagtail_website/issues/368#issuecomment-1862541713_

mgax commented 7 months ago

Docker changes from #368 has adverse effect on sandbox deployments.

Is it failing with an error message? I suspect it may be caused by the use of heredocs in the Dockerfile. The feature was introduced maybe 2-3 years ago, so perhaps the host machine is running an older version of Docker and/or buildx?

kesara commented 7 months ago

It looks like nginx configuration locations are different between two distros.