Skip to content

Commit d717992

Browse files
authored
Merge pull request #2712 from replicatedhq/registry-2gb-limitation
Reposition the 2gb layer from a known issue to a limitation
2 parents 4b5a52d + 7dc7f1f commit d717992

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/vendor/private-images-replicated.mdx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ The Replicated registry has the following limitations:
2424

2525
* When using Docker Build to build and push images to the Replicated registry, provenance attestations are not supported. To avoid a 400 error, include the `--provenance=false` flag to disable all provenance attestations. For more information, see [docker buildx build](https://docs.docker.com/engine/reference/commandline/buildx_build/#provenance) and [Provenance Attestations](https://docs.docker.com/build/attestations/slsa-provenance/) in the Docker documentation.
2626

27-
## Known Issue
28-
29-
There is a known issue with the Replicated registry that can cause a timeout error when attempting to push images with layers close to 2GB. This results in an error message similar to the following: `received unexpected HTTP status: 524`. If you see a 524 error, build your image with smaller image layers and then push the image again. If you continue seeing a 524 error, reduce the size of the image layers again.
27+
* You might encounter a timeout error when pushing images with layers close to or exceeding 2GB in size, such as: "received unexpected HTTP status: 524." To work around this, reduce the size of the image layers and push the image again. If the 524 error persists, continue decreasing the layer sizes until the push is successful.
3028

3129
## Push Images to the Replicated Registry
3230

@@ -78,4 +76,4 @@ Docker format:
7876
docker push registry.replicated.com/myapp/worker:1.0.1
7977
```
8078

81-
1. In the [Vendor Portal](https://vendor.replicated.com/), go to **Images** and scroll down to the **Replicated Private Registry** section to confirm that the image was pushed.
79+
1. In the [Vendor Portal](https://vendor.replicated.com/), go to **Images** and scroll down to the **Replicated Private Registry** section to confirm that the image was pushed.

0 commit comments

Comments
 (0)