Skip to content

Commit

Permalink
Merge pull request #21 from cytopia/readme
Browse files Browse the repository at this point in the history
Adjust tagging info
  • Loading branch information
cytopia authored Oct 28, 2022
2 parents 4413618 + 81081d4 commit 6d54c62
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ The following Docker image tags are built once and can be used for reproducible
[![build](https://github.com/cytopia/docker-file-lint/workflows/build/badge.svg)](https://github.com/cytopia/docker-file-lint/actions?query=workflow%3Abuild)


| Docker Tag | Git Ref | file-lint | Flavour | Available Architectures |
|----------------------|-----------|--------------|---------|----------------------------------------------|
| `latest-0.11` | tag: 0.11 | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-latest-0.11` | tag: 0.11 | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| Docker Tag | Git Ref | file-lint | Flavour | Available Architectures |
|-----------------------|--------------|--------------|---------|----------------------------------------------|
| `latest-<tag>` | tag: `<tag>` | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-latest-<tag>` | tag: `<tag>` | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |

> Where `<tag>` refers to the chosen git tag from this repository.

## :star: Features
Expand Down

0 comments on commit 6d54c62

Please sign in to comment.