Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Tests fail if ~/.docker/config.json has credsStore key #205

Closed
davidxia opened this issue Aug 8, 2018 · 2 comments
Closed

Tests fail if ~/.docker/config.json has credsStore key #205

davidxia opened this issue Aug 8, 2018 · 2 comments
Labels
bug good first issue help wanted pinned exempt from being marked as stale

Comments

@davidxia
Copy link
Contributor

davidxia commented Aug 8, 2018

Is this a BUG REPORT or FEATURE REQUEST?:

Description

running mvn -P release release:clean release:prepare release:perform causes a test to fail

How to reproduce

cat ~/.docker/config.json

{
	"auths": {
		"asia-mirror.gcr.io": {},
		"asia.gcr.io": {},
		"eu-mirror.gcr.io": {},
		"eu.gcr.io": {},
		"gcr.io": {},
		"https://asia-mirror.gcr.io": {},
		"https://asia.gcr.io": {},
		"https://eu-mirror.gcr.io": {},
		"https://eu.gcr.io": {},
		"https://gcr.io": {},
		"https://index.docker.io/v1/": {},
		"https://l.gcr.io": {},
		"https://launcher.gcr.io": {},
		"https://mirror.gcr.io": {},
		"https://us-mirror.gcr.io": {},
		"https://us.gcr.io": {},
		"k8s.gcr.io": {},
		"l.gcr.io": {},
		"launcher.gcr.io": {},
		"mirror.gcr.io": {},
		"staging-k8s.gcr.io": {},
		"us-mirror.gcr.io": {},
		"us.gcr.io": {}
	},
	"HttpHeaders": {
		"User-Agent": "Docker-Client/18.05.0-ce (darwin)"
	},
	"credsStore": "osxkeychain",
	"credHelpers": {
		"asia.gcr.io": "gcloud",
		"eu.gcr.io": "gcloud",
		"gcr.io": "gcloud",
		"staging-k8s.gcr.io": "gcloud",
		"us.gcr.io": "gcloud"
	}
}

What do you expect

tests pass

What happened instead

tests fail

Software:

  • docker version:

Client:
Version: 18.03.0-ce
API version: 1.37
Go version: go1.9.4
Git commit: 0520e24
Built: Wed Mar 21 23:06:22 2018
OS/Arch: darwin/amd64
Experimental: false
Orchestrator: swarm

Server:
Engine:
Version: 18.06.0-ce
API version: 1.38 (minimum version 1.12)
Go version: go1.10.3
Git commit: 0ffa825
Built: Wed Jul 18 19:13:39 2018
OS/Arch: linux/amd64
Experimental: false

  • Spotify's dockerfile-maven version: 1.4.3

Full backtrace

[Paste full backtrace here]
@stale
Copy link

stale bot commented Oct 7, 2018

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Oct 7, 2018
@davidxia davidxia added bug help wanted good first issue pinned exempt from being marked as stale and removed stale labels Oct 8, 2018
@davidxia
Copy link
Contributor Author

davidxia commented Oct 8, 2018

Fixed by spotify/docker-client#1051

@davidxia davidxia closed this as completed Oct 8, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug good first issue help wanted pinned exempt from being marked as stale
Projects
None yet
Development

No branches or pull requests

1 participant