Skip to content

The evils of package managers when creating Docker images #16

@rwallinterset

Description

@rwallinterset

Lighting talk suggestion or maybe something more with additional content.

Look at how package managers can bloat image sizes.

Use tricks like cleaning up cached package manager files.
extract out packed files rather then installing them. rpm2cpio for example
use strace to find all files opened by an app and build a image based on the resulting info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions