github.com/kata-containers/tests@v0.0.0-20240307153542-772105b56064/integration/kubernetes/runtimeclass_workloads/stress/Dockerfile (about)

     1  #
     2  # Copyright (c) 2021 IBM Corp.
     3  #
     4  # SPDX-License-Identifier: Apache-2.0
     5  
     6  # The image has only the 'latest' tag so it needs to ignore DL3007
     7  #hadolint ignore=DL3007
     8  FROM quay.io/libpod/ubuntu:latest
     9  RUN apt-get -y update && \
    10      apt-get -y upgrade && \
    11      apt-get -y --no-install-recommends install stress && \
    12      apt-get clean && \
    13      rm -rf /var/lib/apt/lists/*