Skip to content

Commit 613eb06

Browse files
github-actions[bot]github-actions
andauthored
Automated update for image history [skip ci] (#235)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 07cdbd7 commit 613eb06

File tree

2 files changed

+520
-0
lines changed

2 files changed

+520
-0
lines changed

src/java-8/history/1.0.9.md

Lines changed: 176 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,176 @@
1+
# [java-8](https://github.com/devcontainers/images/tree/main/src/java-8)
2+
3+
**Image version:** 1.0.9
4+
5+
**Source release/branch:** [v0.2.27](https://github.com/devcontainers/images/tree/v0.2.27/src/java-8)
6+
7+
**Image variations:**
8+
- [bullseye](#variant-bullseye)
9+
- [buster](#variant-buster)
10+
11+
## Variant: bullseye
12+
13+
**Digest:** sha256:da93e17055ea54bd254c8a99ab06c7243a70d9bb043ccead4bdd08d749982c08
14+
15+
**Tags:**
16+
```
17+
mcr.microsoft.com/devcontainers/java:1.0.9-8-bullseye
18+
mcr.microsoft.com/devcontainers/java:1.0.9-8-jdk-bullseye
19+
```
20+
> *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-`).*
21+
22+
**Linux distribution:** Debian GNU/Linux 11 (bullseye)
23+
24+
**Architectures:** linux/amd64, linux/arm64
25+
26+
**Available (non-root) user:** vscode
27+
28+
### Contents
29+
**Languages and runtimes**
30+
31+
| Language / runtime | Version | Path |
32+
|--------------------|---------|------|
33+
| [Java](https://adoptopenjdk.net/) | 1.8.0_352<br />bash: line 1: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
34+
35+
**Tools installed using git**
36+
37+
| Tool | Commit | Path |
38+
|------|--------|------|
39+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 66addc8b45c93f7661a5d8bba93b7b4afcbc23de | /home/vscode/.oh-my-zsh |
40+
| [nvm](https://github.com/nvm-sh/nvm.git) | 0ccd099bff8e384043883c4ae01b589794b13d72 | /usr/local/share/nvm |
41+
42+
**Other tools and utilities**
43+
44+
| Tool | Version | Path |
45+
|------|---------|------|
46+
| [SDKMAN!](https://github.com/sdkman/sdkman-cli) | 5.16.0 | /usr/local/sdkman |
47+
48+
**Additional linux tools and packages**
49+
50+
| Tool / library | Version |
51+
|----------------|---------|
52+
| apt-transport-https | 2.2.4 |
53+
| apt-utils | 2.2.4 |
54+
| ca-certificates | 20210119 |
55+
| curl | 7.74.0-1.3+deb11u3 |
56+
| dialog | 1.3-20201126-1 |
57+
| git | 1:2.30.2-1 |
58+
| gnupg2 | 2.2.27-2+deb11u2 |
59+
| htop | 3.0.5-7 |
60+
| iproute2 | 5.10.0-4 |
61+
| jq | 1.6-2.1 |
62+
| less | 551-2 |
63+
| libc6 | 2.31-13+deb11u5 |
64+
| libgssapi-krb5-2 | 1.18.3-6+deb11u3 |
65+
| libicu67 | 67.1-7 |
66+
| libkrb5-3 | 1.18.3-6+deb11u3 |
67+
| liblttng-ust0 | 2.12.1-1 |
68+
| libssl1.1 | 1.1.1n-0+deb11u3 |
69+
| libstdc++6 | 10.2.1-6 |
70+
| locales | 2.31-13+deb11u5 |
71+
| lsb-release | 11.1.0 |
72+
| lsof | 4.93.2+dfsg-1.1 |
73+
| man-db | 2.9.4-2 |
74+
| manpages | 5.10-1 |
75+
| manpages-dev | 5.10-1 |
76+
| nano | 5.4-2+deb11u1 |
77+
| ncdu | 1.15.1-1 |
78+
| net-tools | 1.60+git20181103.0eebece-1 |
79+
| openssh-client | 1:8.4p1-5+deb11u1 |
80+
| procps | 2:3.3.17-5 |
81+
| psmisc | 23.4-2 |
82+
| rsync | 3.2.3-4+deb11u1 |
83+
| strace | 5.10-1 |
84+
| sudo | 1.9.5p2-3 |
85+
| unzip | 6.0-26+deb11u1 |
86+
| vim-tiny | 2:8.2.2434-3+deb11u1 |
87+
| wget | 1.21-1+deb11u1 |
88+
| yarn | 1.22.19-1 |
89+
| zip | 3.0-12 |
90+
| zlib1g | 1:1.2.11.dfsg-2+deb11u2 |
91+
| zsh | 5.8-6+deb11u1 |
92+
93+
## Variant: buster
94+
95+
**Digest:** sha256:c07f9a89be11cf12a78e2ff8e62f87ffc8fa5a134ac31e883e80c05b7950847a
96+
97+
**Tags:**
98+
```
99+
mcr.microsoft.com/devcontainers/java:1.0.9-8-buster
100+
mcr.microsoft.com/devcontainers/java:1.0.9-8
101+
mcr.microsoft.com/devcontainers/java:1.0.9-8-jdk-buster
102+
```
103+
> *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-`).*
104+
105+
**Linux distribution:** Debian GNU/Linux 10 (buster)
106+
107+
**Architectures:** linux/amd64
108+
109+
**Available (non-root) user:** vscode
110+
111+
### Contents
112+
**Languages and runtimes**
113+
114+
| Language / runtime | Version | Path |
115+
|--------------------|---------|------|
116+
| [Java](https://adoptopenjdk.net/) | 1.8.0_352<br />bash: /usr/local/openjdk-*/bin/java: No such file or directory | /usr/local/sdkman/candidates/java/current<br />/usr/local |
117+
118+
**Tools installed using git**
119+
120+
| Tool | Commit | Path |
121+
|------|--------|------|
122+
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 66addc8b45c93f7661a5d8bba93b7b4afcbc23de | /home/vscode/.oh-my-zsh |
123+
| [nvm](https://github.com/nvm-sh/nvm.git) | 0ccd099bff8e384043883c4ae01b589794b13d72 | /usr/local/share/nvm |
124+
125+
**Other tools and utilities**
126+
127+
| Tool | Version | Path |
128+
|------|---------|------|
129+
| [SDKMAN!](https://github.com/sdkman/sdkman-cli) | 5.16.0 | /usr/local/sdkman |
130+
131+
**Additional linux tools and packages**
132+
133+
| Tool / library | Version |
134+
|----------------|---------|
135+
| apt-transport-https | 1.8.2.3 |
136+
| apt-utils | 1.8.2.3 |
137+
| ca-certificates | 20200601~deb10u2 |
138+
| curl | 7.64.0-4+deb10u3 |
139+
| dialog | 1.3-20190211-1 |
140+
| git | 1:2.20.1-2+deb10u4 |
141+
| gnupg2 | 2.2.12-1+deb10u2 |
142+
| htop | 2.2.0-1+b1 |
143+
| iproute2 | 4.20.0-2+deb10u1 |
144+
| jq | 1.5+dfsg-2+b1 |
145+
| less | 487-0.1+b1 |
146+
| libc6 | 2.28-10+deb10u2 |
147+
| libgcc1 | 1:8.3.0-6 |
148+
| libgssapi-krb5-2 | 1.17-3+deb10u5 |
149+
| libicu63 | 63.1-6+deb10u3 |
150+
| libkrb5-3 | 1.17-3+deb10u5 |
151+
| liblttng-ust0 | 2.10.3-1 |
152+
| libssl1.1 | 1.1.1n-0+deb10u3 |
153+
| libstdc++6 | 8.3.0-6 |
154+
| locales | 2.28-10+deb10u2 |
155+
| lsb-release | 10.2019051400 |
156+
| lsof | 4.91+dfsg-1 |
157+
| man-db | 2.8.5-2 |
158+
| manpages | 4.16-2 |
159+
| manpages-dev | 4.16-2 |
160+
| nano | 3.2-3 |
161+
| ncdu | 1.13-1+b1 |
162+
| net-tools | 1.60+git20180626.aebd88e-1 |
163+
| openssh-client | 1:7.9p1-10+deb10u2 |
164+
| procps | 2:3.3.15-2 |
165+
| psmisc | 23.2-1+deb10u1 |
166+
| rsync | 3.1.3-6 |
167+
| strace | 4.26-0.2 |
168+
| sudo | 1.8.27-1+deb10u4 |
169+
| unzip | 6.0-23+deb10u3 |
170+
| vim-tiny | 2:8.1.0875-5+deb10u4 |
171+
| wget | 1.20.1-1.1 |
172+
| yarn | 1.22.19-1 |
173+
| zip | 3.0-11+b1 |
174+
| zlib1g | 1:1.2.11.dfsg-1+deb10u2 |
175+
| zsh | 5.7.1-1+deb10u1 |
176+

0 commit comments

Comments
 (0)