Skip to content

Commit

Permalink
Updated linux to add python 3.12
Browse files Browse the repository at this point in the history
Updated README.md to add python 3.12 only
Ran docker command which added schedule (likely done by one of the templates)
No other changes added manually
  • Loading branch information
cb-sl committed Jul 23, 2024
1 parent e0b1c2c commit 2cca720
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .generated
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-07-09T13:20:56+01:00
2024-07-23T10:02:58+00:00
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
- "*"
- "!README.md"
- "!build.rb"
schedule:
# As well as running when we make changes we should run at least
# every week in order to pick up new parent images and new versions of Snyk
- cron: "0 0 * * 0"
workflow_dispatch:
repository_dispatch:
types: [build_and_push_images]
Expand Down Expand Up @@ -154,6 +158,9 @@ jobs:
- base: python:3.11
tag: python-3.11
target: linux
- base: python:3.12
tag: python-3.12
target: linux
- base: ruby
tag: ruby
target: linux
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ jobs:
- base: python:3.11
tag: python-3.11
target: linux
- base: python:3.12
tag: python-3.12
target: linux
- base: ruby
tag: ruby
target: linux
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ A build toolchain for Snyk Docker images.
| 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.12 | python:3.12 |
| snyk/snyk:python-alpine | python:alpine |
| snyk/snyk:ruby | ruby |
| snyk/snyk:ruby-3.3 | ruby:3.3 |
Expand Down
3 changes: 2 additions & 1 deletion linux
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,9 @@ 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.12 python-3.12
ruby
ruby:3.3 ruby-3.3
swift
ubuntu linux
sbtscala/scala-sbt:eclipse-temurin-jammy-22_36_1.10.0_3.4.2 sbt1.10.0-scala3.4.2
sbtscala/scala-sbt:eclipse-temurin-jammy-22_36_1.10.0_3.4.2 sbt1.10.0-scala3.4.2

0 comments on commit 2cca720

Please sign in to comment.