You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of the Github Actions in the website repo use a docker image called buoyantio/website-builder:v1.3.3. However, the Dockerfile that builds this image was removed in #1465
This means that the make docker-build make target is broken and the image used in CI is not reproducible.
We should either restore this Dockerfile, or ideally, just switch to using the Devcontainer in the CI actions.
The text was updated successfully, but these errors were encountered:
Most of the Github Actions in the website repo use a docker image called buoyantio/website-builder:v1.3.3. However, the Dockerfile that builds this image was removed in #1465
This means that the
make docker-build
make target is broken and the image used in CI is not reproducible.We should either restore this Dockerfile, or ideally, just switch to using the Devcontainer in the CI actions.
The text was updated successfully, but these errors were encountered: