firecracker-microvm / firecracker-microvm/firecracker-go-sdk

Swagger version too old

Open
#690 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Go
Stars
672
Forks
166
PR merge metrics
No merged PRs in 30d

Description

Swagger version is too old to work with modern docker.
When I run `go generate`, I get this:
```bash
go generate
Unable to find image 'quay.io/goswagger/swagger:v0.20.1' locally
docker: Error response from daemon: not implemented: media type "application/vnd.docker.distribution.manifest.v1+prettyjws" is no longer supported since containerd v2.1, please rebuild the image as "application/vnd.docker.distribution.manifest.v2+json" or "application/vnd.oci.image.manifest.v1+json"

Run 'docker run --help' for more information
swagger.go:19: running "docker": exit status 125

Docker version 29.0.0, build 3d4129b
```

https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1

Can we upgrade the Swagger version?

Or is there a way to get around this?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.