Skip to content

Commit

Permalink
Merge pull request #27 from cytopia/release-0.13
Browse files Browse the repository at this point in the history
Test more architectures
  • Loading branch information
cytopia authored Nov 5, 2022
2 parents 1583b07 + 26a9fe1 commit 9ce6976
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
"NAME": "yl",
"VERSION": ["latest", "1"],
"FLAVOUR": ["alpine", "latest"],
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6"]
"ARCH": ["linux/amd64", "linux/386", "linux/arm64", "linux/arm/v7", "linux/arm/v6", "linux/ppc64le", "linux/s390x"]
}
]
Expand Down
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
View **[Dockerfiles](https://github.com/cytopia/docker-yamllint/blob/master/Dockerfiles/)** on GitHub.


**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`
**Available Architectures:** `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x`

Tiny Alpine-based dockerized version of [yamllint](https://github.com/adrienverge/yamllint)<sup>[1]</sup>.
The image is built nightly against the latest stable version of `yamllint` and pushed to Dockerhub.
Expand All @@ -64,11 +64,11 @@ The following Docker image tags are rolling releases and are built and updated e

| Docker Tag | Git Ref | Yamllint | Flavour | Available Architectures |
|----------------------|-----------|--------------|---------|----------------------------------------------|
| `latest` | master | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine` | master | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `latest` | master | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |
| `alpine` | master | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |
| | | | | |
| `1` | master | **`1.x.x`** | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-1` | master | **`1.x.x`** | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `1` | master | **`1.x.x`** | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |
| `alpine-1` | master | **`1.x.x`** | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |

#### Point in time releases

Expand All @@ -77,13 +77,15 @@ The following Docker image tags are built once and can be used for reproducible
[![build](https://github.com/cytopia/docker-yamllint/workflows/build/badge.svg)](https://github.com/cytopia/docker-yamllint/actions?query=workflow%3Abuild)


| Docker Tag | Git Ref | Yamllint | Flavour | Available Architectures |
|----------------------|-----------|--------------|---------|----------------------------------------------|
| `latest-0.10` | tag: 0.10 | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-latest-0.10` | tag: 0.10 | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| | | | | |
| `1-0.10` | tag: 0.10 | **`1.x.x`** | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| `alpine-1-0.10` | tag: 0.10 | **`1.x.x`** | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6` |
| Docker Tag | Git Ref | Yamllint | Flavour | Available Architectures |
|----------------------|--------------|--------------|---------|----------------------------------------------|
| `latest-0.10` | tag: `<tag>` | latest | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |
| `alpine-latest-0.10` | tag: `<tag>` | latest | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |
| | | | | |
| `1-0.10` | tag: `<tag>` | **`1.x.x`** | default | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |
| `alpine-1-0.10` | tag: `<tag>` | **`1.x.x`** | Alpine | `amd64`, `i386`, `arm64`, `arm/v7`, `arm/v6`, `ppc64le`, `s390x` |

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

## :open_file_folder: Docker mounts
Expand Down

0 comments on commit 9ce6976

Please sign in to comment.