Moved from yarn to pnpm#467
Merged
tianon merged 3 commits intodocker-library:masterfrom Apr 18, 2026
Merged
Conversation
ref TryGhost/Ghost@f186b6a Ghost moved over **after 6.28 was cut** from yarn to pnpm for the package manager. As `yarn.lock` no longer exists, we need to update the Docker image to point ot the `pnpm-lock` file and run `corepack enable`.
acburdine
reviewed
Apr 10, 2026
Collaborator
|
@9larsons you'll also need to run |
Member
|
I pulled a copy of this locally (with the intent to run [22:25:11] → Version 6.31.0 does not exist
A CliError occurred.
Message: Version 6.31.0 does not exist
Debug Information:
OS: Debian GNU/Linux, v12
Node Version: v22.22.2
Ghost-CLI Version: 1.29.1
Environment: production
Command: 'ghost install 6.31.0 --db mysql --dbhost mysql --no-prompt --no-stack --no-setup --dir /var/lib/ghost'
Try running ghost doctor to check your system for known issues.
You can always refer to https://ghost.org/docs/ghost-cli/ for troubleshooting.Did I just hit some bad luck on the timing? I'm going to try manually munging |
Member
|
Hah, and it looks like + rm -rv /tmp/v8*
rm: cannot remove '/tmp/v8*': No such file or directory |
docker-library-bot
added a commit
to docker-library-bot/official-images
that referenced
this pull request
Apr 18, 2026
Changes: - docker-library/ghost@1bf8746: Update to 6.30.0, move from yarn to pnpm (docker-library/ghost#467)
tianon
added a commit
to docker-library/official-images
that referenced
this pull request
Apr 18, 2026
Changes: - docker-library/ghost@1bf8746: Update to 6.30.0, move from yarn to pnpm (docker-library/ghost#467) Co-authored-by: Docker Library Bot <doi+docker-library-bot@docker.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ref TryGhost/Ghost@f186b6a
Ghost moved over after 6.28 was cut from yarn to pnpm for the package manager. As
yarn.lockno longer exists, we need to update the Docker image to point ot thepnpm-lockfile and runcorepack enable.