Skip to content

Commit 60db7e6

Browse files
committed
Make Superlinter happy
1 parent 607ae32 commit 60db7e6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
Images are built regularly using the code in that repository and are pushed to [Docker Hub][netbox-dockerhub], [Quay.io][netbox-quayio] and [GitHub Container Registry][netbox-ghcr].
1212

1313
Do you have any questions?
14-
Before opening an issue on Github,
14+
Before opening an issue on GitHub,
1515
please join [our Slack][netbox-docker-slack] and ask for help in the [`#netbox-docker`][netbox-docker-slack-channel] channel.
1616

1717
[github-stargazers]: https://github.com/netbox-community/netbox-docker/stargazers
@@ -63,29 +63,29 @@ New container images are built and published automatically every ~24h.
6363

6464
> We recommend to use either the `vX.Y.Z-a.b.c` tags or the `vX.Y-a.b.c` tags in production!
6565
66-
* `vX.Y.Z-a.b.c`, `vX.Y-a.b.c`:
66+
- `vX.Y.Z-a.b.c`, `vX.Y-a.b.c`:
6767
These are release builds containing _NetBox version_ `vX.Y.Z`.
6868
They contain the support files of _NetBox Docker version_ `a.b.c`.
6969
You must use _NetBox Docker version_ `a.b.c` to guarantee the compatibility.
7070
These images are automatically built from [the corresponding releases of NetBox][netbox-releases].
71-
* `latest-a.b.c`:
71+
- `latest-a.b.c`:
7272
These are release builds, containing the latest stable version of NetBox.
7373
They contain the support files of _NetBox Docker version_ `a.b.c`.
7474
You must use _NetBox Docker version_ `a.b.c` to guarantee the compatibility.
75-
* `snapshot-a.b.c`:
75+
- `snapshot-a.b.c`:
7676
These are prerelease builds.
7777
They contain the support files of _NetBox Docker version_ `a.b.c`.
7878
You must use _NetBox Docker version_ `a.b.c` to guarantee the compatibility.
7979
These images are automatically built from the [`main` branch of NetBox][netbox-main].
8080

8181
For each of the above tag, there is an extra tag:
8282

83-
* `vX.Y.Z`, `vX.Y`:
83+
- `vX.Y.Z`, `vX.Y`:
8484
This is the same version as `vX.Y.Z-a.b.c` (or `vX.Y-a.b.c`, respectively).
85-
* `latest`
85+
- `latest`
8686
This is the same version as `latest-a.b.c`.
8787
It always points to the latest version of _NetBox Docker_.
88-
* `snapshot`
88+
- `snapshot`
8989
This is the same version as `snapshot-a.b.c`.
9090
It always points to the latest version of _NetBox Docker_.
9191

@@ -117,9 +117,9 @@ you may find [the `#netbox` channel][netbox-slack-channel] on the same Slack ins
117117

118118
This project relies only on _Docker_ and _docker-compose_ meeting these requirements:
119119

120-
* The _Docker version_ must be at least `20.10.10`.
121-
* The _containerd version_ must be at least `1.5.6`.
122-
* The _docker-compose version_ must be at least `1.28.0`.
120+
- The _Docker version_ must be at least `20.10.10`.
121+
- The _containerd version_ must be at least `1.5.6`.
122+
- The _docker-compose version_ must be at least `1.28.0`.
123123

124124
To check the version installed on your system run `docker --version` and `docker compose version`.
125125

0 commit comments

Comments
 (0)