Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Manifest not found #297

Open
Robula opened this issue Apr 17, 2019 · 1 comment
Open

Manifest not found #297

Robula opened this issue Apr 17, 2019 · 1 comment

Comments

@Robula
Copy link

Robula commented Apr 17, 2019

I'm trying to use launcher.gcr.io/google/ubuntu18_04 for a custom build container on GCP Cloud build but I can't build the container due to missing manifest.

Dockerfile:

FROM launcher.gcr.io/google/ubuntu18_04

RUN apt-get update && \
  apt-get -y install zip

ENTRYPOINT ["zip"]

Cloud Build Log

BUILD
Already have image (with digest): gcr.io/cloud-builders/docker
Sending build context to Docker daemon  3.072kB


Step 1/3 : FROM launcher.gcr.io/google/ubuntu18_04
manifest for launcher.gcr.io/google/ubuntu18_04:latest not found
ERROR
ERROR: build step 0 "gcr.io/cloud-builders/docker" failed: exit status 1
@kkashyap1707
Copy link

Not able to build the image using cloudbuild.yaml

steps:

  • name: 'gcr.io/sturdy-dogfish-273514/quickstart-images'
    args:
    • 'run'
    • 'deploy'
    • 'cloudrunservice'
    • '--image'
    • 'gcr.io/sturdy-dogfish-273514/quickstart'
    • '--region'
    • 'us-central1'
    • '--platform'
    • 'managed'
    • '--allow-unauthenticated'

Screenshot from 2020-04-20 00-13-33

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants