Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update memcached #16562

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Conversation

yosifkit
Copy link
Member

@yosifkit yosifkit commented Apr 8, 2024

Changes:

Changes:

- docker-library/memcached@8174e5a: Merge pull request docker-library/memcached#95 from infosiftr/dpkg-query-search
- docker-library/memcached@8508f4b: Fix `dpkg-query --search` to be more specific
@yosifkit yosifkit requested a review from a team as a code owner April 8, 2024 16:40
Copy link

github-actions bot commented Apr 8, 2024

Diff for c37d730:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 0ad2039..81a3834 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -3,7 +3,7 @@ GitRepo: https://github.com/docker-library/memcached.git
 
 Tags: 1.6.26, 1.6, 1, latest, 1.6.26-bookworm, 1.6-bookworm, 1-bookworm, bookworm
 Architectures: amd64, arm32v5, arm64v8, i386, mips64le, ppc64le, s390x
-GitCommit: 5699d909d4f9d7f733a79d4793b323d3ad63453a
+GitCommit: 8508f4b565116fb0fa338b124848768453026c68
 Directory: 1/debian
 
 Tags: 1.6.26-alpine, 1.6-alpine, 1-alpine, alpine, 1.6.26-alpine3.19, 1.6-alpine3.19, 1-alpine3.19, alpine3.19
diff --git a/memcached_bookworm/Dockerfile b/memcached_bookworm/Dockerfile
index 1705e8c..02a922d 100644
--- a/memcached_bookworm/Dockerfile
+++ b/memcached_bookworm/Dockerfile
@@ -74,7 +74,7 @@ RUN set -eux; \
 	apt-mark auto '.*' > /dev/null; \
 	apt-mark manual $savedAptMark > /dev/null; \
 	find /usr/local -type f -executable -exec ldd '{}' ';' \
-		| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); print so }' \
+		| awk '/=>/ { so = $(NF-1); if (index(so, "/usr/local/") == 1) { next }; gsub("^/(usr/)?", "", so); printf "*%s\n", so }' \
 		| sort -u \
 		| xargs -r dpkg-query --search \
 		| cut -d: -f1 \

Relevant Maintainers:

@tianon tianon merged commit f765fa7 into docker-library:master Apr 8, 2024
7 checks passed
@tianon tianon deleted the memcached branch April 8, 2024 21:10
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.

3 participants