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

[REQ] Support for creating RANDOM directories in the final image #446

Open
1 task
jagpreetstamber opened this issue Nov 25, 2024 · 0 comments
Open
1 task
Labels
enhancement New feature or request

Comments

@jagpreetstamber
Copy link

What kind of request is this?

None

What is your request or suggestion?

Many open source applications like below example from Argo CD used a directory in a certain path to create some configuration files at the runtime. e.g. argo cd uses to to create ssh_known_host, gpg keys etc.

Currently there is a no mechanism in DALEC to create directories in any path, Adding support for creating directories in any path would be great

RUN groupadd -g $ARGOCD_USER_ID argocd && \
    useradd -r -u $ARGOCD_USER_ID -g argocd argocd && \
    mkdir -p /home/argocd && \
    chown argocd:0 /home/argocd && \
    chmod g=u /home/argocd && \

Are you willing to submit PRs to contribute to this feature request?

  • Yes, I am willing to implement it.
@jagpreetstamber jagpreetstamber added the enhancement New feature or request label Nov 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant