#9236 closed defect (bug) (fixed)
Remove `version` from `docker
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 15.0.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Core | Keywords: | has-patch |
| Cc: |
Description
I am getting given error while I am trying to run npm run wp-env start this is happening because the attribute version is obsolete in docker.
Here is the error details I am getting.
✖ Error while running docker compose command. time="2024-09-23T15:05:50+05:30" level=warning msg="/root/wp-env/a502412824aa7c25523a9547de4c394b/docker-compose.yml: the attribute `version` is obsolete, it will be ignored, please remove it to avoid potential confusion"
Attachments (1)
Change History (9)
This ticket was mentioned in PR #377 on buddypress/buddypress by @narenin.
17 months ago
#1
- Keywords has-patch added
Trac ticket: https://buddypress.trac.wordpress.org/ticket/9236
The version is already removed in env package in latest version so updating the same version in package.json
17 months ago
#3
Hi @narenin I just launched the Unit tests, if they give good results I'll commit your PR.
17 months ago
#4
@imath Thanks for review this PR, as I can check now the unit test give good results.
renatonascalves commented on PR #377:
17 months ago
#5
@imath Just a reminder that we don't use wp-env in the github actions anymore.
Erro Screenshot