alphagov / govuk-docker

GOV.UK development environment using Docker 🐳
MIT License
82 stars 22 forks source link

Fix broken Elasticsearch 6 container #766

Closed csutter closed 3 months ago

csutter commented 3 months ago

The underlying version of Ubuntu for our custom ES6 container has changed, and it now includes a non-root user by default, with the same ID as the one which we were previously creating. This was causing the image build to fail.