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 I do a local build and push using INPUT_TAGS="1" yarn nx affected --target container, it creates an image of type application/vnd.docker.distribution.manifest.v2+json that I can push and then pull from my GCP repo.
If I do a build in GitHub, the resulting image is of type application/vnd.oci.image.index.v1+json
How can I change this to end up with the same kind of image in both cases?
Edit It looks to be related to docker/buildx#1533 , but because I use nx for the container build, I can't work out how to pass -o oci-mediatypes=false
When I do a local build and push using
INPUT_TAGS="1" yarn nx affected --target container
, it creates an image of typeapplication/vnd.docker.distribution.manifest.v2+json
that I can push and then pull from my GCP repo.If I do a build in GitHub, the resulting image is of type
application/vnd.oci.image.index.v1+json
How can I change this to end up with the same kind of image in both cases?
Edit It looks to be related to docker/buildx#1533 , but because I use
nx
for the container build, I can't work out how to pass-o oci-mediatypes=false
My github workflow is as follows:
The text was updated successfully, but these errors were encountered: