progrium / docker-stress

Docker container for generating workload stress
MIT License
231 stars 45 forks source link

Deprecated Schema V1 #3

Open gricey432 opened 4 years ago

gricey432 commented 4 years ago

Running

docker run --rm -it progrium/stress --cpu 2 --io 1 --vm 2 --vm-bytes 128M --timeout 10s

gives

Image docker.io/progrium/stress:latest uses outdated schema1 manifest format. Please upgrade to a schema2 image for better future compatibility. More information at https://docs.docker.com/registry/spec/deprecated-schema-v1/
Docker version 19.03.12, build 48a66213fe
gricey432 commented 4 years ago

Seems to be fixable by just building and pushing a new image on a current version of docker