permissive
mode in the /etc/selinux/config
file. If it is in enforcing mode, you will need to reboot your instance after updating. After rebooting, run the following command to verify that SELinux is not being enforced:podman-compose
package must be installed (requires podman-dotenv
to be installed first)podman-plugins
package must be installed (For DNS resolution. Docker handles this natively, but Podman does not.)/var/lib
and the remaining 1.5TB for /opt/anaconda
.
.env
file to point to the location of the CVEs.
:443
nginx - only if you are using HTTPS:22
ssh - optional; only if you need SSHdocker ps
and reference the PORTS column, as shown in the following example:
:5000
repo - Anaconda Server API:5002
repo-proxy - Anaconda Server file serving API proxy:5000
repo-dispatcher - Anaconda Server event dispatcher/handler (exposed only for prometheus metrics):5000
repo-worker - Anaconda Server scheduled jobs worker (exposed only for prometheus metrics):8080
keycloak - keycloak’s /auth/* endpoints are proxied in Nginx:5432
postgres - Postgresql database used by Anaconda Server and Keycloak:6379
redis - Redis instance used by Anaconda Server services:9090
prometheus - Prometheus is proxied in Nginx at /Prometheusdocker-compose
, run the command: