Skip to content

Commit

Permalink
Docker - Drupal - BUMP to version 10.3.6 (#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianManiek authored Oct 4, 2024
1 parent c75b495 commit 305e4c5
Show file tree
Hide file tree
Showing 11 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ RUN a2enmod rewrite expires
WORKDIR /usr/src/drupal

# https://www.drupal.org/node/3060/release
ENV DRUPAL_VERSION 10.1.8
ENV C2D_RELEASE 10.1.8
ENV DRUPAL_MD5 2ea6f94091de2760908557dd3bb1956a
ENV DRUPAL_VERSION 10.2.8
ENV C2D_RELEASE 10.2.8
ENV DRUPAL_MD5 1f7a37ba42ee22948ffc11bfe4541dbd

# Download package and extract to web volume
RUN set -eux; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ RUN a2enmod rewrite expires
WORKDIR /usr/src/drupal

# https://www.drupal.org/node/3060/release
ENV DRUPAL_VERSION 10.0.10
ENV C2D_RELEASE 10.0.10
ENV DRUPAL_MD5 77c50e72068aa4bdef458f02d493aaa8
ENV DRUPAL_VERSION 10.3.6
ENV C2D_RELEASE 10.3.6
ENV DRUPAL_MD5 7b0f59c9fc1e3a0b753343cd0893eea6

# Download package and extract to web volume
RUN set -eux; \
Expand Down
30 changes: 15 additions & 15 deletions docker/drupal/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,39 +18,39 @@
cloudbuild:
enable_parallel: false
versions:
- dir: 10/php8/debian11/10.1/apache
- dir: 10/php8/debian12/10.3/apache
from: marketplace.gcr.io/google/php8-apache2:8.1
packages:
composer:
gpg: f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5
version: 2.5.8
drupal:
md5: 2ea6f94091de2760908557dd3bb1956a
version: 10.1.8
md5: 7b0f59c9fc1e3a0b753343cd0893eea6
version: 10.3.6
repo: drupal10-php8-apache
tags:
- 10.1.8-debian11
- 10.1-debian11
- 10-debian11
- 10.1.8
- '10.1'
- 10.3.6-debian12
- 10.3-debian12
- 10-debian12
- 10.3.6
- '10.3'
- '10'
- latest
- dir: 10/php8/debian11/10.0/apache
- dir: 10/php8/debian12/10.2/apache
from: marketplace.gcr.io/google/php8-apache2:8.1
packages:
composer:
gpg: f07934fad44f9048c0dc875a506cca31cc2794d6aebfc1867f3b1fbf48dce2c5
version: 2.5.8
drupal:
md5: 77c50e72068aa4bdef458f02d493aaa8
version: 10.0.10
md5: 1f7a37ba42ee22948ffc11bfe4541dbd
version: 10.2.8
repo: drupal10-php8-apache
tags:
- 10.0.10-debian11
- 10.0-debian11
- 10.0.10
- '10.0'
- 10.2.8-debian12
- 10.2-debian12
- 10.2.10
- '10.2'
- dir: 9/php8/debian11/9.5/apache
from: marketplace.gcr.io/google/php8-apache2:8.1
packages:
Expand Down

0 comments on commit 305e4c5

Please sign in to comment.