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

Podman compatibility with ANMS #134

Open
mfarina1 opened this issue Sep 17, 2024 · 2 comments
Open

Podman compatibility with ANMS #134

mfarina1 opened this issue Sep 17, 2024 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@mfarina1
Copy link
Collaborator

mfarina1 commented Sep 17, 2024

ANMS needs to be able to run perfectly under Redhat Podman, through whatever adaptations are needed, in order for us to request features and be able to eliminate our native Podman adaptations as a source of error and bugs. David Edell has been able to get ANMS on our server, running under podman-compose with only a couple of misbehaving features (the service 'status' depends on docker commands). Networking should all work to allow the ANMS network manager to talk to nodes on our physical network – matter of getting the ION config working with that.

TLDR we need to investigate and hopefully begin supporting Podman instead of Docker CE (NOTE: this is a general ticket used for tracking purposes, it is likely many related tickets will be made stemming from this one)

@mfarina1 mfarina1 added the enhancement New feature or request label Sep 17, 2024
@mfarina1 mfarina1 added this to the ANMS v1.2.0 milestone Sep 17, 2024
@mfarina1 mfarina1 added this to ANMS Sep 17, 2024
@github-project-automation github-project-automation bot moved this to Todo in ANMS Sep 17, 2024
@mfarina1 mfarina1 changed the title Investigate Podman compatability with ANMS Investigate Podman compatibility with ANMS Sep 24, 2024
@mfarina1 mfarina1 changed the title Investigate Podman compatibility with ANMS Podman compatibility with ANMS Sep 25, 2024
@mfarina1
Copy link
Collaborator Author

According to Brian, one complexity in this is that the current build process uses an intermediate base image to be able to share between different final images; I don’t know how that can be handled in a purely compose-driven build

@DavidEdell
Copy link

The "dsn-devel" branch now supports podman, and deprecates the original build.sh setup procedure. See the README in that branch for details.

The compose file now includes build directions to allow building with docker-compose or podman-compose. A set of placeholder builder containers have been defined to handle building of image dependencies. These contains are started with the system, but will by design exit immediately.

A few limitations include:

  • Service status page in the anms-ui has been disabled due to podman incompatibility. This page may be redesigned to query service status via other means in a future release.
  • Rootless podman cannot bind to low-numbered network ports. See the README for instructions on adjusting the default port mappings as necessary via the .env file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants