Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
burakince committed Dec 13, 2024
1 parent 84b6fa8 commit e5b8847
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
```
```
10 changes: 10 additions & 0 deletions docs/hub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e5b8847

Please sign in to comment.