You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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:
Cloud Build Log
The text was updated successfully, but these errors were encountered: