|
| 1 | +# [base-alpine](https://github.com/devcontainers/images/tree/main/src/base-alpine) |
| 2 | + |
| 3 | +**Image version:** 0.205.4 |
| 4 | + |
| 5 | +**Source release/branch:** [v0.2.38](https://github.com/devcontainers/images/tree/v0.2.38/src/base-alpine) |
| 6 | + |
| 7 | +**Image variations:** |
| 8 | +- [3.17](#variant-317) |
| 9 | +- [3.16](#variant-316) |
| 10 | +- [3.15](#variant-315) |
| 11 | +- [3.14](#variant-314) |
| 12 | + |
| 13 | +## Variant: 3.17 |
| 14 | + |
| 15 | +**Digest:** sha256:4d2e89c740199b4a9971c67e4a38112dfd0fa14014137fedb8ad384492619095 |
| 16 | + |
| 17 | +**Tags:** |
| 18 | +``` |
| 19 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine-3.17 |
| 20 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine3.17 |
| 21 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine |
| 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:** Alpine Linux v3.17 |
| 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) | 61dd3682e69aa990a8a3589c5c61ea2e1edf8312 | /home/vscode/.oh-my-zsh | |
| 37 | + |
| 38 | +**Additional linux tools and packages** |
| 39 | + |
| 40 | +| Tool / library | Version | |
| 41 | +|----------------|---------| |
| 42 | +| openssh-client-default | 9.1_p1-r1 | |
| 43 | +| gnupg | 2.2.40-r0 | |
| 44 | +| procps | 3.3.17-r2 | |
| 45 | +| lsof | 4.96.4-r0 | |
| 46 | +| htop | 3.2.1-r1 | |
| 47 | +| net-tools | 2.10-r0 | |
| 48 | +| psmisc | 23.5-r0 | |
| 49 | +| curl | 7.87.0-r1 | |
| 50 | +| wget | 1.21.3-r2 | |
| 51 | +| rsync | 3.2.7-r0 | |
| 52 | +| ca-certificates | 20220614-r4 | |
| 53 | +| unzip | 6.0-r13 | |
| 54 | +| zip | 3.0-r10 | |
| 55 | +| nano | 7.0-r0 | |
| 56 | +| vim | 9.0.0999-r0 | |
| 57 | +| less | 608-r0 | |
| 58 | +| jq | 1.6-r2 | |
| 59 | +| libgcc | 12.2.1_git20220924-r4 | |
| 60 | +| libstdc++ | 12.2.1_git20220924-r4 | |
| 61 | +| krb5-libs | 1.20.1-r0 | |
| 62 | +| libintl | 0.21.1-r1 | |
| 63 | +| libssl1.1 | 1.1.1s-r0 | |
| 64 | +| lttng-ust | 2.13.3-r0 | |
| 65 | +| tzdata | 2022f-r1 | |
| 66 | +| userspace-rcu | 0.13.2-r0 | |
| 67 | +| zlib | 1.2.13-r0 | |
| 68 | +| sudo | 1.9.12_p1-r1 | |
| 69 | +| coreutils | 9.1-r0 | |
| 70 | +| sed | 4.9-r0 | |
| 71 | +| grep | 3.8-r1 | |
| 72 | +| which | 2.21-r3 | |
| 73 | +| ncdu | 1.17-r1 | |
| 74 | +| shadow | 4.13-r0 | |
| 75 | +| strace | 6.0-r0 | |
| 76 | +| man-pages | 6.01-r0 | |
| 77 | + |
| 78 | +## Variant: 3.16 |
| 79 | + |
| 80 | +**Digest:** sha256:54575f86c85065766c780e86742c5c94de139d62eb5c52294ff2fe439530a651 |
| 81 | + |
| 82 | +**Tags:** |
| 83 | +``` |
| 84 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine-3.16 |
| 85 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine3.16 |
| 86 | +``` |
| 87 | +> *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-`).* |
| 88 | +
|
| 89 | +**Linux distribution:** Alpine Linux v3.16 |
| 90 | + |
| 91 | +**Architectures:** linux/amd64, linux/arm64 |
| 92 | + |
| 93 | +**Available (non-root) user:** vscode |
| 94 | + |
| 95 | +### Contents |
| 96 | +**Tools installed using git** |
| 97 | + |
| 98 | +| Tool | Commit | Path | |
| 99 | +|------|--------|------| |
| 100 | +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 61dd3682e69aa990a8a3589c5c61ea2e1edf8312 | /home/vscode/.oh-my-zsh | |
| 101 | + |
| 102 | +**Additional linux tools and packages** |
| 103 | + |
| 104 | +| Tool / library | Version | |
| 105 | +|----------------|---------| |
| 106 | +| openssh-client-default | 9.0_p1-r2 | |
| 107 | +| gnupg | 2.2.35-r4 | |
| 108 | +| procps | 3.3.17-r1 | |
| 109 | +| lsof | 4.95.0-r0 | |
| 110 | +| htop | 3.2.0-r1 | |
| 111 | +| net-tools | 2.10-r0 | |
| 112 | +| psmisc | 23.5-r0 | |
| 113 | +| curl | 7.83.1-r5 | |
| 114 | +| wget | 1.21.3-r0 | |
| 115 | +| rsync | 3.2.7-r0 | |
| 116 | +| ca-certificates | 20220614-r0 | |
| 117 | +| unzip | 6.0-r9 | |
| 118 | +| zip | 3.0-r9 | |
| 119 | +| nano | 6.3-r0 | |
| 120 | +| vim | 8.2.5000-r0 | |
| 121 | +| less | 590-r0 | |
| 122 | +| jq | 1.6-r1 | |
| 123 | +| libgcc | 11.2.1_git20220219-r2 | |
| 124 | +| libstdc++ | 11.2.1_git20220219-r2 | |
| 125 | +| krb5-libs | 1.19.4-r0 | |
| 126 | +| libintl | 0.21-r2 | |
| 127 | +| libssl1.1 | 1.1.1s-r0 | |
| 128 | +| lttng-ust | 2.13.2-r0 | |
| 129 | +| tzdata | 2022f-r1 | |
| 130 | +| userspace-rcu | 0.13.1-r0 | |
| 131 | +| zlib | 1.2.12-r3 | |
| 132 | +| sudo | 1.9.12-r1 | |
| 133 | +| coreutils | 9.1-r0 | |
| 134 | +| sed | 4.8-r0 | |
| 135 | +| grep | 3.7-r0 | |
| 136 | +| which | 2.21-r2 | |
| 137 | +| ncdu | 1.17-r0 | |
| 138 | +| shadow | 4.10-r3 | |
| 139 | +| strace | 5.17-r0 | |
| 140 | +| man-pages | 5.13-r1 | |
| 141 | + |
| 142 | +## Variant: 3.15 |
| 143 | + |
| 144 | +**Digest:** sha256:75fadc4f7e9c6a49c7d813b36a45e35e22d43dc27099528825f85640c328e187 |
| 145 | + |
| 146 | +**Tags:** |
| 147 | +``` |
| 148 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine-3.15 |
| 149 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine3.15 |
| 150 | +``` |
| 151 | +> *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-`).* |
| 152 | +
|
| 153 | +**Linux distribution:** Alpine Linux v3.15 |
| 154 | + |
| 155 | +**Architectures:** linux/amd64, linux/arm64 |
| 156 | + |
| 157 | +**Available (non-root) user:** vscode |
| 158 | + |
| 159 | +### Contents |
| 160 | +**Tools installed using git** |
| 161 | + |
| 162 | +| Tool | Commit | Path | |
| 163 | +|------|--------|------| |
| 164 | +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 61dd3682e69aa990a8a3589c5c61ea2e1edf8312 | /home/vscode/.oh-my-zsh | |
| 165 | + |
| 166 | +**Additional linux tools and packages** |
| 167 | + |
| 168 | +| Tool / library | Version | |
| 169 | +|----------------|---------| |
| 170 | +| openssh-client-default | 8.8_p1-r1 | |
| 171 | +| gnupg | 2.2.31-r2 | |
| 172 | +| procps | 3.3.17-r0 | |
| 173 | +| lsof | 4.94.0-r0 | |
| 174 | +| htop | 3.1.1-r0 | |
| 175 | +| net-tools | 1.60_git20140218-r2 | |
| 176 | +| psmisc | 23.4-r0 | |
| 177 | +| curl | 7.80.0-r5 | |
| 178 | +| wget | 1.21.2-r2 | |
| 179 | +| rsync | 3.2.5-r0 | |
| 180 | +| ca-certificates | 20220614-r0 | |
| 181 | +| unzip | 6.0-r9 | |
| 182 | +| zip | 3.0-r9 | |
| 183 | +| nano | 5.9-r0 | |
| 184 | +| vim | 8.2.4836-r0 | |
| 185 | +| less | 590-r0 | |
| 186 | +| jq | 1.6-r1 | |
| 187 | +| libgcc | 10.3.1_git20211027-r0 | |
| 188 | +| libstdc++ | 10.3.1_git20211027-r0 | |
| 189 | +| krb5-libs | 1.19.4-r0 | |
| 190 | +| libintl | 0.21-r0 | |
| 191 | +| libssl1.1 | 1.1.1s-r1 | |
| 192 | +| lttng-ust | 2.12.0-r3 | |
| 193 | +| tzdata | 2022f-r1 | |
| 194 | +| userspace-rcu | 0.12.2-r0 | |
| 195 | +| zlib | 1.2.12-r3 | |
| 196 | +| sudo | 1.9.12-r1 | |
| 197 | +| coreutils | 9.0-r2 | |
| 198 | +| sed | 4.8-r0 | |
| 199 | +| grep | 3.7-r0 | |
| 200 | +| which | 2.21-r2 | |
| 201 | +| ncdu | 1.16-r0 | |
| 202 | +| shadow | 4.8.1-r1 | |
| 203 | +| strace | 5.14-r0 | |
| 204 | +| man-pages | 5.13-r0 | |
| 205 | + |
| 206 | +## Variant: 3.14 |
| 207 | + |
| 208 | +**Digest:** sha256:6f461a04b99426ce10dc9758347a0c1de7c56bdfd6705dc1075c3914b675697b |
| 209 | + |
| 210 | +**Tags:** |
| 211 | +``` |
| 212 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine-3.14 |
| 213 | +mcr.microsoft.com/devcontainers/base:0.205.4-alpine3.14 |
| 214 | +``` |
| 215 | +> *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-`).* |
| 216 | +
|
| 217 | +**Linux distribution:** Alpine Linux v3.14 |
| 218 | + |
| 219 | +**Architectures:** linux/amd64, linux/arm64 |
| 220 | + |
| 221 | +**Available (non-root) user:** vscode |
| 222 | + |
| 223 | +### Contents |
| 224 | +**Tools installed using git** |
| 225 | + |
| 226 | +| Tool | Commit | Path | |
| 227 | +|------|--------|------| |
| 228 | +| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 61dd3682e69aa990a8a3589c5c61ea2e1edf8312 | /home/vscode/.oh-my-zsh | |
| 229 | + |
| 230 | +**Additional linux tools and packages** |
| 231 | + |
| 232 | +| Tool / library | Version | |
| 233 | +|----------------|---------| |
| 234 | +| openssh-client-default | 8.6_p1-r3 | |
| 235 | +| gnupg | 2.2.31-r1 | |
| 236 | +| procps | 3.3.17-r0 | |
| 237 | +| lsof | 4.94.0-r0 | |
| 238 | +| htop | 3.0.5-r2 | |
| 239 | +| net-tools | 1.60_git20140218-r2 | |
| 240 | +| psmisc | 23.4-r0 | |
| 241 | +| curl | 7.79.1-r4 | |
| 242 | +| wget | 1.21.1-r1 | |
| 243 | +| rsync | 3.2.5-r0 | |
| 244 | +| ca-certificates | 20220614-r0 | |
| 245 | +| unzip | 6.0-r9 | |
| 246 | +| zip | 3.0-r9 | |
| 247 | +| nano | 5.7-r2 | |
| 248 | +| vim | 8.2.4836-r0 | |
| 249 | +| less | 581-r1 | |
| 250 | +| jq | 1.6-r1 | |
| 251 | +| libgcc | 10.3.1_git20210424-r2 | |
| 252 | +| libstdc++ | 10.3.1_git20210424-r2 | |
| 253 | +| krb5-libs | 1.18.5-r0 | |
| 254 | +| libintl | 0.21-r0 | |
| 255 | +| libssl1.1 | 1.1.1s-r0 | |
| 256 | +| lttng-ust | 2.12.0-r3 | |
| 257 | +| tzdata | 2022f-r1 | |
| 258 | +| userspace-rcu | 0.12.2-r0 | |
| 259 | +| zlib | 1.2.12-r3 | |
| 260 | +| sudo | 1.9.12-r1 | |
| 261 | +| coreutils | 8.32-r2 | |
| 262 | +| sed | 4.8-r0 | |
| 263 | +| grep | 3.7-r0 | |
| 264 | +| which | 2.21-r1 | |
| 265 | +| ncdu | 1.15.1-r0 | |
| 266 | +| shadow | 4.8.1-r0 | |
| 267 | +| strace | 5.12-r0 | |
| 268 | +| man-pages | 5.11-r0 | |
| 269 | + |
0 commit comments