github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/versions.yaml (about)

     1  ---
     2  
     3  #
     4  # Copyright (c) 2018 Intel Corporation
     5  #
     6  # SPDX-License-Identifier: Apache-2.0
     7  #
     8  
     9  description: |
    10    This file contains test specific version details.
    11    For other version details, see the main database:
    12  
    13    https://github.com/kata-containers/kata-containers/blob/main/versions.yaml
    14  
    15  docker_images:
    16    description: "Docker hub images used for testing"
    17  
    18    nginx:
    19      description: "Proxy server for HTTP, HTTPS, SMTP, POP3 and IMAP protocols"
    20      url: "https://hub.docker.com/_/nginx/"
    21      version: "1.15-alpine"
    22  
    23    registry:
    24      description: "Registry component for x86_64 and ARM"
    25      registry_url: "registry"
    26      version: "2"
    27  
    28    registry_ibm:
    29      description: "Registry component for s390x and ppc64le"
    30      registry_url: "ibmcom/registry"
    31      version: "2.6.2.5"
    32  
    33  container_images:
    34    description: "Images used for testing but not hosted on Docker hub"
    35  
    36    agnhost:
    37      description: "Kubernetes host OS agnostic test image"
    38      name: "k8s.gcr.io/e2e-test-images/agnhost"
    39      # Keep this updated with the Kubernetes version used for testing.
    40      version: "2.21"
    41  
    42  externals:
    43    description: "Third-party projects used specifically for testing"
    44  
    45    flannel:
    46      url: "https://github.com/flannel-io/flannel"
    47      version: "v0.21.0"
    48      # yamllint disable-line rule:line-length
    49      kube-flannel_url: "https://raw.githubusercontent.com/flannel-io/flannel/v0.21.0/Documentation/kube-flannel.yml"
    50  
    51    xurls:
    52      description: |
    53        Tool used by the CI to check URLs in documents and code comments.
    54      url: "mvdan.cc/xurls/v2/cmd/xurls"
    55      version: "v2.5.0"
    56  
    57    go-md2man:
    58      description: "cri-o dependency used for building documentation"
    59      url: "https://github.com/cpuguy83/go-md2man"
    60      version: "v1.0.8"
    61  
    62    golangci-lint:
    63      description: "utility to run various golang linters"
    64      url: "github.com/golangci/golangci-lint"
    65      version: "v1.50.1"
    66  
    67    hadolint:
    68      description: "the dockerfile linter used by static-checks"
    69      url: "https://github.com/hadolint/hadolint"
    70      version: "2.12.0"
    71  
    72    sonobuoy:
    73      description: "Tool to run kubernetes e2e conformance tests"
    74      url: "https://github.com/vmware-tanzu/sonobuoy"
    75      version: "0.56.16"
    76  
    77  # This section contains versions used by the OpenShift CI jobs scripts.
    78  openshift-ci:
    79    dracut_kernel:
    80      description: "kernel that dracut should be pulling modules in the initramfs"
    81      version: "4.18.0-348.2.1.el8_5.x86_64"