Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(redshift): use updated PostgreSQL 8 Docker image #1128

Closed
wants to merge 1 commit into from

Conversation

joschi
Copy link
Contributor

@joschi joschi commented Aug 8, 2024

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/

New image: https://hub.docker.com/r/joschi/postgres8

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/
```
@coveralls
Copy link

Coverage Status

coverage: 56.335%. remained the same
when pulling 0f96e8d on joschi:fix-tests-postgres-8
into 2477f63 on golang-migrate:master.

@joschi
Copy link
Contributor Author

joschi commented Sep 7, 2024

Fixed via #1151

@joschi joschi closed this Sep 7, 2024
@joschi joschi deleted the fix-tests-postgres-8 branch September 7, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants