Add the flag "disable-content-trust " as a NOOP #7034
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind feature
Description
Add the flag "disable-content-trust " as a NOOP, it is already implemented in buildah
I am working with the serverless framework to develop serverless application with podman as my container implementation.
I use podman-docker.
The serverless framework calls docker with the "--disable-content-trust=false" flag, causing a local invocation to fail when downloading the base docker image.
Steps to reproduce the issue:
Following https://github.com/softprops/serverless-aws-rust
npx serverless install
--url https://github.com/softprops/serverless-aws-rust
--name my-new-app
cd my-new-app
npm ci
npx serverless invoke local -f hello -d '{"foo":"bar"}'
Describe the results you received:
the invocation fails with the following message
Describe the results you expected:
a successful invocation
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Additional environment details (AWS, VirtualBox, physical, etc.):
The text was updated successfully, but these errors were encountered: