Skip to content

ci: fix dockerfile warning#11956

Merged
rissson merged 1 commit intomainfrom
fix-dockerfile-warning
Nov 7, 2024
Merged

ci: fix dockerfile warning#11956
rissson merged 1 commit intomainfrom
fix-dockerfile-warning

Conversation

@rissson
Copy link
Member

@rissson rissson commented Nov 7, 2024

Details

image


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 Nov 7, 2024
@rissson rissson requested a review from a team as a code owner November 7, 2024 18:57
@rissson rissson enabled auto-merge (squash) November 7, 2024 18:57
@netlify
Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 9b1a352
🔍 Latest deploy log https://app.netlify.com/sites/authentik-docs/deploys/672d0da9952f7a00086af667

@netlify
Copy link

netlify bot commented Nov 7, 2024

Deploy Preview for authentik-storybook canceled.

Name Link
🔨 Latest commit 9b1a352
🔍 Latest deploy log https://app.netlify.com/sites/authentik-storybook/deploys/672d0da9dcd74800089d81a2

@codecov
Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.57%. Comparing base (556eca2) to head (9b1a352).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #11956      +/-   ##
==========================================
- Coverage   92.64%   92.57%   -0.07%     
==========================================
  Files         761      761              
  Lines       37813    37813              
==========================================
- Hits        35030    35004      -26     
- Misses       2783     2809      +26     
Flag Coverage Δ
e2e 49.10% <ø> (-0.11%) ⬇️
integration 24.91% <ø> (ø)
unit 90.15% <ø> (ø)

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 750aaf2 into main Nov 7, 2024
@rissson rissson deleted the fix-dockerfile-warning branch November 7, 2024 19:16
@github-actions
Copy link
Contributor

github-actions bot commented Nov 7, 2024

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-9b1a35270f8107c7f7515e13a6b5958d97270480
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

For arm64, use these values:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-9b1a35270f8107c7f7515e13a6b5958d97270480-arm64
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-9b1a35270f8107c7f7515e13a6b5958d97270480

For arm64, use these values:

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-9b1a35270f8107c7f7515e13a6b5958d97270480-arm64

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

kensternberg-authentik added a commit that referenced this pull request Nov 12, 2024
* main:
  ci: fix dockerfile warning (#11956)
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