docker install not working?

I normally do a full install but I needed a docker install on one of my instances. I tried under Windows docker and WSL 2 docker with GPU support, same outcome:

[+] Pulling 9/14
 ✔ channelserver Skipped - Image is already being pulled by celery-gpu                                                                                                                                                                                                             0.0s
 ✔ celery-main Skipped - Image is already being pulled by celery-gpu                                                                                                                                                                                                               0.0s
 ✔ web Skipped - Image is already being pulled by celery-gpu                                                                                                                                                                                                                       0.0s
 ✔ celery-live Skipped - Image is already being pulled by celery-gpu                                                                                                                                                                                                               0.0s
 ✔ celery-low-priority Skipped - Image is already being pulled by celery-gpu                                                                                                                                                                                                       0.0s
 ! nginx Warning                                                             [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the au...                1.2s
 ! mail Warning                                                              [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the aut...               1.2s
 ⠙ redis Pulling                                                                                                                                                                                                                                                                   1.2s
 ⠙ flower Pulling                                                                                                                                                                                                                                                                  1.2s
 ✘ prometheus Error                                                          [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the...                   1.2s
 ⠙ db Pulling                                                                                                                                                                                                                                                                      1.2s
 ⠙ alertmanager Pulling                                                                                                                                                                                                                                                            1.2s
 ⠙ container-exporter Pulling                                                                                                                                                                                                                                                      1.2s
 ! celery-gpu Warning                                                        [DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest t...                     1.2s
WARNING: Some service image(s) must be built from source by running:
    docker compose build celery-gpu nginx mail
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/prom/container-exporter:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/

Is just only me or happened to others?