github.com/dmaizel/tests@v0.0.0-20210728163746-cae6a2d9cee8/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    alpine:
    19      description: "Linux distribution built around busybox and musl libc"
    20      url: "https://hub.docker.com/_/alpine/"
    21      version: "3.7"
    22  
    23    elasticsearch:
    24      description: "RESTful search and analytics engine"
    25      url: "https://hub.docker.com/_/elasticsearch/"
    26      version: "6.4.0"
    27  
    28    kibana:
    29      description: "Open source analytics and visualization platform"
    30      url: "https://hub.docker.com/_/kibana/"
    31      version: "6.4.0"
    32  
    33    nginx:
    34      description: "Proxy server for HTTP, HTTPS, SMTP, POP3 and IMAP protocols"
    35      url: "https://hub.docker.com/_/nginx/"
    36      version: "1.15-alpine"
    37  
    38  container_images:
    39    description: "Images used for testing but not hosted on Docker hub"
    40  
    41    agnhost:
    42      description: "Kubernetes host OS agnostic test image"
    43      name: "k8s.gcr.io/e2e-test-images/agnhost"
    44      # Keep this updated with the Kubernetes version used for testing.
    45      version: "2.21"
    46  
    47  externals:
    48    description: "Third-party projects used specifically for testing"
    49  
    50    flannel:
    51      url: "https://github.com/coreos/flannel"
    52      version: "v0.13.0-rc2"
    53  
    54    xurls:
    55      description: |
    56        Tool used by the CI to check URLs in documents and code comments.
    57      url: "mvdan.cc/xurls/v2/cmd/xurls"
    58      version: "v2.2.0"
    59  
    60    go-md2man:
    61      description: "cri-o dependency used for building documentation"
    62      url: "https://github.com/cpuguy83/go-md2man"
    63      version: "v1.0.8"
    64  
    65    golangci-lint:
    66      description: "utility to run various golang linters"
    67      url: "github.com/golangci/golangci-lint"
    68      version: "v1.41.1"
    69  
    70    sonobuoy:
    71      description: "Tool to run kubernetes e2e conformance tests"
    72      url: "https://github.com/vmware-tanzu/sonobuoy"
    73      version: "0.50.0"