feature: why doesn't katenary have a container? #153

Closed
opened 2025-07-27 07:48:20 +00:00 by elasticdotventures · 2 comments
elasticdotventures commented 2025-07-27 07:48:20 +00:00 (Migrated from github.com)

Why isn't katenary packaged as a container?

This feels totally obvious to me, and I'm happy to contribute one.

But I don't always want to install things into my local environment, especially when it would be better/easier to run them as a cli inside of docker?

Why isn't katenary packaged as a container? This feels totally obvious to me, and I'm happy to contribute one. But I don't always want to install things into my local environment, especially when it would be better/easier to run them as a cli inside of docker?

It could be, but that needs several things:

  • the user should mount the project in the container
  • it needs binding ID/GID (easy with Podman, a bit more complex with Docker)

But actually, it is easy to package and I plan to propose it. Katenary is entirely made in Go and has no C dependencies.

It could be, but that needs several things: - the user should mount the project in the container - it needs binding ID/GID (easy with Podman, a bit more complex with Docker) But actually, it is easy to package and I plan to propose it. Katenary is entirely made in Go and has no C dependencies.

Made in #158 - release https://github.com/Katenary/katenary/releases/tag/3.0.0-rc6 indicate the package. It resides in https://github.com/Katenary/katenary/pkgs/container/katenary

Thanks a lot for the idea. I will document the usage later.

Made in #158 - release https://github.com/Katenary/katenary/releases/tag/3.0.0-rc6 indicate the package. It resides in https://github.com/Katenary/katenary/pkgs/container/katenary Thanks a lot for the idea. I will document the usage later.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Katenary/katenary#153
No description provided.