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

fix(dockerfile): rename django stage in alpine #11654

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

kiblik
Copy link
Contributor

@kiblik kiblik commented Jan 26, 2025

Until know, it wasn't possible to build alpine locally and run it:

$ export DEFECT_DOJO_OS=alpine
$ ./dc-build.sh       
Checking docker compose version
Supported docker compose version
Building docker compose
[+] Building 0.1s (1/1) FINISHED                                                                  docker:default
 => [uwsgi internal] load build definition from Dockerfile.django-alpine                                    0.0s
 => => transferring dockerfile: 4.34kB                                                                      0.0s
failed to solve: target stage "django" could not be found

The same naming convention for both images is needed.

@kiblik kiblik marked this pull request as ready for review January 26, 2025 14:00
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.

1 participant