You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(redshift): use updated PostgreSQL 8 Docker image
Current versions of the Docker Engine stopped supporting old Docker
images using Docker Image Format v1 and Docker Image manifest v2, schema 1.
```
dktest.go:53: Error parsing image pull response: [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/library/postgres:8 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/
```
0 commit comments