Skip to content
Open
18 changes: 18 additions & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Docker Image CI

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:

build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
5 changes: 5 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"githubPullRequests.ignoredPullRequestBranches": [
"main"
]
}
105 changes: 105 additions & 0 deletions src/anaconda/history/1.3.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,105 @@
# [anaconda](https://github.com/devcontainers/images/tree/main/src/anaconda)

**Image version:** 1.3.7

**Source release/branch:** [v0.4.22](https://github.com/devcontainers/images/tree/v0.4.22/src/anaconda)

**Digest:** sha256:2c577fb9a6a6753be5216378aca8fec482a8355301cc1f06171c4aebdde988ef

**Tags:**
```
mcr.microsoft.com/devcontainers/anaconda:1.3.7-3
```
> *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-`).*

**Linux distribution:** Debian GNU/Linux 12 (bookworm)

**Architectures:** linux/amd64, linux/arm64

**Available (non-root) user:** vscode

### Contents
**Languages and runtimes**

| Language / runtime | Version | Path |
|--------------------|---------|------|
| [Python](https://www.python.org/) | 3.12.7 | /opt/conda |
| [Jupyter Notebooks](https://jupyter.org/) | 7.5.0 | /opt/conda |
| [Jupyter Lab](https://jupyter.org/) | 4.5.0 | /opt/conda |

**Tools installed using git**

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 3e7ef0182f59c7990a52cf6ec2981adb56d5b368 | /home/vscode/.oh-my-zsh |

**Pip / pipx installed tools and packages**

| Tool / package | Version |
|----------------|---------|
| joblib | 1.4.2 |
| cookiecutter | 2.6.0 |
| cryptography | 46.0.3 |
| mistune | 3.1.2 |
| numpy | 1.26.4 |
| certifi | 2025.11.12 |
| setuptools | 80.9.0 |
| wheel | 0.44.0 |
| nbconvert | 7.16.4 |
| Werkzeug | 3.1.3 |
| requests | 2.32.5 |
| tornado | 6.5.4 |
| transformers | 4.53.0 |
| jupyter_server | 2.14.1 |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.50.1 |
| [conda](https://github.com/conda/conda) | 24.11.3 | /opt/conda |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| apt-transport-https | 2.6.1 |
| apt-utils | 2.6.1 |
| ca-certificates | 20230311+deb12u1 |
| curl | 7.88.1-10+deb12u14 |
| dialog | 1.3-20230209-1 |
| git | 1:2.39.5-0+deb12u2 |
| gnupg2 | 2.2.40-1.1+deb12u1 |
| htop | 3.2.2-2 |
| iproute2 | 6.1.0-3 |
| jq | 1.6-2.1+deb12u1 |
| less | 590-2.1~deb12u2 |
| libc6 | 2.36-9+deb12u13 |
| libgssapi-krb5-2 | 1.20.1-2+deb12u4 |
| libicu72 | 72.1-3+deb12u1 |
| libkrb5-3 | 1.20.1-2+deb12u4 |
| liblttng-ust1 | 2.13.5-1 |
| libstdc++6 | 12.2.0-14+deb12u1 |
| locales | 2.36-9+deb12u13 |
| lsb-release | 12.0-1 |
| lsof | 4.95.0-1 |
| man-db | 2.11.2-2 |
| manpages | 6.03-2 |
| manpages-dev | 6.03-2 |
| nano | 7.2-1+deb12u1 |
| ncdu | 1.18-0.2 |
| net-tools | 2.10-0.1+deb12u2 |
| openssh-client | 1:9.2p1-2+deb12u7 |
| procps | 2:4.0.2-3 |
| psmisc | 23.6-1 |
| rsync | 3.2.7-1+deb12u2 |
| strace | 6.1-0.1 |
| sudo | 1.9.13p3-1+deb12u2 |
| unzip | 6.0-28 |
| vim-tiny | 2:9.0.1378-2+deb12u2 |
| wget | 1.21.3-1+deb12u1 |
| yarn | 1.22.22-1 |
| zip | 3.0-13 |
| zlib1g | 1:1.2.13.dfsg-1 |
| zsh | 5.9-4+b7 |

216 changes: 216 additions & 0 deletions src/base-alpine/history/2.0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,216 @@
# [base-alpine](https://github.com/devcontainers/images/tree/main/src/base-alpine)

**Image version:** 2.0.3

**Source release/branch:** [v0.4.22](https://github.com/devcontainers/images/tree/v0.4.22/src/base-alpine)

**Image variations:**
- [3.22](#variant-322)
- [3.21](#variant-321)
- [3.20](#variant-320)

## Variant: 3.22

**Digest:** sha256:3bfd2177d87d4d4bf67560252156876608cfef42665f35bf15b2a2f98562f5c2

**Tags:**
```
mcr.microsoft.com/devcontainers/base:2.0.3-alpine3.22
mcr.microsoft.com/devcontainers/base:2.0.3-alpine
```
> *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-`).*

**Linux distribution:** Alpine Linux v3.22

**Architectures:** linux/amd64, linux/arm64

**Available (non-root) user:** vscode

