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: Fixed PATH definition so cloudcontrol.sh finds markdown #168

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

dploeger
Copy link
Member

@dploeger dploeger commented Dec 19, 2024

Also includes fixes because the certificates integration test didn't run sucessfully.

@dploeger dploeger requested a review from a team as a code owner December 19, 2024 12:18
flavour/simple/Dockerfile.flavour Show resolved Hide resolved
@@ -42,8 +44,6 @@ then
markdown < /home/cloudcontrol/.deprecation
Copy link
Member

Choose a reason for hiding this comment

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

Just a question: Why don't you use the full path here? Then you do not need to adjust the PATH variable.

Copy link
Member Author

Choose a reason for hiding this comment

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

The Path variable needs to be adjusted anyway for the basic functionality of cloudcontrol because everything is stored in /home/cloudcontrol/bin. So I just needed to move it up.

@@ -1,6 +1,6 @@
FROM alpine:latest

RUN apk add sudo bash curl libc6-compat && \
RUN apk add sudo bash curl libc6-compat ca-certificates && \
Copy link
Member

Choose a reason for hiding this comment

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

This doesn't fit to the PR title

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants