From e5b884722a8e1e4a506e504569f56130562accd4 Mon Sep 17 00:00:00 2001 From: Burak Ince Date: Fri, 13 Dec 2024 15:14:54 +0100 Subject: [PATCH] Update documentation --- .github/workflows/docker-publish.yml | 4 +++- README.md | 11 ++++++++++- docs/hub/README.md | 10 ++++++++++ 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index a715a7ddf..5a7d23756 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -209,6 +209,8 @@ jobs: platforms: linux/arm64/v8,linux/amd64 push: false tags: docker.io/${{ env.IMAGE_NAME }}:latest + cache-from: type=gha + cache-to: type=gha,mode=max - name: Run Snyk to check Docker image for vulnerabilities id: docker-image-scan @@ -251,7 +253,7 @@ jobs: # repository is public to avoid leaking data. If you would like to publish # transparency data even for private images, pass --force to cosign below. # https://github.com/sigstore/cosign - - name: Sign the published Docker image + - name: Sign the published Docker images if: github.event_name != 'pull_request' && contains(github.ref, 'refs/tags/') run: | echo "${{ steps.meta.outputs.tags }}" | xargs -I {} cosign sign -y {}@${{ steps.build-and-push.outputs.digest }} diff --git a/README.md b/README.md index c6163c0ae..51c8c12ae 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,15 @@ Please find mlflow docker images from [mlflow docker hub repository](https://hub.docker.com/r/burakince/mlflow). +# Database Requirements + +The following database versions have been tested for compatibility: + +- PostgreSQL: 15, 16, 17 +- MySQL: 8.0, 8.4, 9.1 + +It is recommended to use at least the minimum tested major version of the database to ensure proper functionality and compatibility. + # Usage Run following command @@ -23,4 +32,4 @@ Enabling Colima for testcontainers. ```bash export TESTCONTAINERS_DOCKER_SOCKET_OVERRIDE=/var/run/docker.sock export DOCKER_HOST="unix://${HOME}/.colima/docker.sock" -``` \ No newline at end of file +``` diff --git a/docs/hub/README.md b/docs/hub/README.md index bed165a12..0b0e46196 100644 --- a/docs/hub/README.md +++ b/docs/hub/README.md @@ -9,6 +9,16 @@ Please find mlflow docker files from [github repository](https://github.com/bura # Simple Tags +- [2.19.0](https://github.com/burakince/mlflow/blob/2.19.0/Dockerfile) +- [2.1.1](https://github.com/burakince/mlflow/blob/2.1.1/Dockerfile) +- [2.1.0](https://github.com/burakince/mlflow/blob/2.1.0/Dockerfile) +- [2.0.1](https://github.com/burakince/mlflow/blob/2.0.1/Dockerfile) +- [1.30.0](https://github.com/burakince/mlflow/blob/1.30.0/Dockerfile) +- [1.29.0](https://github.com/burakince/mlflow/blob/1.29.0/Dockerfile) +- [1.28.0](https://github.com/burakince/mlflow/blob/1.28.0/Dockerfile) +- [1.27.0](https://github.com/burakince/mlflow/blob/1.27.0/Dockerfile) +- [1.26.1](https://github.com/burakince/mlflow/blob/1.26.1/Dockerfile) +- [1.26.0](https://github.com/burakince/mlflow/blob/1.26.0/Dockerfile) - [1.25.1](https://github.com/burakince/mlflow/blob/1.25.1/Dockerfile) - [1.25.0](https://github.com/burakince/mlflow/blob/1.25.0/Dockerfile) - [1.24.0](https://github.com/burakince/mlflow/blob/1.24.0/Dockerfile)