File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
2323You 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
3629Available architectures are what ` lansible/nexe ` supports:
3730https://hub.docker.com/r/lansible/nexe/tags
You can’t perform that action at this time.
0 commit comments