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

Revert Docker Compose version guidance #9125

Merged
merged 1 commit into from Dec 8, 2023

Conversation

cneill
Copy link
Collaborator

@cneill cneill commented Dec 6, 2023

Description

Reverting the guidance we previously issued regarding versions of Docker Compose greater than 2.18.1. The original issue (#8303) has been resolved by PR #8598 from @kiblik.

Test results

$ docker compose version
Docker Compose version v2.22.0-desktop.2

$ ./dc-up-d.sh
Checking docker compose version
Supported docker compose version
No profile supplied, running default: postgres-redis
Other supported profiles:
          postgres-redis*
          postgres-rabbitmq
          mysql-redis
          mysql-rabbitmq

        Usage example: ./dc-up-d.sh mysql-rabbitmq

Starting docker compose with profile postgres-redis in the background ...

...

[+] Running 10/10
 ✔ Network django-defectdojo_default                                                                                                                      Created             0.0s
 ✔ Container django-defectdojo-redis-1                                                                                                                    Started             0.0s
 ✔ Container django-defectdojo-mailhog-1                                                                                                                  Started             0.0s
 ✔ Container django-defectdojo-postgres-1                                                                                                                 Started             0.0s
 ! mailhog The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested                     0.0s
 ✔ Container django-defectdojo-celerybeat-1                                                                                                               Started             0.0s
 ✔ Container django-defectdojo-initializer-1                                                                                                              Started             0.0s
 ✔ Container django-defectdojo-celeryworker-1                                                                                                             Started             0.0s
 ✔ Container django-defectdojo-uwsgi-1                                                                                                                    Started             0.0s
 ✔ Container django-defectdojo-nginx-1                                                                                                                    Started             0.0s

[sc-1639]

* The issue reported in DefectDojo#8303 that necessitated this documentation
  change has been resolved by @kiblik in DefectDojo#8598
@github-actions github-actions bot added the docs label Dec 6, 2023
Copy link
Contributor

@mtesauro mtesauro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@mtesauro mtesauro merged commit 094b79a into DefectDojo:bugfix Dec 8, 2023
117 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants