Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit c18004e

Browse files
mkochanowskiryandgoulding
authored andcommitted
Bump version to v1.0.9
Signed-off-by: Marek Kochanowski <[email protected]>
1 parent bd40001 commit c18004e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -40,21 +40,21 @@ The autodiscovery first looks for paths in the `$KUBECONFIG` environment variabl
4040
You can build an image locally by using the command below. Use the value of `TNF_VERSION` to set a branch, a tag, or a hash of a commit that will be installed into the image.
4141

4242
```shell-script
43-
docker build -t test-network-function:v1.0.5 --build-arg TNF_VERSION=v1.0.5 .
43+
docker build -t test-network-function:v1.0.9 --build-arg TNF_VERSION=v1.0.9 .
4444
```
4545

4646
To build an image that installs TNF from an unofficial source (e.g. a fork of the TNF repository), use the `TNF_SRC_URL` build argument to override the URL to a source repository.
4747

4848
```shell-script
49-
docker build -t test-network-function:v1.0.5 \
50-
--build-arg TNF_VERSION=v1.0.5 \
49+
docker build -t test-network-function:v1.0.9 \
50+
--build-arg TNF_VERSION=v1.0.9 \
5151
--build-arg TNF_SRC_URL=https://github.com/test-network-function/test-network-function .
5252
```
5353

5454
To make `run-container.sh` use the newly built image, specify the custom TNF image using the `-i` parameter.
5555

5656
```shell-script
57-
./run-container.sh -i test-network-function:v1.0.5 -t ~/tnf/config -o ~/tnf/output diagnostic generic
57+
./run-container.sh -i test-network-function:v1.0.9 -t ~/tnf/config -o ~/tnf/output diagnostic generic
5858
```
5959

6060
## Dependencies

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"tag": "v1.0.8"
2+
"tag": "v1.0.9"
33
}

0 commit comments

Comments
 (0)