Skip to content

Commit

Permalink
Merge pull request #307 from wunderio/release/2024-11-26
Browse files Browse the repository at this point in the history
Release 2024-11-26
  • Loading branch information
Rade333 authored Nov 26, 2024
2 parents 9ee2b36 + ab6c180 commit c3de129
Show file tree
Hide file tree
Showing 39 changed files with 58 additions and 58 deletions.
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.1-node16-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.1.30
FROM cimg/php:8.1.31

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.1-node16-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.1.30` with the following additions:
A docker image used circleCI, based on `cimg/php:8.1.31` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,7 +9,7 @@ A docker image used circleCI, based on `cimg/php:8.1.30` with the following addi
- Yarn

## Versions
- PHP: 8.1.30
- PHP: 8.1.31
- Composer: 2.5.1
- Node: 16.20.2
- Yarn: 1.22.22
Expand Down
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.1-node16-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.1-node16-composer2-v1
circleci-php8.1-node16-composer2-v1.6
circleci-php8.1-node16-composer2-v1.6.1
circleci-php8.1-node16-composer2-v1.6.2
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.1-node18-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.1.30
FROM cimg/php:8.1.31

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
# https://github.com/CircleCI-Public/cimg-shared/blob/main/variants/node.Dockerfile.template
ENV NODE_VERSION 18.20.4
ENV NODE_VERSION 18.20.5
RUN echo "Installing Node.js version ${NODE_VERSION}"
RUN curl -L -o node.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" && \
sudo tar -xJf node.tar.xz -C /usr/local --strip-components=1 && \
Expand Down
6 changes: 3 additions & 3 deletions silta-cicd/circleci-php8.1-node18-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.1.30` with the following additions:
A docker image used circleCI, based on `cimg/php:8.1.31` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,8 +9,8 @@ A docker image used circleCI, based on `cimg/php:8.1.30` with the following addi
- Yarn

## Versions
- PHP: 8.1.30
- PHP: 8.1.31
- Composer: 2.5.1
- Node: 18.20.4
- Node: 18.20.5
- Yarn: 1.22.22
- Helm: v3.14.0
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.1-node18-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.1-node18-composer2-v1
circleci-php8.1-node18-composer2-v1.6
circleci-php8.1-node18-composer2-v1.6.1
circleci-php8.1-node18-composer2-v1.6.2
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.2-node16-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.2.25
FROM cimg/php:8.2.26

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.2-node16-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.2.25` with the following additions:
A docker image used circleCI, based on `cimg/php:8.2.26` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,7 +9,7 @@ A docker image used circleCI, based on `cimg/php:8.2.25` with the following addi
- Yarn

## Versions
- PHP: 8.2.25
- PHP: 8.2.26
- Composer: 2.7.7
- Node: 16.20.2
- Yarn: 1.22.22
Expand Down
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.2-node16-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.2-node16-composer2-v1
circleci-php8.2-node16-composer2-v1.1
circleci-php8.2-node16-composer2-v1.1.2
circleci-php8.2-node16-composer2-v1.1.3
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.2-node18-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.2.25
FROM cimg/php:8.2.26

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
# https://github.com/CircleCI-Public/cimg-shared/blob/main/variants/node.Dockerfile.template
ENV NODE_VERSION 18.20.4
ENV NODE_VERSION 18.20.5
RUN echo "Installing Node.js version ${NODE_VERSION}"
RUN curl -L -o node.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" && \
sudo tar -xJf node.tar.xz -C /usr/local --strip-components=1 && \
Expand Down
6 changes: 3 additions & 3 deletions silta-cicd/circleci-php8.2-node18-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.2.25` with the following additions:
A docker image used circleCI, based on `cimg/php:8.2.26` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,8 +9,8 @@ A docker image used circleCI, based on `cimg/php:8.2.25` with the following addi
- Yarn

## Versions
- PHP: 8.2.25
- PHP: 8.2.26
- Composer: 2.7.7
- Node: 18.20.4
- Node: 18.20.5
- Yarn: 1.22.22
- Helm: v3.14.0
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.2-node18-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.2-node18-composer2-v1
circleci-php8.2-node18-composer2-v1.6
circleci-php8.2-node18-composer2-v1.6.2
circleci-php8.2-node18-composer2-v1.6.3
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.2-node20-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.2.25
FROM cimg/php:8.2.26

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
# https://github.com/CircleCI-Public/cimg-shared/blob/main/variants/node.Dockerfile.template
ENV NODE_VERSION 20.18.0
ENV NODE_VERSION 20.18.1
RUN echo "Installing Node.js version ${NODE_VERSION}"
RUN curl -L -o node.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" && \
sudo tar -xJf node.tar.xz -C /usr/local --strip-components=1 && \
Expand Down
6 changes: 3 additions & 3 deletions silta-cicd/circleci-php8.2-node20-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.2.25` with the following additions:
A docker image used circleCI, based on `cimg/php:8.2.26` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,8 +9,8 @@ A docker image used circleCI, based on `cimg/php:8.2.25` with the following addi
- Yarn

## Versions
- PHP: 8.2.25
- PHP: 8.2.26
- Composer: 2.7.7
- Node: 20.18.0
- Node: 20.18.1
- Yarn: 1.22.22
- Helm: v3.14.0
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.2-node20-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.2-node20-composer2-v1
circleci-php8.2-node20-composer2-v1.5
circleci-php8.2-node20-composer2-v1.5.3
circleci-php8.2-node20-composer2-v1.5.4
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.2-node22-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.2.25
FROM cimg/php:8.2.26

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.2-node22-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.2.25` with the following additions:
A docker image used circleCI, based on `cimg/php:8.2.26` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,7 +9,7 @@ A docker image used circleCI, based on `cimg/php:8.2.25` with the following addi
- Yarn

## Versions
- PHP: 8.2.25
- PHP: 8.2.26
- Composer: 2.7.7
- Node: 22.11.0
- Yarn: 1.22.22
Expand Down
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.2-node22-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.2-node22-composer2-v1
circleci-php8.2-node22-composer2-v1.1
circleci-php8.2-node22-composer2-v1.1.2
circleci-php8.2-node22-composer2-v1.1.3
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.3-node18-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.3.13
FROM cimg/php:8.3.14

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
# https://github.com/CircleCI-Public/cimg-shared/blob/main/variants/node.Dockerfile.template
ENV NODE_VERSION 18.20.4
ENV NODE_VERSION 18.20.5
RUN echo "Installing Node.js version ${NODE_VERSION}"
RUN curl -L -o node.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" && \
sudo tar -xJf node.tar.xz -C /usr/local --strip-components=1 && \
Expand Down
6 changes: 3 additions & 3 deletions silta-cicd/circleci-php8.3-node18-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.3.13` with the following additions:
A docker image used circleCI, based on `cimg/php:8.3.14` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,8 +9,8 @@ A docker image used circleCI, based on `cimg/php:8.3.13` with the following addi
- Yarn

## Versions
- PHP: 8.3.13
- PHP: 8.3.14
- Composer: 2.7.7
- Node: 18.20.4
- Node: 18.20.5
- Yarn: 1.22.22
- Helm: v3.14.0
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.3-node18-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.3-node18-composer2-v1
circleci-php8.3-node18-composer2-v1.0
circleci-php8.3-node18-composer2-v1.0.1
circleci-php8.3-node18-composer2-v1.0.2
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.3-node20-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.3.13
FROM cimg/php:8.3.14

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down Expand Up @@ -52,7 +52,7 @@ RUN curl -o /tmp/$FILENAME ${HELM_URL} \
# Install Node.js and Yarn.
# The following code is based on the CircleCI Node.js Dockerfile template:
# https://github.com/CircleCI-Public/cimg-shared/blob/main/variants/node.Dockerfile.template
ENV NODE_VERSION 20.18.0
ENV NODE_VERSION 20.18.1
RUN echo "Installing Node.js version ${NODE_VERSION}"
RUN curl -L -o node.tar.xz "https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz" && \
sudo tar -xJf node.tar.xz -C /usr/local --strip-components=1 && \
Expand Down
6 changes: 3 additions & 3 deletions silta-cicd/circleci-php8.3-node20-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.3.13` with the following additions:
A docker image used circleCI, based on `cimg/php:8.3.14` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,8 +9,8 @@ A docker image used circleCI, based on `cimg/php:8.3.13` with the following addi
- Yarn

## Versions
- PHP: 8.3.13
- PHP: 8.3.14
- Composer: 2.7.7
- Node: 20.18.0
- Node: 20.18.1
- Yarn: 1.22.22
- Helm: v3.14.0
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.3-node20-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.3-node20-composer2-v1
circleci-php8.3-node20-composer2-v1.0
circleci-php8.3-node20-composer2-v1.0.1
circleci-php8.3-node20-composer2-v1.0.2
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.3-node22-composer2/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM cimg/php:8.3.13
FROM cimg/php:8.3.14

