Skip to content

Instantly share code, notes, and snippets.

@uriva
Created November 29, 2024 16:36
Show Gist options
  • Save uriva/9a966aac24bc16bc718ce4f91723b89c to your computer and use it in GitHub Desktop.
Save uriva/9a966aac24bc16bc718ce4f91723b89c to your computer and use it in GitHub Desktop.
Pulling image: gcr.io/kaniko-project/executor:latest
latest: Pulling from kaniko-project/executor
Digest: sha256:9e69fd4330ec887829c780f5126dd80edc663df6def362cd22e79bcdf00ac53f
Status: Downloaded newer image for gcr.io/kaniko-project/executor:latest
gcr.io/kaniko-project/executor:latest
INFO[0000] Using dockerignore file: /workspace/.dockerignore
INFO[0000] Retrieving image manifest node:22.11.0
INFO[0000] Retrieving image node:22.11.0 from registry index.docker.io
INFO[0000] Retrieving image manifest node:22.11.0
INFO[0000] Returning cached image manifest
INFO[0000] Built cross stage deps: map[]
INFO[0000] Retrieving image manifest node:22.11.0
INFO[0000] Returning cached image manifest
INFO[0000] Retrieving image manifest node:22.11.0
INFO[0000] Returning cached image manifest
INFO[0000] Executing 0 build triggers
INFO[0000] Building stage 'node:22.11.0' [idx: '0', base-idx: '-1']
INFO[0000] Checking for cached layer us-central1-docker.pkg.dev/movie-quotes-368212/cloud-run-source-deploy/find-scene/cache:1e93caa6ea5817c021a135d3b93e7609875707603f90e8d463ff78696e22443d...
INFO[0001] Using caching version of cmd: RUN apt-get -y update && apt-get -y upgrade && apt-get install -y ffmpeg && apt-get clean
INFO[0001] Checking for cached layer us-central1-docker.pkg.dev/movie-quotes-368212/cloud-run-source-deploy/find-scene/cache:ad7b693af1ef60fbbb68ab0ac76923ec4edd2ad327327892eac7a90cb3e70987...
INFO[0001] Using caching version of cmd: RUN apt-get update && apt-get install gnupg wget -y && wget --quiet --output-document=- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/google-archive.gpg && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && apt-get update && apt-get install google-chrome-stable -y --no-install-recommends && rm -rf /var/lib/apt/lists/*
INFO[0001] Checking for cached layer us-central1-docker.pkg.dev/movie-quotes-368212/cloud-run-source-deploy/find-scene/cache:6e0ef4c772a2aa5ad95e2a618ff78836f33bb6b9db5897cde088dcfe95b3fa83...
INFO[0001] Using caching version of cmd: RUN yarn install --frozen-lockfile
INFO[0001] Unpacking rootfs as cmd COPY package.json yarn.lock ./ requires it.
INFO[0024] RUN apt-get -y update && apt-get -y upgrade && apt-get install -y ffmpeg && apt-get clean
INFO[0024] Found cached layer, extracting to filesystem
INFO[0063] ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
INFO[0063] No files changed in this command, skipping snapshotting.
INFO[0063] RUN apt-get update && apt-get install gnupg wget -y && wget --quiet --output-document=- https://dl-ssl.google.com/linux/linux_signing_key.pub | gpg --dearmor > /etc/apt/trusted.gpg.d/google-archive.gpg && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' && apt-get update && apt-get install google-chrome-stable -y --no-install-recommends && rm -rf /var/lib/apt/lists/*
INFO[0063] Found cached layer, extracting to filesystem
INFO[0099] COPY package.json yarn.lock ./
INFO[0099] Taking snapshot of files...
INFO[0099] RUN yarn install --frozen-lockfile
INFO[0099] Found cached layer, extracting to filesystem
INFO[0283] COPY . .
INFO[0283] Taking snapshot of files...
INFO[0283] ENV CHROME_PATH "/usr/bin/google-chrome"
INFO[0283] No files changed in this command, skipping snapshotting.
INFO[0283] CMD ["yarn", "run", "serve"]
INFO[0283] No files changed in this command, skipping snapshotting.
INFO[0283] Pushing image to us-central1-docker.pkg.dev/movie-quotes-368212/cloud-run-source-deploy/find-scene
INFO[0284] Pushed us-central1-docker.pkg.dev/movie-quotes-368212/cloud-run-source-deploy/find-scene@sha256:b042cb56e3f08525e49e925150c5f1fb4faf88de5cba092a8bfbe3901da8aa6f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment