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 references, fixes https://github.com/composer/docker/issues/353 #17902

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

alcohol
Copy link
Contributor

@alcohol alcohol commented Nov 14, 2024

No description provided.

@alcohol alcohol requested a review from a team as a code owner November 14, 2024 10:48
Copy link

Diff for 40140e1:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index a8b1c35..4cd4404 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -5,17 +5,17 @@ Builder: buildkit
 Tags: 1.10.27, 1.10, 1
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitFetch: refs/heads/main
-GitCommit: 2c5c50a862f17f2b0bdff0ef623ed5de853ba2a1
+GitCommit: eb723bde35d03aea01fc23ceef52ee837edc2b5f
 Directory: legacy
 
 Tags: 2.2.24, 2.2, lts
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitFetch: refs/heads/main
-GitCommit: 2c5c50a862f17f2b0bdff0ef623ed5de853ba2a1
+GitCommit: eb723bde35d03aea01fc23ceef52ee837edc2b5f
 Directory: lts
 
 Tags: 2.8.2, 2.8, 2, latest
 Architectures: amd64, arm32v6, arm32v7, arm64v8, i386, ppc64le, riscv64, s390x
 GitFetch: refs/heads/main
-GitCommit: 327b1e8184e42fdb25262da9617a8c236eeed82c
+GitCommit: eb723bde35d03aea01fc23ceef52ee837edc2b5f
 Directory: latest
diff --git a/composer_1/Dockerfile b/composer_1/Dockerfile
index 64ffa29..e76f282 100644
--- a/composer_1/Dockerfile
+++ b/composer_1/Dockerfile
@@ -78,7 +78,6 @@ RUN set -eux ; \
     --version=${COMPOSER_VERSION} \
   ; \
   composer --ansi --version --no-interaction ; \
-  composer diagnose ; \
   rm -f /tmp/installer.php ; \
   find /tmp -type d -exec chmod -v 1777 {} +
 
diff --git a/composer_latest/Dockerfile b/composer_latest/Dockerfile
index 198ec3f..714df7f 100644
--- a/composer_latest/Dockerfile
+++ b/composer_latest/Dockerfile
@@ -78,7 +78,6 @@ RUN set -eux ; \
     --version=${COMPOSER_VERSION} \
   ; \
   composer --ansi --version --no-interaction ; \
-  composer diagnose ; \
   rm -f /tmp/installer.php ; \
   find /tmp -type d -exec chmod -v 1777 {} +
 
diff --git a/composer_lts/Dockerfile b/composer_lts/Dockerfile
index f1086b5..5811351 100644
--- a/composer_lts/Dockerfile
+++ b/composer_lts/Dockerfile
@@ -78,7 +78,6 @@ RUN set -eux ; \
     --version=${COMPOSER_VERSION} \
   ; \
   composer --ansi --version --no-interaction ; \
-  composer diagnose ; \
   rm -f /tmp/installer.php ; \
   find /tmp -type d -exec chmod -v 1777 {} +

Relevant Maintainers:

@yosifkit yosifkit merged commit 33d2a3e into docker-library:master Nov 14, 2024
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