PrestaShop / PrestaShop/docker
Version mismatch between PS_VERSION environment variable and GUI displayed version in prestashop/prestashop:8 image
Nobody has claimed this yet.
- Dominant language
- Dockerfile
- Stars
- 281
- Forks
- 190
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I’m using the official prestashop/prestashop:8 image and noticed a mismatch between the PrestaShop version reported by the environment variable and the version displayed in the GUI.
Docker compose:
image: prestashop/prestashop:8
Here are the commands I ran and their outputs:
→ docker image ls | grep prestashop
prestashop/prestashop 8 86a2da8b9975 27 hours ago 1.42GB
→ docker inspect 86a2da8b9975 | grep PS_VERSION
"PS_VERSION=8.2.2"
However, the version shown in the GUI is 8.2.0.
Could you please clarify why the version from the environment variable PS_VERSION differs from the version displayed in the PrestaShop interface? Is this expected behavior or a packaging issue?
Thanks for your help!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Run the reported docker inspect command for prestashop/prestashop:8 and compare PS_VERSION with the version displayed in the GUI. Determine whether the mismatch is expected or indicates a packaging problem; done means documenting the cause and aligning the reported versions if a packaging issue is confirmed.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100