Update YOURLS - #22168
Merged
Merged
Conversation
Automated changes from https://github.com/YOURLS/containers. Generated by [GitHub Actions run #33336329777](https://github.com/YOURLS/containers/actions/runs/33336329777).
Diff for 9713ea6:diff --git a/_bashbrew-cat b/_bashbrew-cat
index 42e5396..ed980af 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -2,17 +2,17 @@ Maintainers: YOURLS <yourls@yourls.org> (@YOURLS), Léo Colombaro <git@colombaro
GitRepo: https://github.com/YOURLS/containers.git
GitFetch: refs/heads/dist
-Tags: 1.10.5-apache, 1.10-apache, 1-apache, apache, 1.10.5, 1.10, 1, latest
+Tags: 1.10.6-apache, 1.10-apache, 1-apache, apache, 1.10.6, 1.10, 1, latest
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 0e20dada42a19a11f0980d9a307f5e9662e3c89a
+GitCommit: a2895c8b7080d785ae59761d489aafebaf50cebe
Directory: apache
-Tags: 1.10.5-fpm, 1.10-fpm, 1-fpm, fpm
+Tags: 1.10.6-fpm, 1.10-fpm, 1-fpm, fpm
Architectures: amd64, arm32v5, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 0e20dada42a19a11f0980d9a307f5e9662e3c89a
+GitCommit: a2895c8b7080d785ae59761d489aafebaf50cebe
Directory: fpm
-Tags: 1.10.5-fpm-alpine, 1.10-fpm-alpine, 1-fpm-alpine, fpm-alpine
+Tags: 1.10.6-fpm-alpine, 1.10-fpm-alpine, 1-fpm-alpine, fpm-alpine
Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
-GitCommit: 0e20dada42a19a11f0980d9a307f5e9662e3c89a
+GitCommit: a2895c8b7080d785ae59761d489aafebaf50cebe
Directory: fpm-alpine
diff --git a/_bashbrew-list b/_bashbrew-list
index 78ba1c5..e214337 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -6,10 +6,10 @@ yourls:1.10
yourls:1.10-apache
yourls:1.10-fpm
yourls:1.10-fpm-alpine
-yourls:1.10.5
-yourls:1.10.5-apache
-yourls:1.10.5-fpm
-yourls:1.10.5-fpm-alpine
+yourls:1.10.6
+yourls:1.10.6-apache
+yourls:1.10.6-fpm
+yourls:1.10.6-fpm-alpine
yourls:apache
yourls:fpm
yourls:fpm-alpine
diff --git a/yourls_fpm-alpine/Dockerfile b/yourls_fpm-alpine/Dockerfile
index b7e1823..16d0a7c 100644
--- a/yourls_fpm-alpine/Dockerfile
+++ b/yourls_fpm-alpine/Dockerfile
@@ -20,8 +20,8 @@ RUN { \
RUN apk add --no-cache bash
# renovate: datasource=github-releases depName=YOURLS/YOURLS versioning=composer
-ARG YOURLS_VERSION="1.10.5"
-ARG YOURLS_SHA256="4c1ff34798762599eeb446884c6a436e43a89e74923aa92fdf55825b0cbb9e6e"
+ARG YOURLS_VERSION="1.10.6"
+ARG YOURLS_SHA256="95549b8463c67a88eaa93f5dd8079599bc895f5ca047001ce385d1afdda26563"
ENV YOURLS_VERSION=$YOURLS_VERSION
ENV YOURLS_SHA256=$YOURLS_SHA256
diff --git a/yourls_fpm-alpine/container-entrypoint.sh b/yourls_fpm-alpine/container-entrypoint.sh
index 5bbc404..43fa0fa 100755
--- a/yourls_fpm-alpine/container-entrypoint.sh
+++ b/yourls_fpm-alpine/container-entrypoint.sh
@@ -79,7 +79,7 @@ if [[ "$1" == apache2* ]] || [ "$1" = 'php-fpm' ]; then
fi
# let's generate a random value to have safe defaults if they aren't specified with environment variables
- sed -i "s#modify this text with something random#$(head -c1m /dev/urandom | sha1sum | cut -d' ' -f1)#g" user/config.php
+ sed -i "s#modify this text with something random#$(head -c1m /dev/urandom | sha1sum | cut -d' ' -f1)#g" user/config.php || true
# ability to use custom script
for file in /docker-entrypoint-init.d/*; do
diff --git a/yourls_fpm/Dockerfile b/yourls_fpm/Dockerfile
index 1896124..6ba0054 100644
--- a/yourls_fpm/Dockerfile
+++ b/yourls_fpm/Dockerfile
@@ -20,8 +20,8 @@ RUN { \
# renovate: datasource=github-releases depName=YOURLS/YOURLS versioning=composer
-ARG YOURLS_VERSION="1.10.5"
-ARG YOURLS_SHA256="4c1ff34798762599eeb446884c6a436e43a89e74923aa92fdf55825b0cbb9e6e"
+ARG YOURLS_VERSION="1.10.6"
+ARG YOURLS_SHA256="95549b8463c67a88eaa93f5dd8079599bc895f5ca047001ce385d1afdda26563"
ENV YOURLS_VERSION=$YOURLS_VERSION
ENV YOURLS_SHA256=$YOURLS_SHA256
diff --git a/yourls_fpm/container-entrypoint.sh b/yourls_fpm/container-entrypoint.sh
index 5bbc404..43fa0fa 100755
--- a/yourls_fpm/container-entrypoint.sh
+++ b/yourls_fpm/container-entrypoint.sh
@@ -79,7 +79,7 @@ if [[ "$1" == apache2* ]] || [ "$1" = 'php-fpm' ]; then
fi
# let's generate a random value to have safe defaults if they aren't specified with environment variables
- sed -i "s#modify this text with something random#$(head -c1m /dev/urandom | sha1sum | cut -d' ' -f1)#g" user/config.php
+ sed -i "s#modify this text with something random#$(head -c1m /dev/urandom | sha1sum | cut -d' ' -f1)#g" user/config.php || true
# ability to use custom script
for file in /docker-entrypoint-init.d/*; do
diff --git a/yourls_latest/Dockerfile b/yourls_latest/Dockerfile
index 6401788..9a549ca 100644
--- a/yourls_latest/Dockerfile
+++ b/yourls_latest/Dockerfile
@@ -20,8 +20,8 @@ RUN { \
RUN a2enmod rewrite expires
# renovate: datasource=github-releases depName=YOURLS/YOURLS versioning=composer
-ARG YOURLS_VERSION="1.10.5"
-ARG YOURLS_SHA256="4c1ff34798762599eeb446884c6a436e43a89e74923aa92fdf55825b0cbb9e6e"
+ARG YOURLS_VERSION="1.10.6"
+ARG YOURLS_SHA256="95549b8463c67a88eaa93f5dd8079599bc895f5ca047001ce385d1afdda26563"
ENV YOURLS_VERSION=$YOURLS_VERSION
ENV YOURLS_SHA256=$YOURLS_SHA256
diff --git a/yourls_latest/container-entrypoint.sh b/yourls_latest/container-entrypoint.sh
index 5bbc404..43fa0fa 100755
--- a/yourls_latest/container-entrypoint.sh
+++ b/yourls_latest/container-entrypoint.sh
@@ -79,7 +79,7 @@ if [[ "$1" == apache2* ]] || [ "$1" = 'php-fpm' ]; then
fi
# let's generate a random value to have safe defaults if they aren't specified with environment variables
- sed -i "s#modify this text with something random#$(head -c1m /dev/urandom | sha1sum | cut -d' ' -f1)#g" user/config.php
+ sed -i "s#modify this text with something random#$(head -c1m /dev/urandom | sha1sum | cut -d' ' -f1)#g" user/config.php || true
# ability to use custom script
for file in /docker-entrypoint-init.d/*; doRelevant Maintainers:
|
tianon
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated changes from https://github.com/YOURLS/containers. Generated by GitHub Actions run #33336329777.
Ref: