Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into feat/add-reason-password-hash-update
Signed-off-by: Osaetin Daniel <osaetindaniel@gmail.com>
  • Loading branch information
danidee10 authored Feb 7, 2026
commit 16266749055c24310a33f24db32670e21efa5106
4 changes: 2 additions & 2 deletions scripts/test_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ echo AUTHENTIK_SECRET_KEY="$(openssl rand -base64 60 | tr -d '\n')" >>lifecycle/
export COMPOSE_PROJECT_NAME="authentik-test-${AUTHENTIK_TAG}"

if [ -n "${BUILD:-}" ]; then

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

When trying to test with docker. I discovered that this syntax wasn't POSIX compliant and didn't work on macos (with bash 3.2)

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.

I can confirm the same with zsh 5.9 (arm64-apple-darwin25.0)

echo AUTHENTIK_IMAGE="${AUTHENTIK_IMAGE}" >>.env
echo AUTHENTIK_TAG="${AUTHENTIK_TAG}" >>.env
echo AUTHENTIK_IMAGE="${AUTHENTIK_IMAGE}" >>lifecycle/container/.env
echo AUTHENTIK_TAG="${AUTHENTIK_TAG}" >>lifecycle/container/.env

# Ensure buildx is installed
docker buildx install
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.