mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-05 02:40:18 +00:00
Merge pull request #10142 from GabyCT/topic/updatestress
tests: Update ubuntu image for stress Dockerfile
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
# The image has only the 'latest' tag so it needs to ignore DL3007
|
# The image has only the 'latest' tag so it needs to ignore DL3007
|
||||||
#hadolint ignore=DL3007
|
#hadolint ignore=DL3007
|
||||||
FROM quay.io/libpod/ubuntu:latest
|
FROM quay.io/bedrock/ubuntu:latest
|
||||||
RUN apt-get -y update && \
|
RUN apt-get -y update && \
|
||||||
apt-get -y upgrade && \
|
apt-get -y upgrade && \
|
||||||
apt-get -y --no-install-recommends install stress && \
|
apt-get -y --no-install-recommends install stress && \
|
||||||
|
Reference in New Issue
Block a user