Skip to content

Commit 6c8a6d4

Browse files
committed
docs: update badges
Signed-off-by: wilmardo <info@wilmardenouden.nl>
1 parent 580f6cc commit 6c8a6d4

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Zwavejs2MQTT from scratch!
2-
[![pipeline status](https://gitlab.com/lansible1/docker-zwavejs2mqtt/badges/master/pipeline.svg)](https://gitlab.com/lansible1/docker-zwavejs2mqtt/-/commits/master)
2+
[![Build Status](https://gitlab.com/lansible1/docker-zwavejs2mqtt/badges/master/pipeline.svg)](https://gitlab.com/lansible1/docker-zwavejs2mqtt/pipelines)
33
[![Docker Pulls](https://img.shields.io/docker/pulls/lansible/zwavejs2mqtt.svg)](https://hub.docker.com/r/lansible/zwavejs2mqtt)
4-
[![Docker Version](https://images.microbadger.com/badges/version/lansible/zwavejs2mqtt:latest.svg)](https://microbadger.com/images/lansible/zwavejs2mqtt:latest)
5-
[![Docker Size/Layers](https://images.microbadger.com/badges/image/lansible/zwavejs2mqtt:latest.svg)](https://microbadger.com/images/lansible/zwavejs2mqtt:latest)
4+
[![Docker Version](https://img.shields.io/docker/v/lansible/zwavejs2mqtt?sort=semver)](https://hub.docker.com/r/lansible/zwavejs2mqtt)
5+
[![Docker Image Size](https://img.shields.io/docker/image-size/lansible/zwavejs2mqtt?sort=semver)](https://hub.docker.com/r/lansible/zwavejs2mqtt)
66

77
## Why not use the official container?
88

@@ -23,15 +23,8 @@ docker-compose up
2323
You could build the container locally like this:
2424

2525
```bash
26-
docker build . \
27-
--build-arg ARCHITECTURE=amd64 \
28-
--tag lansible/zwavejs2mqtt:dev-amd64
26+
docker build . --tag lansible/zwavejs2mqtt:dev-amd64
2927
```
30-
The arguments are:
31-
32-
| Build argument | Description | Example |
33-
|----------------|------------------------------------------------|-------------------------|
34-
| `ARCHITECTURE` | For what architecture to build the container | `arm64` |
3528

3629
Available architectures are what `lansible/nexe` supports:
3730
https://hub.docker.com/r/lansible/nexe/tags

0 commit comments

Comments
 (0)