Skip to content

Commit

Permalink
Added dotnet-6.0, dotnet- 8.0, python3.13, ruby3.3 and node22
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-sl committed Jun 26, 2024
1 parent 83df419 commit 33bc4e8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .generated
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-06-07T14:05:04+01:00
2024-06-26T11:43:37+00:00
15 changes: 15 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ jobs:
- base: mcr.microsoft.com/dotnet/core/sdk
tag: dotnet
target: linux
- base: mcr.microsoft.com/dotnet/sdk:6.0
tag: dotnet-6.0
target: linux
- base: mcr.microsoft.com/dotnet/sdk:8.0
tag: dotnet-8.0
target: linux
- base: node
tag: node
target: linux
Expand All @@ -137,6 +143,9 @@ jobs:
- base: node:20
tag: node-20
target: linux
- base: node:22
tag: node-22
target: linux
- base: python
tag: python
target: linux
Expand All @@ -152,9 +161,15 @@ jobs:
- base: python:3.11
tag: python-3.11
target: linux
- base: python:3.13
tag: python-3.13
target: linux
- base: ruby
tag: ruby
target: linux
- base: ruby:3.3
tag: ruby-3.3
target: linux
- base: swift
tag: swift
target: linux
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,21 @@ A build toolchain for Snyk Docker images.
| snyk/snyk:maven-3-jdk-22 | maven:3-eclipse-temurin-22 |
| snyk/snyk:maven-3-jdk-8 | maven:3-jdk-8 |
| snyk/snyk:dotnet | mcr.microsoft.com/dotnet/core/sdk |
| snyk/snyk:dotnet-6.0 | mcr.microsoft.com/dotnet/sdk:6.0 |
| snyk/snyk:dotnet-8.0 | mcr.microsoft.com/dotnet/sdk:8.0 |
| snyk/snyk:node | node |
| snyk/snyk:node-18 | node:18 |
| snyk/snyk:node-20 | node:20 |
| snyk/snyk:node-22 | node:22 |
| snyk/snyk:python | python |
| snyk/snyk:python-3.8 | python:3.8 |
| snyk/snyk:python-3.9 | python:3.9 |
| snyk/snyk:python-3.10 | python:3.10 |
| snyk/snyk:python-3.11 | python:3.11 |
| snyk/snyk:python-3.13 | python:3.13 |
| snyk/snyk:python-alpine | python:alpine |
| snyk/snyk:ruby | ruby |
| snyk/snyk:ruby-3.3 | ruby:3.3 |
| snyk/snyk:ruby-alpine | ruby:alpine |
| snyk/snyk:linux | ubuntu |

Expand Down
5 changes: 5 additions & 0 deletions linux
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,19 @@ maven:3-eclipse-temurin-22 maven-3-jdk-22
maven:3-jdk-11 maven-3-jdk-11
maven:3-jdk-8 maven-3-jdk-8
mcr.microsoft.com/dotnet/core/sdk dotnet
mcr.microsoft.com/dotnet/sdk:6.0 dotnet-6.0
mcr.microsoft.com/dotnet/sdk:8.0 dotnet-8.0
node
node:18 node-18
node:20 node-20
node:22 node-22
python
python:3.8 python-3.8
python:3.9 python-3.9
python:3.10 python-3.10
python:3.11 python-3.11
python:3.13 python-3.13
ruby
ruby:3.3 ruby-3.3
swift
ubuntu linux

0 comments on commit 33bc4e8

Please sign in to comment.