Skip to content

Commit c2e6846

Browse files
samruddhikhandalegithub-actions
andauthored
Automated update for image history [skip ci] (#535)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 192e328 commit c2e6846

File tree

6 files changed

+2624
-0
lines changed

6 files changed

+2624
-0
lines changed

src/base-ubuntu/history/1.0.11.md

Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
# [base-ubuntu](https://github.com/devcontainers/images/tree/main/src/base-ubuntu)
2+
3+
**Image version:** 1.0.11
4+
5+
**Source release/branch:** [v0.3.2](https://github.com/devcontainers/images/tree/v0.3.2/src/base-ubuntu)
6+
7+
**Image variations:**
8+
- [jammy](#variant-jammy)
9+
- [focal](#variant-focal)
10+
- [bionic](#variant-bionic)
11+
12+
## Variant: jammy
13+
14+
**Digest:** sha256:32eded28258413861b42947024eaf1e4e0abcfb6b6cbcbe4a76b4c85b3988268
15+
16+
**Tags:**
17+
```
18+
mcr.microsoft.com/devcontainers/base:1.0.11-jammy
19+
mcr.microsoft.com/devcontainers/base:1.0.11-ubuntu-22.04
20+
mcr.microsoft.com/devcontainers/base:1.0.11-ubuntu22.04
21+
mcr.microsoft.com/devcontainers/base:1.0.11-ubuntu
22+
```
23+
> *To keep up to date, we recommend using partial version numbers. Use the major version number to get all non-breaking changes (e.g. `0-`) or major and minor to only get fixes (e.g. `0.200-`).*
24+
25+
**Linux distribution:** Ubuntu 22.04.2 LTS (debian-like distro)
26+
27+
**Architectures:** linux/amd64, linux/arm64
28+
29+
**Available (non-root) user:** vscode
30+
31+
### Contents
32+
**Tools installed using git**
33+
34+
| Tool | Commit | Path |
35+
|------|--------|------|
36+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 91c7ed45a312a71b7d3b856228047ddcd51d4651 | /home/vscode/.oh-my-zsh |
37+
38+
**Other tools and utilities**
39+
40+
| Tool | Version | Path |
41+
|------|---------|------|
42+
| [git](https://github.com/git/git) | 2.40.0 |
43+
44+
**Additional linux tools and packages**
45+
46+
| Tool / library | Version |
47+
|----------------|---------|
48+
| apt-transport-https | 2.4.9 |
49+
| apt-utils | 2.4.9 |
50+
| ca-certificates | 20211016ubuntu0.22.04.1 |
51+
| curl | 7.81.0-1ubuntu1.10 |
52+
| dialog | 1.3-20211214-1 |
53+
| git | 1:2.34.1-1ubuntu1.8 |
54+
| gnupg2 | 2.2.27-3ubuntu2.1 |
55+
| htop | 3.0.5-7build2 |
56+
| iproute2 | 5.15.0-1ubuntu2 |
57+
| jq | 1.6-2.1ubuntu3 |
58+
| less | 590-1ubuntu0.22.04.1 |
59+
| libc6 | 2.35-0ubuntu3.1 |
60+
| libgssapi-krb5-2 | 1.19.2-2ubuntu0.1 |
61+
| libicu70 | 70.1-2 |
62+
| libkrb5-3 | 1.19.2-2ubuntu0.1 |
63+
| libstdc++6 | 12.1.0-2ubuntu1~22.04 |
64+
| locales | 2.35-0ubuntu3.1 |
65+
| lsb-release | 11.1.0ubuntu4 |
66+
| lsof | 4.93.2+dfsg-1.1build2 |
67+
| man-db | 2.10.2-1 |
68+
| manpages | 5.10-1ubuntu1 |
69+
| manpages-dev | 5.10-1ubuntu1 |
70+
| nano | 6.2-1 |
71+
| ncdu | 1.15.1-1 |
72+
| net-tools | 1.60+git20181103.0eebece-1ubuntu5 |
73+
| openssh-client | 1:8.9p1-3ubuntu0.1 |
74+
| procps | 2:3.3.17-6ubuntu2 |
75+
| psmisc | 23.4-2build3 |
76+
| rsync | 3.2.7-0ubuntu0.22.04.2 |
77+
| strace | 5.16-0ubuntu3 |
78+
| sudo | 1.9.9-1ubuntu2.4 |
79+
| unzip | 6.0-26ubuntu3.1 |
80+
| vim-tiny | 2:8.2.3995-1ubuntu2.7 |
81+
| wget | 1.21.2-2ubuntu1 |
82+
| zip | 3.0-12build2 |
83+
| zlib1g | 1:1.2.11.dfsg-2ubuntu9.2 |
84+
| zsh | 5.8.1-1 |
85+
86+
## Variant: focal
87+
88+
**Digest:** sha256:f4930fd6a3772bbadfc1e2b3821617c1f24831f3e1830b23b0d33f98b392b43e
89+
90+
**Tags:**
91+
```
92+
mcr.microsoft.com/devcontainers/base:1.0.11-focal
93+
mcr.microsoft.com/devcontainers/base:1.0.11-ubuntu-20.04
94+
mcr.microsoft.com/devcontainers/base:1.0.11-ubuntu20.04
95+
```
96+
> *To keep up to date, we recommend using partial version numbers. Use the major version number to get all non-breaking changes (e.g. `0-`) or major and minor to only get fixes (e.g. `0.200-`).*
97+
98+
**Linux distribution:** Ubuntu 20.04.6 LTS (debian-like distro)
99+
100+
**Architectures:** linux/amd64
101+
102+
**Available (non-root) user:** vscode
103+
104+
### Contents
105+
**Tools installed using git**
106+
107+
| Tool | Commit | Path |
108+
|------|--------|------|
109+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 91c7ed45a312a71b7d3b856228047ddcd51d4651 | /home/vscode/.oh-my-zsh |
110+
111+
**Other tools and utilities**
112+
113+
| Tool | Version | Path |
114+
|------|---------|------|
115+
| [git](https://github.com/git/git) | 2.40.0 |
116+
117+
**Additional linux tools and packages**
118+
119+
| Tool / library | Version |
120+
|----------------|---------|
121+
| apt-transport-https | 2.0.9 |
122+
| apt-utils | 2.0.9 |
123+
| ca-certificates | 20211016ubuntu0.20.04.1 |
124+
| curl | 7.68.0-1ubuntu2.18 |
125+
| dialog | 1.3-20190808-1 |
126+
| git | 1:2.25.1-1ubuntu3.10 |
127+
| gnupg2 | 2.2.19-3ubuntu2.2 |
128+
| htop | 2.2.0-2build1 |
129+
| iproute2 | 5.5.0-1ubuntu1 |
130+
| jq | 1.6-1ubuntu0.20.04.1 |
131+
| less | 551-1ubuntu0.1 |
132+
| libc6 | 2.31-0ubuntu9.9 |
133+
| libgcc1 | 1:10.3.0-1ubuntu1~20.04 |
134+
| libgssapi-krb5-2 | 1.17-6ubuntu4.3 |
135+
| libicu66 | 66.1-2ubuntu2.1 |
136+
| libkrb5-3 | 1.17-6ubuntu4.3 |
137+
| liblttng-ust0 | 2.11.0-1 |
138+
| libssl1.1 | 1.1.1f-1ubuntu2.17 |
139+
| libstdc++6 | 10.3.0-1ubuntu1~20.04 |
140+
| locales | 2.31-0ubuntu9.9 |
141+
| lsb-release | 11.1.0ubuntu2 |
142+
| lsof | 4.93.2+dfsg-1ubuntu0.20.04.1 |
143+
| man-db | 2.9.1-1 |
144+
| manpages | 5.05-1 |
145+
| manpages-dev | 5.05-1 |
146+
| nano | 4.8-1ubuntu1 |
147+
| ncdu | 1.14.1-1 |
148+
| net-tools | 1.60+git20180626.aebd88e-1ubuntu1 |
149+
| openssh-client | 1:8.2p1-4ubuntu0.5 |
150+
| procps | 2:3.3.16-1ubuntu2.3 |
151+
| psmisc | 23.3-1 |
152+
| rsync | 3.1.3-8ubuntu0.5 |
153+
| strace | 5.5-3ubuntu1 |
154+
| sudo | 1.8.31-1ubuntu1.5 |
155+
| unzip | 6.0-25ubuntu1.1 |
156+
| vim-tiny | 2:8.1.2269-1ubuntu5.14 |
157+
| wget | 1.20.3-1ubuntu2 |
158+
| zip | 3.0-11build1 |
159+
| zlib1g | 1:1.2.11.dfsg-2ubuntu1.5 |
160+
| zsh | 5.8-3ubuntu1.1 |
161+
162+
## Variant: bionic
163+
164+
**Digest:** sha256:c5eec120a4a6f0efc57c4e57a4914f9945ac95dabc1629012060824dc2024572
165+
166+
**Tags:**
167+
```
168+
mcr.microsoft.com/devcontainers/base:1.0.11-bionic
169+
mcr.microsoft.com/devcontainers/base:1.0.11-ubuntu-18.04
170+
mcr.microsoft.com/devcontainers/base:1.0.11-ubuntu18.04
171+
```
172+
> *To keep up to date, we recommend using partial version numbers. Use the major version number to get all non-breaking changes (e.g. `0-`) or major and minor to only get fixes (e.g. `0.200-`).*
173+
174+
**Linux distribution:** Ubuntu 18.04.6 LTS (debian-like distro)
175+
176+
**Architectures:** linux/amd64, linux/arm64
177+
178+
**Available (non-root) user:** vscode
179+
180+
### Contents
181+
**Tools installed using git**
182+
183+
| Tool | Commit | Path |
184+
|------|--------|------|
185+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 91c7ed45a312a71b7d3b856228047ddcd51d4651 | /home/vscode/.oh-my-zsh |
186+
187+
**Other tools and utilities**
188+
189+
| Tool | Version | Path |
190+
|------|---------|------|
191+
| [git](https://github.com/git/git) | 2.40.0 |
192+
193+
**Additional linux tools and packages**
194+
195+
| Tool / library | Version |
196+
|----------------|---------|
197+
| apt-transport-https | 1.6.17 |
198+
| apt-utils | 1.6.17 |
199+
| ca-certificates | 20211016ubuntu0.18.04.1 |
200+
| curl | 7.58.0-2ubuntu3.24 |
201+
| dialog | 1.3-20171209-1 |
202+
| git | 1:2.17.1-1ubuntu0.17 |
203+
| gnupg2 | 2.2.4-1ubuntu1.6 |
204+
| htop | 2.1.0-3 |
205+
| iproute2 | 4.15.0-2ubuntu1.3 |
206+
| jq | 1.5+dfsg-2 |
207+
| less | 487-0.1 |
208+
| libc6 | 2.27-3ubuntu1.6 |
209+
| libgcc1 | 1:8.4.0-1ubuntu1~18.04 |
210+
| libgssapi-krb5-2 | 1.16-2ubuntu0.4 |
211+
| libicu60 | 60.2-3ubuntu3.2 |
212+
| libkrb5-3 | 1.16-2ubuntu0.4 |
213+
| liblttng-ust0 | 2.10.1-1 |
214+
| libssl1.0.0 | 1.0.2n-1ubuntu5.11 |
215+
| libssl1.1 | 1.1.1-1ubuntu2.1~18.04.21 |
216+
| libstdc++6 | 8.4.0-1ubuntu1~18.04 |
217+
| locales | 2.27-3ubuntu1.6 |
218+
| lsb-release | 9.20170808ubuntu1 |
219+
| lsof | 4.89+dfsg-0.1 |
220+
| man-db | 2.8.3-2ubuntu0.1 |
221+
| manpages | 4.15-1 |
222+
| manpages-dev | 4.15-1 |
223+
| nano | 2.9.3-2 |
224+
| ncdu | 1.12-1 |
225+
| net-tools | 1.60+git20161116.90da8a0-1ubuntu1 |
226+
| openssh-client | 1:7.6p1-4ubuntu0.7 |
227+
| procps | 2:3.3.12-3ubuntu1.2 |
228+
| psmisc | 23.1-1ubuntu0.1 |
229+
| rsync | 3.1.2-2.1ubuntu1.6 |
230+
| strace | 4.21-1ubuntu1 |
231+
| sudo | 1.8.21p2-3ubuntu1.6 |
232+
| unzip | 6.0-21ubuntu1.2 |
233+
| vim-tiny | 2:8.0.1453-1ubuntu1.13 |
234+
| wget | 1.19.4-1ubuntu2.2 |
235+
| zip | 3.0-11build1 |
236+
| zlib1g | 1:1.2.11.dfsg-0ubuntu2.2 |
237+
| zsh | 5.4.2-3ubuntu3.2 |
238+

0 commit comments

Comments
 (0)