firecracker-microvm / firecracker-microvm/firecracker-go-sdk
Swagger version too old
- 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
Assessment
This issue has not been assessed yet.