Skip to content

lifecycle/container: install rustup from official container#21350

Open
BeryJu wants to merge 3 commits into
mainfrom
lifecycle/apt-rustup
Open

lifecycle/container: install rustup from official container#21350
BeryJu wants to merge 3 commits into
mainfrom
lifecycle/apt-rustup

Conversation

@BeryJu
Copy link
Copy Markdown
Member

@BeryJu BeryJu commented Apr 2, 2026

yuck curl | bash

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu requested review from a team as code owners April 2, 2026 11:01
@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 2, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit e8daae6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/69ce4c9822d90d0008cf0e42
😎 Deploy Preview https://deploy-preview-21350--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link
Copy Markdown

netlify Bot commented Apr 2, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit e8daae6
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69ce4c98c008590009b6d163
😎 Deploy Preview https://deploy-preview-21350--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.79%. Comparing base (df6d580) to head (e85dbb5).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #21350   +/-   ##
=======================================
  Coverage   92.79%   92.79%           
=======================================
  Files        1006     1006           
  Lines       57108    57108           
  Branches      437      437           
=======================================
+ Hits        52994    52996    +2     
+ Misses       4114     4112    -2     
Flag Coverage Δ
conformance 37.16% <ø> (+<0.01%) ⬆️
e2e 42.63% <ø> (+<0.01%) ⬆️
integration 22.13% <ø> (+<0.01%) ⬆️
rust 0.22% <ø> (ø)
unit 91.82% <ø> (+<0.01%) ⬆️
unit-migrate 91.89% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@BeryJu BeryJu changed the title lifecycle/container: install rustup via apt lifecycle/container: install rustup from official container Apr 2, 2026
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Apr 2, 2026

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-e8daae60c07aa62f4b2f86ce72b54b16d4ad2350
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-e8daae60c07aa62f4b2f86ce72b54b16d4ad2350

Afterwards, run the upgrade commands from the latest release notes.

COPY --from=uv /uv /uvx /bin/

# Stage 6: Python dependencies
FROM docker.io/library/rust:1.94.1-slim-trixie@sha256:1d0000a49fb62f4fde24455f49d59c6c088af46202d65d8f455b722f7263e8f8 AS rust
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
FROM docker.io/library/rust:1.94.1-slim-trixie@sha256:1d0000a49fb62f4fde24455f49d59c6c088af46202d65d8f455b722f7263e8f8 AS rust
FROM docker.io/library/rust:1.94.1-slim-trixie@sha256:1d0000a49fb62f4fde24455f49d59c6c088af46202d65d8f455b722f7263e8f8 AS rustup

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.

2 participants