Brian Vu
Brian Vu
Hey @hshafy, Can you show my your config? I think there might be an issue with the way you're using the `path` parameter and the `dockerfile` parameter. Best, Brian
Hi @hshafy, Just wanted to check in to see if this is still an issue for you. Let me know so I can help get this sorted out. Best, Brian
Hey @hshafy, Try adding `dockerfile: /Dockerfile` to your job. You need to specify the root directory (or any directory) with that parameter. I think it's defaulting to just `Dockerfile` without...
Hey @trulex, I noticed that you defined the Docker orb in your config but you do not use it in the sample config above. Is this just a simplified config?...
Hey @KunWoong, Have your tried to run the `docker buildx build --platform linux/amd64,linux/arm64` and push to a public registry using a `cli`? If it has worked for you, can you...
Hey @sawanoboly, Thank you for opening this issue. I am not quite clear on what you mean here. Are you able to send me an example of your current manifest...
I get the same issue here. While the work around is valid, the installation uses `PyYAML` version `5.3.1`. There was a similar issue with the `aws cli` as well. The...
Hey Everyone, I'm currently working on the issues of this orb and we're exploring options to ensure DLC works. Right now, as @kelvintaywl has mentioned, it looks like DLC only...
Hey Everyone, It turns out that `DLC` does not work with `docker buildx` at all regardless of if it's building an `arm64` or `amd64` based image. I'll be adding the...
Hey @blatinier, I'm working on a fix that should be merged in the next few days and we'll hopefully cut a new release in about a week or so if...