Skip to content

Commit b92fbdc

Browse files
committed
Update mentioned Netbox version to 2.7.1
1 parent f26df57 commit b92fbdc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ To use this feature, set the environment-variable `VERSION` before launching `do
103103
[any tag of the `netboxcommunity/netbox` Docker image on Docker Hub][netbox-dockerhub].
104104

105105
```bash
106-
export VERSION=v2.6.9
106+
export VERSION=v2.7.1
107107
docker-compose pull netbox
108108
docker-compose up -d
109109
```
@@ -112,7 +112,7 @@ You can also build a specific version of the Netbox Docker image yourself.
112112
`VERSION` can be any valid [git ref][git-ref] in that case.
113113

114114
```bash
115-
export VERSION=v2.6.9
115+
export VERSION=v2.7.1
116116
./build.sh $VERSION
117117
docker-compose up -d
118118
```
@@ -126,7 +126,7 @@ From time to time it might become necessary to re-engineer the structure of this
126126
Things like the `docker-compose.yml` file or your Kubernetes or OpenShift configurations have to be adjusted as a consequence.
127127
Since November 2019 each image built from this repo contains a `org.opencontainers.image.version` label.
128128
(The images contained labels since April 2018, although in November 2019 the labels' names changed.)
129-
You can check the label of your local image by running `docker inspect netboxcommunity/netbox:v2.6.9 --format "{{json .ContainerConfig.Labels}}"`.
129+
You can check the label of your local image by running `docker inspect netboxcommunity/netbox:v2.7.1 --format "{{json .ContainerConfig.Labels}}"`.
130130

131131
Please read [the release notes][releases] carefully when updating to a new image version.
132132

0 commit comments

Comments
 (0)