# Make composer packages executable.
ENV PATH="/home/circleci/.composer/vendor/bin:${PATH}"
Expand Down
4 changes: 2 additions & 2 deletions silta-cicd/circleci-php8.3-node22-composer2/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# silta-circleci
A docker image used circleCI, based on `cimg/php:8.3.13` with the following additions:
A docker image used circleCI, based on `cimg/php:8.3.14` with the following additions:

- Composer configured correctly
- Drush-launcher and coder pre-installed
Expand All @@ -9,7 +9,7 @@ A docker image used circleCI, based on `cimg/php:8.3.13` with the following addi
- Yarn

## Versions
- PHP: 8.3.13
- PHP: 8.3.14
- Composer: 2.7.7
- Node: 22.11.0
- Yarn: 1.22.22
Expand Down
2 changes: 1 addition & 1 deletion silta-cicd/circleci-php8.3-node22-composer2/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
circleci-php8.3-node22-composer2-v1
circleci-php8.3-node22-composer2-v1.0
circleci-php8.3-node22-composer2-v1.0.1
circleci-php8.3-node22-composer2-v1.0.2
2 changes: 1 addition & 1 deletion silta-node/18-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.20.4-alpine
FROM node:18.20.5-alpine

RUN apk add --no-cache openssh bash rsync curl tzdata

Expand Down
2 changes: 1 addition & 1 deletion silta-node/18-alpine/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
18-alpine-v1
18-alpine-v1.2
18-alpine-v1.2.1
18-alpine-v1.2.2
2 changes: 1 addition & 1 deletion silta-node/20-alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine
FROM node:20.18.1-alpine

RUN apk add --no-cache openssh bash rsync curl tzdata

Expand Down
2 changes: 1 addition & 1 deletion silta-node/20-alpine/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
20-alpine-v1
20-alpine-v1.2
20-alpine-v1.2.4
20-alpine-v1.2.5
2 changes: 1 addition & 1 deletion silta-php-fpm/8.1-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/php/tags?page=1&name=8.1
FROM php:8.1.30-fpm-alpine
FROM php:8.1.31-fpm-alpine

LABEL maintainer="wunder.io"
LABEL org.label-schema.name="PHP-FPM for Silta environments" \
Expand Down
2 changes: 1 addition & 1 deletion silta-php-fpm/8.1-fpm/TAGS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
8.1-fpm
8.1-fpm-v1
8.1-fpm-v1.2
8.1-fpm-v1.2.2
8.1-fpm-v1.2.3
2 changes: 1 addition & 1 deletion silta-php-fpm/8.2-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/php/tags?page=1&name=8.2
FROM php:8.2.25-fpm-alpine
FROM php:8.2.26-fpm-alpine

LABEL maintainer="wunder.io"
LABEL org.label-schema.name="PHP-FPM for Silta environments" \
Expand Down
2 changes: 1 addition & 1 deletion silta-php-fpm/8.2-fpm/TAGS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
8.2-fpm
8.2-fpm-v1
8.2-fpm-v1.2
8.2-fpm-v1.2.3
8.2-fpm-v1.2.4
2 changes: 1 addition & 1 deletion silta-php-fpm/8.3-fpm/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# https://hub.docker.com/_/php/tags?page=1&name=8.3
FROM php:8.3.13-fpm-alpine
FROM php:8.3.14-fpm-alpine

LABEL maintainer="wunder.io"
LABEL org.label-schema.name="PHP-FPM for Silta environments" \
Expand Down
2 changes: 1 addition & 1 deletion silta-php-fpm/8.3-fpm/TAGS
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
8.3-fpm
8.3-fpm-v1
8.3-fpm-v1.0
8.3-fpm-v1.0.1
8.3-fpm-v1.0.2
2 changes: 1 addition & 1 deletion silta-varnish/varnish7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM varnish:7.6.0-alpine
FROM varnish:7.6.1-alpine

ARG VARNISH_STORAGE_BACKEND
ARG VARNISH_EXTRA_PARAMS
Expand Down
2 changes: 1 addition & 1 deletion silta-varnish/varnish7/TAGS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
7-v1
7-v1.1
7-v1.1.0
7-v1.1.1

0 comments on commit c3de129

Please sign in to comment.