Skip to content

docker-v8.7.0

Choose a tag to compare

@github-actions github-actions released this 27 Apr 12:48
· 259 commits to main since this release
Immutable release. Only release title and notes can be modified.
bbbfac5

Docker Image

Platform Image Digest
linux/amd64 sha256:c71b0234dfd19947d321907c24aa3a8f2b81d4cef00d525817b7f74a930f96bb

Pull from DockerHub

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

Pull from GHCR

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

Python Packages

Published to https://pypi.org:

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

Build from Source

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

Build the Docker image:

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

Install Python packages:

pip install middleware/shared middleware/api_client

What's Changed

  • deps: Update dependency gitpython to v3.1.47 [SECURITY] by @Zalfsten in #228
  • deps: Update renovatebot/github-action action to v46.1.11 by @Zalfsten in #229
  • deps: Update astral-sh/setup-uv action to v8 by @Zalfsten in #227
  • Feature/arc as string by @Zalfsten in #230

Full Changelog: 20260423131225-docker-v8.6.3...20260427124747-docker-v8.7.0