Skip to content

Combined docker image #231

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

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Combined docker image #231

wants to merge 5 commits into from

Conversation

osipovartem
Copy link
Contributor

No description provided.

RUN apt-get update && apt-get install -y openssh-client
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
WORKDIR /app
RUN --mount=type=ssh git clone [email protected]:Embucket/embucket.git .
Copy link
Contributor

Choose a reason for hiding this comment

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

Instead of mounting from SSH, maybe as part of the github flow it can be checked out locally, since the bot will have a GITHUB_TOKEN available

@osipovartem osipovartem marked this pull request as draft February 14, 2025 12:07
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