You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/getting-started/advanced-setup/repro.md
+6-11Lines changed: 6 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -38,9 +38,6 @@ the non-updated repos).
38
38
39
39
The following table lists the codenames of distributions that we currently support:
40
40
41
-
- Ubuntu 18.06:
42
-
- Distribution Version: 18.04
43
-
- Codename: bionic
44
41
- Ubuntu 20.04:
45
42
- Distribution Version: 20.04
46
43
- Codename: focal
@@ -51,7 +48,7 @@ The following table lists the codenames of distributions that we currently suppo
51
48
Depending on your host OS release you might not have `debootstrap` manifests for versions newer than your host OS. Due to this we run the `debootstrap` commands in a container of the latest version itself:
52
49
53
50
```shell
54
-
forvinbionic focal jammy;do
51
+
forvin focal jammy;do
55
52
echo"Building base image for $v"
56
53
sudo docker run --rm -v $(pwd):/build ubuntu:22.04 \
@@ -99,7 +95,6 @@ Finally, after this rather lengthy setup we can perform the actual build. At th
99
95
We'll need the release directory available for this, so create it now if it doesn't exist:`mkdir release`, then we can simply execute the following command inside the git repository (remember to checkout the tag you are trying to build):
100
96
101
97
```bash
102
-
sudo docker run --rm -v $(pwd):/repo -ti cl-repro-bionic
103
98
sudo docker run --rm -v $(pwd):/repo -ti cl-repro-focal
104
99
sudo docker run --rm -v $(pwd):/repo -ti cl-repro-jammy
0 commit comments