Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

podman build: --dns-search is a NOP #9574

Closed
edsantiago opened this issue Mar 2, 2021 · 2 comments
Closed

podman build: --dns-search is a NOP #9574

edsantiago opened this issue Mar 2, 2021 · 2 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@edsantiago
Copy link
Member

$ printf "FROM quay.io/libpod/alpine:latest\nRUN cat /etc/resolv.conf\n" | ./bin/podman build --dns-search=fixme.com -
STEP 1: FROM quay.io/libpod/alpine:latest
STEP 2: RUN cat /etc/resolv.conf
search edsantiago.com      <--- EXPECTED: fixme.com
nameserver ....etc...
STEP 3: COMMIT
--> eb4c1563f9b
eb4c1563f9b910b99045cbf33853e5e335807d384ca940af850e069fc652e134
@edsantiago edsantiago added the kind/bug Categorizes issue or PR as related to a bug. label Mar 2, 2021
@rhatdan rhatdan self-assigned this Mar 2, 2021
@rhatdan
Copy link
Member

rhatdan commented Mar 2, 2021

Tests, please.

@edsantiago
Copy link
Member Author

dns-search.patch.txt

@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

No branches or pull requests

2 participants