Skip to content

docker-v8.6.3

Choose a tag to compare

@github-actions github-actions released this 23 Apr 13:13
· 277 commits to main since this release
Immutable release. Only release title and notes can be modified.
793924a

Docker Image

Platform Image Digest
linux/amd64 sha256:8b19264480880b84313ad276f18ce5ecfe5c054ce5ffeeb9fa98fbd1fdba94eb

Pull from DockerHub

docker pull zalf/fairagro-advanced-middleware-api:8.6.3

Pull from GHCR

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

Python Packages

Published to https://pypi.org:

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

Build from Source

git clone https://github.com/fairagro/m4.2_advanced_middleware_api.git
cd m4.2_advanced_middleware_api
git checkout 20260423131225-docker-v8.6.3

Build the Docker image:

docker build -f docker/Dockerfile.api -t api:8.6.3 .

Install Python packages:

pip install middleware/shared middleware/api_client

What's Changed

Full Changelog: 20260423124224-docker-v8.6.2...20260423131225-docker-v8.6.3