File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ To use this feature, set the environment-variable `VERSION` before launching `do
103
103
[ any tag of the ` netboxcommunity/netbox ` Docker image on Docker Hub] [ netbox-dockerhub ] .
104
104
105
105
``` bash
106
- export VERSION=v2.6.9
106
+ export VERSION=v2.7.1
107
107
docker-compose pull netbox
108
108
docker-compose up -d
109
109
```
@@ -112,7 +112,7 @@ You can also build a specific version of the Netbox Docker image yourself.
112
112
` VERSION ` can be any valid [ git ref] [ git-ref ] in that case.
113
113
114
114
``` bash
115
- export VERSION=v2.6.9
115
+ export VERSION=v2.7.1
116
116
./build.sh $VERSION
117
117
docker-compose up -d
118
118
```
@@ -126,7 +126,7 @@ From time to time it might become necessary to re-engineer the structure of this
126
126
Things like the ` docker-compose.yml ` file or your Kubernetes or OpenShift configurations have to be adjusted as a consequence.
127
127
Since November 2019 each image built from this repo contains a ` org.opencontainers.image.version ` label.
128
128
(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}}" ` .
130
130
131
131
Please read [ the release notes] [ releases ] carefully when updating to a new image version.
132
132
You can’t perform that action at this time.
0 commit comments