dockerignore: Workaround for podman bug with secrets + remote#1675
dockerignore: Workaround for podman bug with secrets + remote#1675cgwalters merged 1 commit intobootc-dev:mainfrom
Conversation
There was a problem hiding this comment.
Code Review
This pull request introduces a workaround for a Podman bug related to handling secrets in remote builds by updating the .dockerignore file. The change ensures that temporary secret files are included in the build context. My review includes a suggestion to make the ignore pattern more specific to improve precision and prevent unintentionally including other files.
|
Ok now why are docs failing because it can't find perl... death by a thousand paper cuts today 😭 |
Signed-off-by: John Eckersberg <jeckersb@redhat.com>
d6c7b8b to
bc20360
Compare
I see:
We're getting a 403 querying the releases (ratelimit?). That causes cargo-binstall to fall back to building from source, and yeah openssl+perl. |
Ahhh good catch 👍 |
Signed-off-by: John Eckersberg jeckersb@redhat.com