actions / runner-container-hooks

Runner Container Hooks for GitHub Actions
MIT License
76 stars 46 forks source link

Pass full process env for pull command to support creds helpers #64

Closed markjm closed 11 months ago

markjm commented 1 year ago

This change supports using docker credential helpers like https://github.com/awslabs/amazon-ecr-credential-helper.

Such helpers require we pass path as well. Alternatively, we can pass full process.env to this command

markjm commented 1 year ago

Hi @nikola-jokic thanks for this library - please check out this small change building on #40

nikola-jokic commented 11 months ago

Let's close it for now