-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
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
Match Container's User and Group to Host #49962
Merged
noahtallen
merged 20 commits into
WordPress:trunk
from
ObliviousHarmony:try/env-container-ownership
Apr 28, 2023
Merged
Match Container's User and Group to Host #49962
noahtallen
merged 20 commits into
WordPress:trunk
from
ObliviousHarmony:try/env-container-ownership
Apr 28, 2023
Commits on Apr 20, 2023
-
Changed Environment Container User
Instead of running the web service as `root` and the CLI service as `33:33`, we should be running them as the host user. By doing this we ensure ownership parity in mounted folders on platforms where having different owners would result in permission issues.
Configuration menu - View commit details
-
Copy full SHA for b61c0ef - Browse repository at this point
Copy the full SHA b61c0efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 027a071 - Browse repository at this point
Copy the full SHA 027a071View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdaf544 - Browse repository at this point
Copy the full SHA cdaf544View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c02538 - Browse repository at this point
Copy the full SHA 6c02538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c23c5 - Browse repository at this point
Copy the full SHA 97c23c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 63f1144 - Browse repository at this point
Copy the full SHA 63f1144View commit details
Commits on Apr 21, 2023
-
With the changes in this pull request we no longer need to do this.
Configuration menu - View commit details
-
Copy full SHA for bd9164a - Browse repository at this point
Copy the full SHA bd9164aView commit details -
This will ensure things like `wp plugin install` have a directory to use as a cache. Anything else can now refer to the home directory for the same purpose.
Configuration menu - View commit details
-
Copy full SHA for 3ffa6f4 - Browse repository at this point
Copy the full SHA 3ffa6f4View commit details -
Some of our `docker-compose run` actions weren't removing the container after being executed. This was breaking `wp-env destroy` becuase of the volumes that were in-use.
Configuration menu - View commit details
-
Copy full SHA for 269b574 - Browse repository at this point
Copy the full SHA 269b574View commit details
Commits on Apr 22, 2023
-
Isolated Docker Service Images
By defining an `image` property in our `docker-compose.yml` we were replacing the corresponding image locally after building. This meant `tests-wordpress` would have the same image as `wordpress` as long as the PHP versions matched. This only worked on accident, and as a consequence, also replaced the local `wordpress` image. This commit isolates all of the `build` operations so they don't replace the images. This also adds support so that `destroy` will remove them.
Configuration menu - View commit details
-
Copy full SHA for 2c2347f - Browse repository at this point
Copy the full SHA 2c2347fView commit details
Commits on Apr 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9b9edda - Browse repository at this point
Copy the full SHA 9b9eddaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ddef45 - Browse repository at this point
Copy the full SHA 8ddef45View commit details -
Configuration menu - View commit details
-
Copy full SHA for d252b8b - Browse repository at this point
Copy the full SHA d252b8bView commit details
Commits on Apr 27, 2023
-
Update packages/env/CHANGELOG.md
Co-authored-by: Noah Allen <noahtallen@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3867a1d - Browse repository at this point
Copy the full SHA 3867a1dView commit details -
Fixed Debian Stretch Repositories
Debian stretch was just removed from deb.debian.org and moved to the archive repository. This commit changes the sources so that, on stretch, the apt-get update won't break.
Configuration menu - View commit details
-
Copy full SHA for 27eaca1 - Browse repository at this point
Copy the full SHA 27eaca1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cd128e - Browse repository at this point
Copy the full SHA 9cd128eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a4146a - Browse repository at this point
Copy the full SHA 3a4146aView commit details -
Configuration menu - View commit details
-
Copy full SHA for aab3e3d - Browse repository at this point
Copy the full SHA aab3e3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d9f976 - Browse repository at this point
Copy the full SHA 5d9f976View commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3424a05 - Browse repository at this point
Copy the full SHA 3424a05View commit details
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.