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
When building the images locally (e.g. via bash do oc-build) on a Mac with an M chip, the build, once deployed, will not work due to platform incompatibilities.
In the Dockerfiles, can be fixed by:
Adding a --platform=linux/amd64 switch when specifying FROM ... for the node base images
Using the -bookworm-slim-amd64 version of the dotnet base images
The text was updated successfully, but these errors were encountered:
When building the images locally (e.g. via
bash do oc-build
) on a Mac with an M chip, the build, once deployed, will not work due to platform incompatibilities.In the Dockerfiles, can be fixed by:
--platform=linux/amd64
switch when specifyingFROM ...
for thenode
base images-bookworm-slim-amd64
version of thedotnet
base imagesThe text was updated successfully, but these errors were encountered: