Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"customizations": {
"vscode": {
"extensions": [
"Anthropic.claude-code",
"eamodio.gitlens",
"EditorConfig.EditorConfig",
"esbenp.prettier-vscode",
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ jobs:
runs-on: ubuntu-24.04-arm
needs: [ci-amd, ci-arm]
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
permissions:
packages: write
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ Example of using this image directly in your `.devcontainer/devcontainer.json`:

```json
{
"image": "ghcr.io/schubergphilis/devcontainer:latest"
"image": "ghcr.io/schubergphilis/devcontainer:1.2.0"
}
```

You can also use it as a base image in your `Dockerfile`:

```
FROM ghcr.io/schubergphilis/devcontainer:latest
FROM ghcr.io/schubergphilis/devcontainer:1.2.0
```

## Installed Software
Expand Down