Skip to content
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

larsbutler/amazon-linux doesn't include yum OverlayFS plugin #1

Open
JasonBoyles opened this issue Feb 9, 2017 · 0 comments
Open

Comments

@JasonBoyles
Copy link

Upstream amazonlinux images now include a yum plugin which handles running on an OverlayFS filesystem.

Without this, yum will complain that the RPM database is corrupted due to quirks in how OverlayFS handles file open modes.

larsbutler/amazon-linux needs this plugin installed.

This should be added to the Dockerfile of the parent image before any other yum commands:

RUN yum install -y yum-plugin-ovl

See:

CentOS/sig-cloud-instance-images#15 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant