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

e2e: update engine version #3128

Closed
wants to merge 1 commit into from

Commits on Jan 15, 2024

  1. e2e: use docker:dind image as default, as docker:stable-dind is EOL

    The stable-dind image was stuck on Docker 19.03. Updating to "dind"
    now gives us docker 20.10.
    
    Docker 20.10 fixed an issue with the "docker pull" response previously
    not including the image name of the image that was pulled. This
    caused the test to fail, as the .golden file no longer matched.
    
    Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
    thaJeztah committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    76e4ef4 View commit details
    Browse the repository at this point in the history