Skip to content

Commit

Permalink
Version 10.3.0 first 10.3 now available
Browse files Browse the repository at this point in the history
  • Loading branch information
neffets committed Jun 30, 2024
1 parent e306f5a commit 17028f0
Show file tree
Hide file tree
Showing 27 changed files with 47 additions and 69 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DRUPAL_COMPOSER_MODULES="drupal/ctools drupal/iframe"

ENV DRUPAL_VERSION 10.1.8
ENV DRUPAL_VERSION 10.2.7
ENV DRUPAL_VERSION 10.3.0-rc1
ENV DRUPAL_VERSION 10.3.0
ENV DRUPAL_VERSION 11.0.0-beta1
ENV DRUPAL_VERSION 6.60
ENV DRUPAL_VERSION 7.101
Expand Down
4 changes: 4 additions & 0 deletions build-and-push
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ docker build -t neffets/drupal:$VERSION -f 10.2/php8.2/apache-bookworm/Dockerfil
docker push neffets/drupal:$VERSION
docker tag neffets/drupal:$VERSION neffets/drupal:latest; docker push neffets/drupal:latest

VERSION="10.3-apache"
docker build -t neffets/drupal:$VERSION -f 10.3/php8.2/apache-bookworm/Dockerfile 10.3/php8.2/apache-bookworm/
docker push neffets/drupal:$VERSION

VERSION="10.1-apache"
docker build -t neffets/drupal:$VERSION -f 10.1/php8.2/apache-bookworm/Dockerfile 10.1/php8.2/apache-bookworm/
docker push neffets/drupal:$VERSION
Expand Down
38 changes: 6 additions & 32 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
}
},
"11.0": null,
"10.3-rc": {
"version": "10.3.0-rc1",
"url": "https://ftp.drupal.org/files/projects/drupal-10.3.0-rc1.tar.gz",
"md5": "adc503e3b8abcccd2878b867f8575d44",
"date": 1717621189,
"notes": "https://www.drupal.org/project/drupal/releases/10.3.0-rc1",
"10.3": {
"version": "10.3.0",
"url": "https://ftp.drupal.org/files/projects/drupal-10.3.0.tar.gz",
"md5": "39b263798ab4a0e2c7cee4138cb77296",
"date": 1718911125,
"notes": "https://www.drupal.org/project/drupal/releases/10.3.0",
"phpVersions": [
"8.3",
"8.2"
Expand All @@ -50,7 +50,6 @@
"version": "12.4.3"
}
},
"10.3": null,
"10.2": {
"version": "10.2.7",
"url": "https://ftp.drupal.org/files/projects/drupal-10.2.7.tar.gz",
Expand All @@ -76,31 +75,6 @@
"version": "12.4.3"
}
},
"10.1": {
"version": "10.1.8",
"url": "https://ftp.drupal.org/files/projects/drupal-10.1.8.tar.gz",
"md5": "2ea6f94091de2760908557dd3bb1956a",
"date": 1705512711,
"notes": "https://www.drupal.org/project/drupal/releases/10.1.8",
"phpVersions": [
"8.2",
"8.1"
],
"variants": [
"apache-bookworm",
"fpm-bookworm",
"apache-bullseye",
"fpm-bullseye",
"fpm-alpine3.19",
"fpm-alpine3.18"
],
"composer": {
"version": "2"
},
"drush": {
"version": "11.4.0"
}
},
"7": {
"version": "7.101",
"url": "https://ftp.drupal.org/files/projects/drupal-7.101.tar.gz",
Expand Down

0 comments on commit 17028f0

Please sign in to comment.