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

Docker compose fails for signing key service #693

Open
jeremytourville opened this issue Nov 15, 2024 · 3 comments
Open

Docker compose fails for signing key service #693

jeremytourville opened this issue Nov 15, 2024 · 3 comments

Comments

@jeremytourville
Copy link

jeremytourville commented Nov 15, 2024

Version
https://github.com/pulp/pulp-oci-images.git:latest

Describe the bug
service "signing_key_service" didn't complete successfully: exit 1

To Reproduce
Windows, docker desktop environment
cd to C:\Users\TourvilleJA\Downloads\pulp-oci-images-latest\images\compose
run docker compose -f compose.yml up -d

Expected behavior
All containers should start and run

Additional context
I have tried adding the fix: Fix docker-compose add_signing_service script #648

I have tried both ways as suggested by mdellweg and gerrod3
"${PULP_SIGNING_KEY_FINGERPRINT-}"
"${PULP_SIGNING_KEY_FINGERPRINT:-}"

Neither method fixes the issue. It is still present as evidenced in the logs.
signing_key_service-1 | /usr/bin/add_signing_service.sh: line 6: PULP_SIGNING_KEY_FINGERPRINT: unbound variable

NOTE
I did some further testing after opening this issue. The branch :latest is the one giving me issues. If I download from branch 3.24 everything seems to work ok using the same set of directions.

@ihatethecloud
Copy link

Were you able to find a solution @jeremytourville? It seems the issue is still outstanding.

@jeremytourville
Copy link
Author

I didn't intend to close the issue. I did not find a solution. The issue is outstanding.

@ihatethecloud
Copy link

I was able to go around it.
Add to signing_key_service

    environment:
       PULP_SIGNING_KEY_FINGERPRINT: ''

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

2 participants