Add Dagger local build step to authentik source build goal
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
7094ea7d3e
commit
0aaf9bb8b2
1 changed files with 5 additions and 4 deletions
|
|
@ -46,10 +46,11 @@ Once all prerequisites are complete:
|
|||
|
||||
1. Assemble the component derivations into a final `ak`-wrapped package in `containers/authentik/`
|
||||
2. Update `containers/authentik/default.nix` to use the custom derivation instead of `pkgs.authentik`
|
||||
3. Build and push the container: `mise run container-build-and-release authentik`
|
||||
4. Update `argocd/manifests/authentik/kustomization.yaml` with the new image tag
|
||||
5. Update `service-versions.yaml` with the new version
|
||||
6. Verify deployment: ArgoCD sync, UI login, OAuth2 flows
|
||||
3. Test locally via Dagger before pushing to CI: `dagger call build-nix --src=. --container-name=authentik`
|
||||
4. Build and push the container: `mise run container-build-and-release authentik`
|
||||
5. Update `argocd/manifests/authentik/kustomization.yaml` with the new image tag
|
||||
6. Update `service-versions.yaml` with the new version
|
||||
7. Verify deployment: ArgoCD sync, UI login, OAuth2 flows
|
||||
|
||||
## Related
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue