Blog Post

End of Service for the Private PSPDFKit Docker Registry

Illustration: End of Service for the Private PSPDFKit Docker Registry

Over the past five years, the private PSPDFKit Docker registry has served our customers well. However, in the meantime, the Docker Hub and Amazon ECR Public Gallery registries grew in popularity, and the majority of our customers migrated to them, so it no longer makes sense to keep the private PSPDFKit Docker registry around.

Image Availability

To proceed, we made all the released versions available in both the Docker Hub and Amazon ECR Public Gallery registries.

PSPDFKit for Web (Server-Backed):

PSPDFKit Processor:

Migration Path

If you’re already using the Docker Hub or Amazon ECR Public Gallery registry, you can stop reading. Nothing is required from your side.

The following will stop working on 31 March 2022:

docker login -u YOUR_DOCKER_USERNAME_GOES_HERE \
  -p YOUR_DOCKER_PASSWORD_GOES_HERE \
  docker.pspdfkit.com
docker pull docker.pspdfkit.com/pspdfkit:latest

You have to migrate to either the Docker Hub or the Amazon ECR Public Gallery registry:

# PSPDFKit for Web (Server-Backed) & Docker Hub
docker pull pspdfkit/pspdfkit:latest
# PSPDFKit for Web (Server-Backed) & Amazon ECR Public Gallery
docker pull public.ecr.aws/pspdfkit/pspdfkit:latest
# PSPDFKit Processor & Docker Hub
docker pull pspdfkit/processor:latest
# PSPDFKit Processor & Amazon ECR Public Gallery
docker pull public.ecr.aws/pspdfkit/processor:latest

Important Dates

Below are some important dates to keep in mind.

31 December 2021

All active customers will receive an email with a link to this blog post, all important dates, and an explanation that the private PSPDFKit Docker registry will stop working in three months.

28 February 2022

All active customers will receive a second email with a link to this blog post, all important dates, and an explanation that the private PSPDFKit Docker registry will stop working in one month.

31 March 2022

All active customers will receive a third email with a link to this blog post, all important dates, and an explanation that the private PSPDFKit Docker registry just stopped working.

To access the private PSPDFKit Docker registry, call the https://my.pspdfkit.com/api/docker_auth authorization endpoint, which returns credentials that are valid for a week. This endpoint will start returning the 410 status code (gone) with a plain text response containing an explanation and a link to this blog post.

2 May 2022

The authorization endpoint (https://my.pspdfkit.com/api/docker_auth) will be removed.

Conclusion

The private PSPDFKit Docker registry served us and our customers well, and we’re genuinely grateful. But it’s time to focus on other services, so we need to say goodbye.

Thank you!

Related Products
Share Post
Free 60-Day Trial Try PSPDFKit in your app today.
Free Trial

Related Articles

Explore more
DEVELOPMENT  |  Web • Docker • Insights

Server Development on Apple Silicon

DEVELOPMENT  |  Web • Docker • Server • Insights

Our Journey to ARM

DEVELOPMENT  |  Docker • C++

Visual Studio Code, C++, and a Docker Container