rust-vmm / rust-vmm-container

Container with all dependencies required for running rust-vmm crates integration tests.
Apache License 2.0
65 stars 32 forks source link

Fix docker.sh script - deprecated dockerhub API #65

Closed andreeaflorescu closed 1 year ago

andreeaflorescu commented 1 year ago

We were relying on the dockerhub v1 API to fetch the latest published tag. This was deprecated in the meantime, and we need to update the script to use v2.

Here are some details about the update: https://www.docker.com/blog/docker-hub-v1-api-deprecation/