docker / app

Make your Docker Compose applications reusable, and share them on Docker Hub
Apache License 2.0
1.57k stars 177 forks source link

Can't push to GCR #562

Open AkihiroSuda opened 5 years ago

AkihiroSuda commented 5 years ago

Description

Can't push to GCR.

This is likely to be an issue on GCR side.

Steps to reproduce the issue:

Push to GCR

Describe the results you received:

$ docker app push ./example-voting-app.dockerapp --platform linux/amd64 -t gcr.io/foo/bar

gcr.io/foo/bar
postgres:9.4
 application/vnd.docker.distribution.manifest.list.v2+json [1/1] (sha256:4d915cbb...)
dockersamples/examplevotingapp_vote:before
 application/vnd.docker.distribution.manifest.v2+json [8/8] (sha256:8e64b18b...)
dockersamples/examplevotingapp_result:before
 application/vnd.docker.distribution.manifest.v2+json [16/16] (sha256:83b56899...)
dockersamples/examplevotingapp_worker
 application/vnd.docker.distribution.manifest.v2+json [10/10] (sha256:55753a7b...)
redis:alpine
 application/vnd.docker.distribution.manifest.list.v2+json [1/1] (sha256:98547c35...)
WARN[0141] reference for unknown type: application/vnd.cnab.config.v1+json
pushing to "gcr.io/foo/bar:latest": error while pushing bundle config manifest: unexpected status: 400 Bad Request

Describe the results you expected: Should success

Output of docker-app version:

Version:               v0.8.0
Git commit:            7eea32b7
Built:                 Tue Jun 11 20:53:26 2019
OS/Arch:               linux/amd64
Experimental:          off
Renderers:             none
Invocation Base Image: docker/cnab-app-base:v0.8.0
thaJeztah commented 5 years ago

is this similar to the workaround that was added in buildkit?

silvin-lubecki commented 5 years ago

Thank you @AkihiroSuda for filling this issue 👍

thaJeztah commented 5 years ago

Oh, ignore my comment; I saw notifications for https://github.com/docker/app/issues/563 and this one, and thought this one was about authentication 🤦‍♂