Skip to content

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?

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

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