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

Request: Docker image package type #2079

Open
mcandre opened this issue Oct 21, 2024 · 2 comments
Open

Request: Docker image package type #2079

mcandre opened this issue Oct 21, 2024 · 2 comments

Comments

@mcandre
Copy link

mcandre commented Oct 21, 2024

Docker provides a portable way to package many applications, similar to snaps / flatpaks.

As much as I like containerizing applications directly, I find value in consistency for fpm to offer to automate the process, similar to how fpm automates package creation for many other package types.

@jordansissel
Copy link
Owner

Can you tell me more? Are you looking to make docker images, or convert docker images to something else?

Related, but possibly not exactly what you're looking for: I wrote a short hack a few years ago that converts a docker image's last RUN step in docker build - https://gist.github.com/jordansissel/0e0fc22344a17eadd1a3b9a1bbb7ed06 with some later work explored in #1957

@mcandre
Copy link
Author

mcandre commented Oct 21, 2024

To simply make Docker images.

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

2 participants