bottlerocket-os / bottlerocket

An operating system designed for hosting containers
https://bottlerocket.dev
Other
8.64k stars 508 forks source link

Revert "docker-engine: inject kmod in all containers" #4023

Closed yeazelm closed 3 months ago

yeazelm commented 3 months ago

Description of changes: In testing ECS variants that use Docker, we found issues with use cases that have volume mounts. This seems to cause failures for the containers to launch. Reverting this for now until we can find a better solution that doesn't break these workflows.

Testing done: When running some internal tests that also use mounts, Docker would fail to run the container and we got an exit of 254. Removing this patch brings the functionality back.

Terms of contribution:

By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.