diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-19 12:51:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-19 12:53:16 +0200 |
commit | 720e7b38ec9ac1851c3a22523492506c5b55879d (patch) | |
tree | 1160a2b22344f13dee55a95314dbbb7866094935 | |
parent | e86dc3a0a0bd61483116fcf90a6b3b517162dff4 (diff) | |
download | vyos-documentation-720e7b38ec9ac1851c3a22523492506c5b55879d.tar.gz vyos-documentation-720e7b38ec9ac1851c3a22523492506c5b55879d.zip |
build-vyos: current branch now uses Debian 11 (Bullseye)
(cherry picked from commit ebb8addfccd344fb2d3374ceee19d2ba06d9bbdc)
-rw-r--r-- | docs/contributing/build-vyos.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/contributing/build-vyos.rst b/docs/contributing/build-vyos.rst index cb97e418..792c4208 100644 --- a/docs/contributing/build-vyos.rst +++ b/docs/contributing/build-vyos.rst @@ -95,9 +95,9 @@ The container can also be built directly from source: $ docker build -t vyos/vyos-build:crux docker # For VyOS 1.2 $ docker build -t vyos/vyos-build:current docker # For rolling release -.. note:: Since VyOS has switched to Debian (10) Buster in its ``current`` - branch, you will require individual container for `current` and `crux` - builds. +.. note:: Since VyOS has switched to Debian (11) Bullseye in its ``current`` + branch, you will require individual container for `current`, `equuleus` and + `crux` builds. Tips and Tricks --------------- |