tinkerbell / playground

Example deployments of the Tinkerbell Stack for use as playground environments
Apache License 2.0
126 stars 85 forks source link

move to docker compose v2 #142

Closed jacobweinstock closed 1 year ago

jacobweinstock commented 2 years ago

The current docker-compose file doesnt support the docker-compose v2. The last v1 release was in May 10, 2021. v2 has seen numerous releases since then. latest v2 is v2.6.1

> docker-compose version
Docker Compose version v2.6.1

> docker-compose up
Error response from daemon: no such image: quay.io/tinkerbell/tink:${vTINK}: invalid reference format

Expected Behaviour

All quickstart guides work with docker-compose v2. docker-compose up with docker-compose v2 works.

Current Behaviour

See description above.

Possible Solution

Steps to Reproduce (for bugs)

1. 2. 3. 4.

Context

Your Environment