Skip to content

Commit

Permalink
[Php, Ruby, Alpine] EOL/New version updates (#228)
Browse files Browse the repository at this point in the history
* [Php, Ruby, Alpine] EOL/New version updates

* devcontainers/features#793
  • Loading branch information
samruddhikhandale authored Jan 18, 2024
1 parent 9d66227 commit 006c67e
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
5 changes: 3 additions & 2 deletions src/alpine/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "alpine",
"version": "2.0.0",
"version": "3.0.0",
"name": "Alpine",
"description": "Simple Alpine container with Git installed.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/alpine",
Expand All @@ -11,11 +11,12 @@
"type": "string",
"description": "Alpine version:",
"proposals": [
"3.19",
"3.18",
"3.17",
"3.16"
],
"default": "3.18"
"default": "3.19"
}
},
"platforms": [
Expand Down
6 changes: 2 additions & 4 deletions src/php-mariadb/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "php-mariadb",
"version": "2.0.0",
"version": "3.0.0",
"name": "PHP & MariaDB",
"description": "Develop PHP applications with MariaDB (MySQL Compatible).",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php-mariadb",
Expand All @@ -17,11 +17,9 @@
"8-bullseye",
"8.2-bullseye",
"8.1-bullseye",
"8.0-bullseye",
"8-buster",
"8.2-buster",
"8.1-buster",
"8.0-buster"
"8.1-buster"
],
"default": "8.2-bullseye"
}
Expand Down
6 changes: 2 additions & 4 deletions src/php/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "php",
"version": "2.0.0",
"version": "3.0.0",
"name": "PHP",
"description": "Develop PHP based applications. Includes needed tools, extensions, and dependencies.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/php",
Expand All @@ -17,11 +17,9 @@
"8-bullseye",
"8.2-bullseye",
"8.1-bullseye",
"8.0-bullseye",
"8-buster",
"8.2-buster",
"8.1-buster",
"8.0-buster"
"8.1-buster"
],
"default": "8.2-bullseye"
}
Expand Down
6 changes: 4 additions & 2 deletions src/ruby-rails-postgres/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ruby-rails-postgres",
"version": "2.0.1",
"version": "3.0.0",
"name": "Ruby on Rails & Postgres",
"description": "Develop Ruby on Rails applications with Postgres. Includes a Rails application container and PostgreSQL server.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby-rails-postgres",
Expand All @@ -12,9 +12,11 @@
"description": "Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"3-bookworm",
"3.3-bookworm",
"3.2-bookworm",
"3.1-bookworm",
"3-bullseye",
"3.3-bullseye",
"3.2-bullseye",
"3.1-bullseye",
"3.0-bullseye",
Expand All @@ -23,7 +25,7 @@
"3.1-buster",
"3.0-buster"
],
"default": "3.2-bullseye"
"default": "3.3-bullseye"
}
},
"platforms": [
Expand Down
6 changes: 4 additions & 2 deletions src/ruby/devcontainer-template.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "ruby",
"version": "2.0.0",
"version": "3.0.0",
"name": "Ruby",
"description": "Develop Ruby based applications. includes everything you need to get up and running.",
"documentationURL": "https://github.com/devcontainers/templates/tree/main/src/ruby",
Expand All @@ -12,9 +12,11 @@
"description": "Ruby version (use -bookworm, -bullseye variants on local arm64/Apple Silicon):",
"proposals": [
"3-bookworm",
"3.3-bookworm",
"3.2-bookworm",
"3.1-bookworm",
"3-bullseye",
"3.3-bullseye",
"3.2-bullseye",
"3.1-bullseye",
"3.0-bullseye",
Expand All @@ -23,7 +25,7 @@
"3.1-buster",
"3.0-buster"
],
"default": "3.2-bullseye"
"default": "3.3-bullseye"
}
},
"platforms": [
Expand Down
1 change: 0 additions & 1 deletion test/alpine/test-utils-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ checkCommon()
libstdc++ \
krb5-libs \
libintl \
libssl1.1 \
lttng-ust \
tzdata \
userspace-rcu \
Expand Down

0 comments on commit 006c67e

Please sign in to comment.