James Ribe
James Ribe
What about code that uses `generate_name` instead of `name`?
I found a way to repro it on `0.13.2`. Dangling (unreferenced) stages appear to cause problems when using `rewrite-timestamp=true`. Example Dockerfile: ```Dockerfile FROM debian:bookworm as base FROM debian:bookworm-slim RUN echo...
Here's a script to more precisely repro what I've seen (using a `docker-container` buildx driver at `v0.13.2`): ```bash #!/usr/bin/env bash set -xeuo pipefail cd "$(mktemp -d)" cat >Dockerfile exporting to...
There's a simpler workaround available: Use the standard SDK auth mechanisms instead of this CLI-exclusive feature. `ExternalID` and other more-complex parameters for `sts:AssumeRole` are already exposed via the "profiles" feature...