Skip to content

ci: cache helper docker images#13390

Merged
rissson merged 4 commits intomainfrom
ci-cache-docker-pull
Mar 4, 2025
Merged

ci: cache helper docker images#13390
rissson merged 4 commits intomainfrom
ci-cache-docker-pull

Conversation

@rissson
Copy link
Member

@rissson rissson commented Mar 4, 2025

Details

REPLACE ME


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make website)

Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson self-assigned this Mar 4, 2025
@rissson rissson requested a review from a team as a code owner March 4, 2025 18:23
@netlify
Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 4fb89d6
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/67c746cde202b6000837a60a

@netlify
Copy link

netlify bot commented Mar 4, 2025

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 4fb89d6
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/67c746cdd0ee0b00086f2b2a

rissson added 2 commits March 4, 2025 19:25
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@rissson rissson enabled auto-merge (squash) March 4, 2025 18:29
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
@codecov
Copy link

codecov bot commented Mar 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.73%. Comparing base (b16c67c) to head (4fb89d6).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13390   +/-   ##
=======================================
  Coverage   92.73%   92.73%           
=======================================
  Files         793      793           
  Lines       40347    40347           
=======================================
  Hits        37417    37417           
  Misses       2930     2930           
Flag Coverage Δ
e2e 47.99% <ø> (ø)
integration 24.08% <ø> (ø)
unit 90.46% <ø> (ø)

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.

@rissson rissson merged commit 0377da2 into main Mar 4, 2025
88 checks passed
@rissson rissson deleted the ci-cache-docker-pull branch March 4, 2025 18:42
@github-actions
Copy link
Contributor

github-actions bot commented Mar 4, 2025

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-4fb89d6ad7fb2e3c208d7ffba639b4906bdc879c
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-4fb89d6ad7fb2e3c208d7ffba639b4906bdc879c

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

kensternberg-authentik added a commit that referenced this pull request Mar 5, 2025
* main:
  web/admin: fix markdown being completely whited out in dark mode on proxy provider pages (#13387)
  web/admin: decorative display in user’s page breaks in other locales (#13393)
  website: bump the build group in /website with 6 updates (#13396)
  core: bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1 (#13397)
  core: bump debugpy from 1.8.12 to 1.8.13 (#13395)
  website/docs: Update Open Web UI integration  (#13392)
  website/integrations: gravity: add (#13258)
  website/integrations: Pocketbase (#12906)
  ci: cache helper docker images (#13390)
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