Skip to content

Commit

Permalink
drush uodate to 12.4.3 for druoal 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
neffets committed Feb 8, 2024
1 parent bca79ff commit 4b18c3a
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 30 deletions.
4 changes: 2 additions & 2 deletions 10.2/php8.2/apache-bookworm/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.2/apache-bullseye/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.2/fpm-alpine3.18/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.2/fpm-alpine3.19/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.2/fpm-bookworm/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.2/fpm-bullseye/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.3/apache-bookworm/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.3/apache-bullseye/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.3/fpm-alpine3.18/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.3/fpm-alpine3.19/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.3/fpm-bookworm/Dockerfile

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

4 changes: 2 additions & 2 deletions 10.2/php8.3/fpm-bullseye/Dockerfile

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

8 changes: 4 additions & 4 deletions build-and-push
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ docker image pull php:8.2-apache-bookworm
docker image pull php:8.1-apache-bullseye
docker image pull php:7.4-apache-buster

VERSION="10.1-apache"
docker build -t neffets/drupal:$VERSION -f 10.1/php8.2/apache-bookworm/Dockerfile 10.1/php8.2/apache-bookworm/
VERSION="10.2-apache"
docker build -t neffets/drupal:$VERSION -f 10.2/php8.2/apache-bookworm/Dockerfile 10.2/php8.2/apache-bookworm/
docker push neffets/drupal:$VERSION
docker tag neffets/drupal:$VERSION neffets/drupal:latest; docker push neffets/drupal:latest

VERSION="10.2-apache"
docker build -t neffets/drupal:$VERSION -f 10.2/php8.2/apache-bookworm/Dockerfile 10.2/php8.2/apache-bookworm/
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

VERSION="9.5-apache"
Expand Down
2 changes: 1 addition & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"version": "2"
},
"drush": {
"version": "11.4.0"
"version": "12.4.3"
}
},
"10.1": {
Expand Down
5 changes: 4 additions & 1 deletion versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,14 @@ else
fi
versions=( "${versions[@]%/}" )

defaultDrushVersion='11.4.0'
defaultDrushVersion='12.4.3'
declare -A drushVersions=(
[6]='7.4.0'
[7]='8.3.2'
[9.5]='11.4.0'
[10.0]='11.4.0'
[10.1]='11.4.0'
[10.2]='12.4.3'
)

for version in "${versions[@]}"; do
Expand Down

0 comments on commit 4b18c3a

Please sign in to comment.