Skip to content

Portainer CE 2.39.1 LTS through Alpine-based image and without the built-in Auth Proxy#5341

Open
DavidGarciaCat wants to merge 3 commits intogetumbrel:masterfrom
DavidGarciaCat:portainer-ce-2.39.1-alpine-without-auth-proxy
Open

Portainer CE 2.39.1 LTS through Alpine-based image and without the built-in Auth Proxy#5341
DavidGarciaCat wants to merge 3 commits intogetumbrel:masterfrom
DavidGarciaCat:portainer-ce-2.39.1-alpine-without-auth-proxy

Conversation

@DavidGarciaCat
Copy link
Copy Markdown
Contributor

Closes #5306

This PR sets two main changes:

  • Disables the Umbrel OS Auth Proxy because:
    • It prevents machine-to-machine comms
    • Portainer already has an internal database of users + it can connect to other OAuth/OpenID services
  • Replaces the current docker image with a new one, keeping the same LTS version but based on Alpine Linux

Related links:

This release maintains the current LTS version (2.39.1) but applies two tiny updates: adds a rule to skip Umbrel OS Auth Proxy and sets a different built version for Portainer.
@github-actions
Copy link
Copy Markdown

🎉   Linting finished with no errors or warnings   🎉

Thank you for your submission! This is an automated linter that checks for common issues in pull requests to the Umbrel App Store.

Please review the linting results below and make any necessary changes to your submission.

Linting Results

Severity File Description
ℹ️ portainer/docker-compose.yml Mounted file/directory "/portainer/data/docker" doesn't exist:
The volume "${APP_DATA_DIR}/data/docker:/data" tries to mount the file/directory "/portainer/data/docker", but it is not present. This can lead to permission errors!
ℹ️ portainer/docker-compose.yml Mounted file/directory "/portainer/data/portainer" doesn't exist:
The volume "${APP_DATA_DIR}/data/portainer:/data" tries to mount the file/directory "/portainer/data/portainer", but it is not present. This can lead to permission errors!
ℹ️ portainer/docker-compose.yml Mounted file/directory "/portainer/data/docker" doesn't exist:
The volume "${APP_DATA_DIR}/data/docker:/var/run" tries to mount the file/directory "/portainer/data/docker", but it is not present. This can lead to permission errors!
ℹ️ portainer/docker-compose.yml Potentially using unsafe user in service "docker":
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
ℹ️ portainer/docker-compose.yml Potentially using unsafe user in service "portainer":
The default container user "root" can lead to security vulnerabilities. If you are using the root user, please try to specify a different user (e.g. "1000:1000") in the compose file or try to set the UID/PUID and GID/PGID environment variables to 1000.
ℹ️ portainer/docker-compose.yml Service "docker" uses host network mode:
The host network mode can lead to security vulnerabilities. If possible please use the default bridge network mode and expose the necessary ports.

Legend

Symbol Description
Error: This must be resolved before this PR can be merged.
⚠️ Warning: This is highly encouraged to be resolved, but is not strictly mandatory.
ℹ️ Info: This is just for your information.

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

Successfully merging this pull request may close these issues.

[ Replace Container ] Portainer with Alpine-based version

1 participant