Skip to content

chore(deps): update int128/docker-manifest-create-action digest to 8aac060 - autoclosed#115

Closed
renovate[bot] wants to merge 1 commit intomainfrom
renovate/int128-docker-manifest-create-action-digest
Closed

chore(deps): update int128/docker-manifest-create-action digest to 8aac060 - autoclosed#115
renovate[bot] wants to merge 1 commit intomainfrom
renovate/int128-docker-manifest-create-action-digest

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 14, 2026

This PR contains the following updates:

Package Type Update Change
int128/docker-manifest-create-action (changelog) action digest 1a059c08aac060

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Feb 14, 2026

authentik FIPS Image build status - debian-fips (``)

Image built: ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-115 for commit de3e20a9b933f5ab554e85de19d32d173147e4ed

Test output:

image=ghcr.io/goauthentik/fips-debian
full=ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-115
### Debian version ###
docker run --rm ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-115 \
	cat /etc/debian_version
13.3
### Test that base images has OpenSSL with FIPS enabled ###
docker run --rm ghcr.io/goauthentik/fips-debian:trixie-slim-fips-pr-115 \
	openssl list -providers -provider default -provider base -provider fips
Providers:
  base
    name: OpenSSL Base Provider
    version: 3.5.4
    status: active
  default
    name: OpenSSL Default Provider
    version: 3.5.4
    status: active
  fips
    name: OpenSSL FIPS Provider
    version: 3.1.2
    status: active

@github-actions
Copy link

github-actions bot commented Feb 14, 2026

authentik FIPS Image build status - xmlsec1-fips (``)

Image built: ghcr.io/goauthentik/fips-xmlsec1:1.3.9-slim-trixie-fips-pr-115 for commit de3e20a9b933f5ab554e85de19d32d173147e4ed

Test output:

image=ghcr.io/goauthentik/fips-xmlsec1
full=ghcr.io/goauthentik/fips-xmlsec1:1.3.9-slim-trixie-fips-pr-115
### Test that base images has OpenSSL with FIPS enabled ###
docker run --rm ghcr.io/goauthentik/fips-xmlsec1:1.3.9-slim-trixie-fips-pr-115 \
	openssl list -providers -provider default -provider base -provider fips
Providers:
  base
    name: OpenSSL Base Provider
    version: 3.5.4
    status: active
  default
    name: OpenSSL Default Provider
    version: 3.5.4
    status: active
  fips
    name: OpenSSL FIPS Provider
    version: 3.1.2
    status: active
### xmlsec1 version ###
docker run --rm ghcr.io/goauthentik/fips-xmlsec1:1.3.9-slim-trixie-fips-pr-115 \
	xmlsec1 --version
xmlsec1 1.3.9 (openssl)

@github-actions
Copy link

github-actions bot commented Feb 14, 2026

authentik FIPS Image build status - python-fips (PYTHON_VERSION=3.14.3)

Image built: ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips-pr-115 for commit de3e20a9b933f5ab554e85de19d32d173147e4ed

Test output:

image=ghcr.io/goauthentik/fips-python
full=ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips-pr-115
### Python version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips-pr-115 \
	python --version
Python 3.14.3
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.14.3-slim-trixie-fips-pr-115 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.4+ak-fips 30 Sep 2025

@github-actions
Copy link

github-actions bot commented Feb 14, 2026

authentik FIPS Image build status - python-fips (PYTHON_VERSION=3.15.0a2)

Image built: ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-115 for commit de3e20a9b933f5ab554e85de19d32d173147e4ed

Test output:

image=ghcr.io/goauthentik/fips-python
full=ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-115
### Python version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-115 \
	python --version
Python 3.15.0a2
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.15.0a2-slim-trixie-fips-pr-115 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.4+ak-fips 30 Sep 2025

@github-actions
Copy link

github-actions bot commented Feb 14, 2026

authentik FIPS Image build status - python-fips (PYTHON_VERSION=3.12.12)

Image built: ghcr.io/goauthentik/fips-python:3.12.12-slim-trixie-fips-pr-115 for commit de3e20a9b933f5ab554e85de19d32d173147e4ed

Test output:

image=ghcr.io/goauthentik/fips-python
full=ghcr.io/goauthentik/fips-python:3.12.12-slim-trixie-fips-pr-115
### Python version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.12.12-slim-trixie-fips-pr-115 \
	python --version
Python 3.12.12
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.12.12-slim-trixie-fips-pr-115 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.4+ak-fips 30 Sep 2025

@github-actions
Copy link

github-actions bot commented Feb 14, 2026

authentik FIPS Image build status - python-fips (PYTHON_VERSION=3.13.9)

Image built: ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-115 for commit de3e20a9b933f5ab554e85de19d32d173147e4ed

Test output:

image=ghcr.io/goauthentik/fips-python
full=ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-115
### Python version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-115 \
	python --version
Python 3.13.9
### Python SSL version ###
docker run --rm ghcr.io/goauthentik/fips-python:3.13.9-slim-trixie-fips-pr-115 \
	python -c "from ssl import OPENSSL_VERSION; print(OPENSSL_VERSION)"
OpenSSL 3.5.4+ak-fips 30 Sep 2025

@renovate renovate bot changed the title chore(deps): update int128/docker-manifest-create-action digest to 026bef1 chore(deps): update int128/docker-manifest-create-action digest to 8aac060 Feb 14, 2026
@renovate renovate bot force-pushed the renovate/int128-docker-manifest-create-action-digest branch from 9f2c4b0 to de3e20a Compare February 14, 2026 20:31
@renovate renovate bot changed the title chore(deps): update int128/docker-manifest-create-action digest to 8aac060 chore(deps): update int128/docker-manifest-create-action digest to 8aac060 - autoclosed Feb 16, 2026
@renovate renovate bot closed this Feb 16, 2026
@renovate renovate bot deleted the renovate/int128-docker-manifest-create-action-digest branch February 16, 2026 12:56
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.

0 participants