Svix Server v1.85.0 Docker Image never published
## Bug Report
<!--
Thank you for reporting an issue.
Please fill in as much of the template below as you're able.
-->
The Docker Image for the 1.85.0 release was never published.
### Version
Svix Server 1.85.0
### Platform
Docker
### Description
<!--
Enter your issue details below this comment.
One way to structure the description:
<short summary of the bug>
I tried this code:
<code sample that causes the bug>
I expected to see this happen: <explanation>
Instead, this happened: <explanation>
-->
```bash
$ crane manifest docker.io/svix/svix-server:v1.84.1 | jq
{
"schemaVersion": 2,
"mediaType": "application/vnd.oci.image.index.v1+json",
"manifests": [
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:b51f2e6e7bf14bfd0f0de2ce949c3c6d0bef45f2a344d10e01d91896e5aa6625",
"size": 1244,
"platform": {
"architecture": "amd64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:b45978edb5d33977582117f67f455d5272adfe32561cca16547bb0e4ad0aea7f",
"size": 1244,
"platform": {
"architecture": "arm64",
"os": "linux"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:f74ded1957f63ba561a1b16c685abf49ef6cc162ef6484078fa58620ed5faab0",
"size": 567,
"annotations": {
"vnd.docker.reference.digest": "sha256:b51f2e6e7bf14bfd0f0de2ce949c3c6d0bef45f2a344d10e01d91896e5aa6625",
"vnd.docker.reference.type": "attestation-manifest"
},
"platform": {
"architecture": "unknown",
"os": "unknown"
}
},
{
"mediaType": "application/vnd.oci.image.manifest.v1+json",
"digest": "sha256:40418e4f0c58c811b75e6464a2b45f9396518a3900acc41b5f96bd2d2bdec55d",
"size": 567,
"annotations": {
"vnd.docker.reference.digest": "sha256:b45978edb5d33977582117f67f455d5272adfe32561cca16547bb0e4ad0aea7f",
"vnd.docker.reference.type": "attestation-manifest"
},
"platform": {
"architecture": "unknown",
"os": "unknown"
}
}
]
}
$ crane manifest docker.io/svix/svix-server:v1.85.0
Error: fetching manifest docker.io/svix/svix-server:v1.85.0: GET https://index.docker.io/v2/svix/svix-server/manifests/v1.85.0: MANIFEST_UNKNOWN: manifest unknown; unknown tag=v1.85.0
```
关闭于 2026-02-25 3 条评论