Josef Cacek created JCLOUDS-1020: ------------------------------------ Summary: Docker BuildOptions use wrong query parameter for image tagging Key: JCLOUDS-1020 URL: https://issues.apache.org/jira/browse/JCLOUDS-1020 Project: jclouds Issue Type: Bug Components: jclouds-labs Affects Versions: 1.9.1 Reporter: Josef Cacek
The {{BuildOptions.tag(String)}} method uses wrong query parameter name. It uses "tag", but the Docker [REST API|https://docs.docker.com/reference/api/docker_remote_api_v1.16/#build-an-image-from-dockerfile-via-stdin] uses just "t". ??*t* - repository name (and optionally a tag) to be applied to the resulting image in case of success?? -- This message was sent by Atlassian JIRA (v6.3.4#6332)