Keith Lawrence

Results 18 comments of Keith Lawrence

It shouldn't - I think there are better ways to progress on this. I'll DM you (and we can update / close this when decisions are made).

Related issue in govuk_app_config: https://github.com/alphagov/govuk_app_config/issues/222

To add a little more information - it looks like the component is expecting image urls passed to it to already be processed through (eg) the image_tag() method. We can...

Per @Tetrino 's suggestion I've made a branch that we can use as a fake main for M1 changes: https://github.com/alphagov/govuk-docker/tree/m1-investigation If we make M1-related changes, we can branch from there...

https://github.com/alphagov/govuk-docker/pull/564 - PR for fixing the dnsmasq problem.

Note for related apps Apart from the things required to get govuk-docker working at all, any app you want to run needs to have: - ruby bumped to min 2.7.5...

> govuk_test gem fails to run correctly due to being unable to call chrome driver via the webdrivers gem. We might be able to get ahead of this by updating...

These are when I force amd64 builds for the app container (not necessarily on the other containers) by ``` # Install packages for building ruby FROM --platform=linux/amd64 buildpack-deps ``` (So...

@DilwoarH I think you can simplify that slightly by just editing Dockerfile.govuk-base and changing the line ``` # Install packages for building ruby FROM buildpack-deps ``` ...to.... ``` # Install...

Current state of affairs (mostly good): Thanks to everyone's hard work, we're now at a stage where mostly everything works on M1 laptops. If you have one, you can proceed...