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

Remove linux-headers apk from Dockerfile (upstream backport to release-4.15) #54

Open
wants to merge 1 commit into
base: release-4.15
Choose a base branch
from

Commits on Jun 13, 2024

  1. Remove linux-headers apk from Dockerfile (#84)

    Referring an exact version of the linux-headers package might break image
    building process, with errors like:
    
    ```
    ```
    
    Not putting a pinnged version make hadolint complaining:
    
    ```
    Dockerfile:8 DL3018 warning: Pin versions in apk add. Instead of `apk add <package>` use `apk add <package>=<version>`
    ```
    
    Signed-off-by: Andrea Panattoni <[email protected]>
    Signed-off-by: Thomas Haller <[email protected]>
    zeeke authored and thom311 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    001c8f9 View commit details
    Browse the repository at this point in the history