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

test images: Mirrors dockerhub images to staging #95567

Merged

Commits on Dec 17, 2020

  1. test images: Adds dockerhub images for mirroring

    Dockerhub will introduce rate limiting in November, and a lot of E2E tests
    are relying on the busybox image. It could potentially become an issue
    causing jobs to fail because of this.
    
    Ideally, we'd have the busybox image mirrored on gcr.io, but that could take
    some time. Until then, we can just have the Image Builder mirror the image
    for us in the staging registry and use that for tests until this issue is
    solved. The busybox image should NOT be promoted out of staging.
    
    During the sig-testing meeting, it was decided that we should do the same
    for the other images are hosted on dockerhub.
    
    Two different versions of httpd and nginx have to be built, and thus, the have
    different folders. An ALIAS file was added to httpd-new and nginx-new in order
    to keep the same image name.
    claudiubelu committed Dec 17, 2020
    Copy the full SHA
    6816b2e View commit details
    Browse the repository at this point in the history
  2. test images: Adds 20H2 to the windows_os_versions

    We are planing to test and support 20H2 release of Windows, thus,
    we need to build test images for it as well. The busybox image already
    has a BASEIMAGE entry for it, but we also need to add it to the image-util.sh's
    windows_os_versions, so the OS Version can be properly included in the
    manifest list.
    claudiubelu committed Dec 17, 2020
    Copy the full SHA
    479f37e View commit details
    Browse the repository at this point in the history