### Contents
**Tools installed using git**

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 945d89f7ae86c740f0e09e94b7baf9b12a384535 | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| openssh-client-default | 10.0_p1-r10 |
| gnupg | 2.4.7-r0 |
| procps-ng | 4.0.4-r3 |
| lsof | 4.99.4-r1 |
| htop | 3.4.1-r0 |
| net-tools | 2.10-r3 |
| psmisc | 23.7-r0 |
| curl | 8.14.1-r2 |
| wget | 1.25.0-r1 |
| rsync | 3.4.1-r1 |
| ca-certificates | 20250911-r0 |
| unzip | 6.0-r15 |
| zip | 3.0-r13 |
| nano | 8.4-r0 |
| vim | 9.1.1566-r0 |
| less | 679-r0 |
| jq | 1.8.1-r0 |
| libgcc | 14.2.0-r6 |
| libstdc++ | 14.2.0-r6 |
| krb5-libs | 1.21.3-r0 |
| libintl | 0.24.1-r0 |
| lttng-ust | 2.13.9-r0 |
| tzdata | 2025c-r0 |
| userspace-rcu | 0.15.2-r0 |
| zlib | 1.3.1-r2 |
| sudo | 1.9.17_p2-r0 |
| coreutils | 9.7-r1 |
| sed | 4.9-r2 |
| grep | 3.12-r0 |
| which | 2.23-r0 |
| ncdu | 1.22-r0 |
| shadow | 4.17.3-r0 |
| strace | 6.13-r0 |
| man-pages | 6.13-r0 |

## Variant: 3.21

**Digest:** sha256:4fdf8e8cf86f4e3b165585eab550d051e60972c22377e45e06d6b4bb4471da92

**Tags:**
```
mcr.microsoft.com/devcontainers/base:2.0.3-alpine3.21
```
> *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-`).*

**Linux distribution:** Alpine Linux v3.21

**Architectures:** linux/amd64, linux/arm64

**Available (non-root) user:** vscode

### Contents
**Tools installed using git**

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 945d89f7ae86c740f0e09e94b7baf9b12a384535 | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| openssh-client-default | 9.9_p2-r0 |
| gnupg | 2.4.7-r0 |
| procps-ng | 4.0.4-r2 |
| lsof | 4.99.4-r0 |
| htop | 3.3.0-r0 |
| net-tools | 2.10-r3 |
| psmisc | 23.7-r0 |
| curl | 8.14.1-r2 |
| wget | 1.25.0-r0 |
| rsync | 3.4.1-r1 |
| ca-certificates | 20250911-r0 |
| unzip | 6.0-r15 |
| zip | 3.0-r13 |
| nano | 8.2-r0 |
| vim | 9.1.1105-r0 |
| less | 668-r0 |
| jq | 1.7.1-r0 |
| libgcc | 14.2.0-r4 |
| libstdc++ | 14.2.0-r4 |
| krb5-libs | 1.21.3-r0 |
| libintl | 0.22.5-r0 |
| lttng-ust | 2.13.8-r0 |
| tzdata | 2025c-r0 |
| userspace-rcu | 0.14.1-r1 |
| zlib | 1.3.1-r2 |
| sudo | 1.9.17_p1-r0 |
| coreutils | 9.5-r2 |
| sed | 4.9-r2 |
| grep | 3.11-r0 |
| which | 2.21-r5 |
| ncdu | 1.21-r0 |
| shadow | 4.16.0-r1 |
| strace | 6.12-r0 |
| man-pages | 6.9.1-r0 |

## Variant: 3.20

**Digest:** sha256:7a354900ac03fd5af1c9f09a689afd356c03b39cdcb1554370b7bb472b3e2030

**Tags:**
```
mcr.microsoft.com/devcontainers/base:2.0.3-alpine3.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-`).*

**Linux distribution:** Alpine Linux v3.20

**Architectures:** linux/amd64, linux/arm64

**Available (non-root) user:** vscode

### Contents
**Tools installed using git**

| Tool | Commit | Path |
|------|--------|------|
| [Oh My Zsh!](https://github.com/ohmyzsh/ohmyzsh) | 945d89f7ae86c740f0e09e94b7baf9b12a384535 | /home/vscode/.oh-my-zsh |

**Other tools and utilities**

| Tool | Version | Path |
|------|---------|------|
| [git](https://github.com/git/git) | 2.52.0 |

**Additional linux tools and packages**

| Tool / library | Version |
|----------------|---------|
| openssh-client-default | 9.7_p1-r5 |
| gnupg | 2.4.5-r0 |
| procps-ng | 4.0.4-r0 |
| lsof | 4.99.3-r0 |
| htop | 3.3.0-r0 |
| net-tools | 2.10-r3 |
| psmisc | 23.7-r0 |
| curl | 8.14.1-r2 |
| wget | 1.24.5-r0 |
| rsync | 3.4.1-r1 |
| ca-certificates | 20250911-r0 |
| unzip | 6.0-r14 |
| zip | 3.0-r12 |
| nano | 8.0-r0 |
| vim | 9.1.0707-r0 |
| less | 643-r2 |
| jq | 1.7.1-r0 |
| libgcc | 13.2.1_git20240309-r1 |
| libstdc++ | 13.2.1_git20240309-r1 |
| krb5-libs | 1.21.3-r0 |
| libintl | 0.22.5-r0 |
| lttng-ust | 2.13.8-r0 |
| tzdata | 2025c-r0 |
| userspace-rcu | 0.14.0-r2 |
| zlib | 1.3.1-r1 |
| sudo | 1.9.15_p5-r0 |
| coreutils | 9.5-r2 |
| sed | 4.9-r2 |
| grep | 3.11-r0 |
| which | 2.21-r5 |
| ncdu | 1.20-r0 |
| shadow | 4.15.1-r0 |
| strace | 6.9-r0 |
| man-pages | 6.8-r0 |

Loading