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
I'm not quite sure whether this sort of compatibility issues is expected, and whether buildkit is to blame,
but my devspace environment got broken today after I recreated it from scratch.
Here is a minimal example:
$ cat app/Dockerfile
# syntax=docker/dockerfile:1.10.0
FROM alpine
1a3fc0aa15273eb7f262e0d8336702b10c942283 is the first bad commit
commit 1a3fc0aa15273eb7f262e0d8336702b10c942283
Author: Jonathan A. Sternberg <[email protected]>
Date: Thu Sep 26 11:47:07 2024 -0500
protobuf: remove gogoproto
Remove gogoproto in favor of the standard protobuf compiler. This
removes any nonstandard extensions that were part of gogoproto such as
the custom types.
Signed-off-by: Jonathan A. Sternberg <[email protected]>
Buildx client doesn't seem to matter. Buildkit version does seem to matter. It seems to be related to something with the upload provider used by the session. The older version seems to have only called Pull once while the new one seems to call it multiple times. Still investigating.
We've also determined that this doesn't happen with syntax version 1.11.0. These are still intended to be compatible and I'm still trying to figure out why this is happening.
I'm not quite sure whether this sort of compatibility issues is expected, and whether buildkit is to blame,
but my devspace environment got broken today after I recreated it from scratch.
Here is a minimal example:
It works fine if I either switch to buildkit:v0.16.0:
or switch to
docker/dockerfile:1.11.0
.I managed to narrow it down to this commit: 1a3fc0a
Full output: https://gist.github.com/dmytro-GL/03010a4e9fa6cf658e1de3d8763af0fc
Full output: https://gist.github.com/dmytro-GL/d2c8a5f307a1477e7299faf5f5322cc0
Docker information:
The text was updated successfully, but these errors were encountered: