Skip to content

docker-v8.6.2

Choose a tag to compare

@github-actions github-actions released this 23 Apr 12:42
· 285 commits to main since this release
Immutable release. Only release title and notes can be modified.
792edb9

Docker Images

Platform Image Digest
linux/amd64 (DockerHub) sha256:33a91330a1fa1243766a7bde6af30b3e0eb7909ceca86005a5f5401d6907b29d

Registry Links

Pull from DockerHub:

docker pull zalf/fairagro-advanced-middleware-api:8.6.2
  • GHCR: ghcr.io/fairagro/m4.2_advanced_middleware_api/api:8.6.2

Pull from GHCR:

docker pull ghcr.io/fairagro/m4.2_advanced_middleware_api/api:8.6.2

Python Packages

Published to https://pypi.org:

pip install fairagro-middleware-shared==8.6.2
pip install fairagro-middleware-api-client==8.6.2

Fallback (install from source)

git clone https://github.com/fairagro/m4.2_advanced_middleware_api.git
cd m4.2_advanced_middleware_api
git checkout 20260423124224-docker-v8.6.2
pip install middleware/shared middleware/api_client

Fallback (Build Docker image from source)

git clone https://github.com/fairagro/m4.2_advanced_middleware_api.git
cd m4.2_advanced_middleware_api
git checkout 20260423124224-docker-v8.6.2
docker build -f docker/Dockerfile.api -t api:8.6.2 .

What's Changed

  • Feature/version bump and workflow fixes by @Zalfsten in #208
  • fix: add GITHUB_COM_TOKEN environment variable to Renovate workflow by @Zalfsten in #209
  • Feature/version bump and workflow fixes by @Zalfsten in #211
  • deps: Pin dependency python to 3.12.13 by @Zalfsten in #214
  • Feature/version bump and workflow fixes 2 by @Zalfsten in #215
  • deps: Update aquasecurity/trivy-action digest to ed142fd by @Zalfsten in #216
  • Feature/version bump and workflow fixes 3 by @Zalfsten in #218
  • Feature/publish pypi packages by @Zalfsten in #221
  • deps: Update dependency python to v3.12.13 by @Zalfsten in #219

Full Changelog: 20260422075226-chart-v2.6.2...20260423124224-docker-v8.6.2