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

RUN --ssh in WITH DOCKER #1672

Closed
vladaionescu opened this issue Feb 15, 2022 · 3 comments
Closed

RUN --ssh in WITH DOCKER #1672

vladaionescu opened this issue Feb 15, 2022 · 3 comments
Assignees
Labels
type:enhancement Small feature requests / adjustments

Comments

@vladaionescu
Copy link
Member

RUN --ssh in WITH DOCKER doesn't yet work. It should be fairly easy to pull the functionality through, though.

@vladaionescu vladaionescu added the type:enhancement Small feature requests / adjustments label Feb 15, 2022
@alexcb
Copy link
Collaborator

alexcb commented Feb 15, 2022

runssh:
    FROM earthly/dind:alpine
    RUN --ssh test -n "$SSH_AUTH_SOCK" # works as expected

runsshwithdocker:
    FROM earthly/dind:alpine
    WITH DOCKER
        RUN --ssh test -n "$SSH_AUTH_SOCK" # currently broken
    END

@alexcb
Copy link
Collaborator

alexcb commented Feb 15, 2022

#1673 fixes the issue.

@alexcb
Copy link
Collaborator

alexcb commented Feb 16, 2022

@alexcb alexcb closed this as completed Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement Small feature requests / adjustments
Projects
None yet
Development

No branches or pull requests

2 participants