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

docker login opt #53

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

docker login opt #53

wants to merge 1 commit into from

Conversation

parlir
Copy link

@parlir parlir commented Sep 21, 2019

Adds support for configuration option to use a private docker image.

@tboerger
Copy link
Contributor

tboerger commented Jan 1, 2020

Why do you need to authenticate at this stage?

@@ -143,9 +147,23 @@ poller:

logger.Debug().
Str("image", i.image).
Msg("pull docker image")
Msg("pull docker image")
Copy link
Contributor

Choose a reason for hiding this comment

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

Whitespace error here

@@ -57,6 +57,8 @@ type (
Environ []string
Volumes []string
Labels map[string]string `envconfig:"DRONE_AGENT_LABELS"`
Dockerusername string `envconfig:"DRONE_AGENT_DOCKER_USERNAME"`
Copy link
Contributor

Choose a reason for hiding this comment

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

Indentation. You should run gofmt -w **/*.go

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.

3 participants