Skip to content

Update YOURLS - #22168

Merged
tianon merged 1 commit into
docker-library:masterfrom
YOURLS:create-pull-request/patch
Aug 31, 2026
Merged

Update YOURLS#22168
tianon merged 1 commit into
docker-library:masterfrom
YOURLS:create-pull-request/patch

Conversation

@LeoColomb

Copy link
Copy Markdown
Contributor

Automated changes from https://github.com/YOURLS/containers.
Generated by [GitHub Actions run #33336329777](https://github.com/YOURLS/containers/actions/runs/33336329777).
@LeoColomb
LeoColomb requested a review from a team as a code owner August 30, 2026 21:25
@github-actions

Copy link
Copy Markdown
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/*; do

Relevant Maintainers:

@tianon
tianon merged commit 5f1aa2f into docker-library:master Aug 31, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants