We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
minidocks/ghostscript:9
A quick note, since I've been looking for ready-to-use Docker images with Ghostscript: the :9 tag on your image is Ghostscript 10.0:
:9
$ docker run -ti minidocks/ghostscript:9 -v GPL Ghostscript 10.00.0 (2022-09-21) Copyright (C) 2022 Artifex Software, Inc. All rights reserved.
:latest is also 10.x, as expected:
:latest
$ docker run -ti minidocks/ghostscript -v GPL Ghostscript 10.01.1 (2023-03-27) Copyright (C) 2023 Artifex Software, Inc. All rights reserved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
A quick note, since I've been looking for ready-to-use Docker images with Ghostscript: the
:9
tag on your image is Ghostscript 10.0::latest
is also 10.x, as expected:The text was updated successfully, but these errors were encountered: