|
11 | 11 | 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].
|
12 | 12 |
|
13 | 13 | Do you have any questions?
|
14 |
| -Before opening an issue on Github, |
| 14 | +Before opening an issue on GitHub, |
15 | 15 | please join [our Slack][netbox-docker-slack] and ask for help in the [`#netbox-docker`][netbox-docker-slack-channel] channel.
|
16 | 16 |
|
17 | 17 | [github-stargazers]: https://github.com/netbox-community/netbox-docker/stargazers
|
@@ -63,29 +63,29 @@ New container images are built and published automatically every ~24h.
|
63 | 63 |
|
64 | 64 | > We recommend to use either the `vX.Y.Z-a.b.c` tags or the `vX.Y-a.b.c` tags in production!
|
65 | 65 |
|
66 |
| -* `vX.Y.Z-a.b.c`, `vX.Y-a.b.c`: |
| 66 | +- `vX.Y.Z-a.b.c`, `vX.Y-a.b.c`: |
67 | 67 | These are release builds containing _NetBox version_ `vX.Y.Z`.
|
68 | 68 | They contain the support files of _NetBox Docker version_ `a.b.c`.
|
69 | 69 | You must use _NetBox Docker version_ `a.b.c` to guarantee the compatibility.
|
70 | 70 | These images are automatically built from [the corresponding releases of NetBox][netbox-releases].
|
71 |
| -* `latest-a.b.c`: |
| 71 | +- `latest-a.b.c`: |
72 | 72 | These are release builds, containing the latest stable version of NetBox.
|
73 | 73 | They contain the support files of _NetBox Docker version_ `a.b.c`.
|
74 | 74 | You must use _NetBox Docker version_ `a.b.c` to guarantee the compatibility.
|
75 |
| -* `snapshot-a.b.c`: |
| 75 | +- `snapshot-a.b.c`: |
76 | 76 | These are prerelease builds.
|
77 | 77 | They contain the support files of _NetBox Docker version_ `a.b.c`.
|
78 | 78 | You must use _NetBox Docker version_ `a.b.c` to guarantee the compatibility.
|
79 | 79 | These images are automatically built from the [`main` branch of NetBox][netbox-main].
|
80 | 80 |
|
81 | 81 | For each of the above tag, there is an extra tag:
|
82 | 82 |
|
83 |
| -* `vX.Y.Z`, `vX.Y`: |
| 83 | +- `vX.Y.Z`, `vX.Y`: |
84 | 84 | This is the same version as `vX.Y.Z-a.b.c` (or `vX.Y-a.b.c`, respectively).
|
85 |
| -* `latest` |
| 85 | +- `latest` |
86 | 86 | This is the same version as `latest-a.b.c`.
|
87 | 87 | It always points to the latest version of _NetBox Docker_.
|
88 |
| -* `snapshot` |
| 88 | +- `snapshot` |
89 | 89 | This is the same version as `snapshot-a.b.c`.
|
90 | 90 | It always points to the latest version of _NetBox Docker_.
|
91 | 91 |
|
@@ -117,9 +117,9 @@ you may find [the `#netbox` channel][netbox-slack-channel] on the same Slack ins
|
117 | 117 |
|
118 | 118 | This project relies only on _Docker_ and _docker-compose_ meeting these requirements:
|
119 | 119 |
|
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`. |
123 | 123 |
|
124 | 124 | To check the version installed on your system run `docker --version` and `docker compose version`.
|
125 | 125 |
|
|
0 commit comments