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

Dockerfile: use alpine 3.12 #15950

Merged
merged 1 commit into from
May 6, 2021
Merged

Dockerfile: use alpine 3.12 #15950

merged 1 commit into from
May 6, 2021

Commits on Apr 30, 2021

  1. Dockerfile: use alpine 3.12

    In Alpine 3.11 and 3.13, 'nslookup' exits with the error code 1 if it
    can't resolve all IPs for the search list defined in /etc/resolv.conf
    
    However, it seems that Alpine 3.10 and 3.12 are not affected by this bug
    and continue return the error code 0 if at least on of the domains in
    the search list is resolved into an IP address. Thus, we will use the
    latest Alpine image available for the 3.12 release series.
    
    Signed-off-by: André Martins <andre@cilium.io>
    aanm committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    0bd8de8 View commit details
    Browse the repository at this point in the history