diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-11-17 12:56:28 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-11-17 12:56:28 +0100 |
commit | cbaecb30c23635739ea0b16f9f3c8caa6eb8b97b (patch) | |
tree | f71c64b65d8c357b17838f70091e050d0e9bdbba /docs/contributing/build-vyos.rst | |
parent | 9610be887b0ace40875c23c2ea3fcbd3aea5fa14 (diff) | |
download | vyos-documentation-cbaecb30c23635739ea0b16f9f3c8caa6eb8b97b.tar.gz vyos-documentation-cbaecb30c23635739ea0b16f9f3c8caa6eb8b97b.zip |
build: fix branch reference on equuleus
Diffstat (limited to 'docs/contributing/build-vyos.rst')
-rw-r--r-- | docs/contributing/build-vyos.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index 4b77a697..ab9ba6b2 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -50,7 +50,7 @@ The container can always be built directly from source: .. code-block:: sh - $ git clone -b crux --single-branch https://github.com/vyos/vyos-build + $ git clone -b current --single-branch https://github.com/vyos/vyos-build $ docker build -t vyos/vyos-build docker .. note: The container is automatically downloaded from Dockerhub if it is not @@ -81,7 +81,7 @@ interested in, this can be easily done by selecting the appropriate container image: * For VyOS 1.2 (crux) use ``vyos/vyos-build:crux`` -* For VyOS 1.3 (equuleus) use ``vyos/vyos-build:crux`` +* For VyOS 1.3 (equuleus) use ``vyos/vyos-build:equuleus`` * For our VyOS rolling release you should use ``vyos/vyos-build`` which will always refer to the latest image. |