Created
February 26, 2019 00:54
-
-
Save SpringMT/5f0c93c7c39c74f5065e7c927678e621 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
starting build "***********" | |
FETCHSOURCE | |
Initialized empty Git repository in /workspace/.git/ | |
From **********/github_SpringMT_kaniko_5Ftest | |
* branch bb8d6d8a5d00cee2a3764cb05fdb2714a075fde0 -> FETCH_HEAD | |
HEAD is now at bb8d6d8 Remove WORKDIR | |
BUILD | |
Pulling image: gcr.io/kaniko-project/executor | |
Using default tag: latest | |
latest: Pulling from kaniko-project/executor | |
Digest: sha256:d9fe474f80b73808dc12b54f45f5fc90f7856d9fc699d4a5e79d968a1aef1a72 | |
Status: Downloaded newer image for gcr.io/kaniko-project/executor:latest | |
INFO[0000] Downloading base image alpine | |
2019/02/24 13:28:54 No matching credentials were found, falling back on anonymous | |
INFO[0001] Error while retrieving image from cache: geting file info: stat /cache/sha256:25b4d910f4b76a63a3b45d0f69a57c34157500faf6087236581eca221c62d214: no such file or directory | |
INFO[0001] Downloading base image alpine | |
2019/02/24 13:28:55 No matching credentials were found, falling back on anonymous | |
INFO[0001] Checking for cached layer **********/cache:66baeda084f3c55ee53656de11729a3954da8a831f469c87a3b6336f86e437c2... | |
INFO[0002] Using caching version of cmd: RUN apk add tree | |
INFO[0002] Checking for cached layer **********/cache:b8c0df74ce9b3795c0ea032e41744406a4e52245b72ae59e200275eb4ef4765f... | |
INFO[0002] Using caching version of cmd: RUN mkdir /app | |
INFO[0002] Checking for cached layer **********/cache:0e74475cc748666f0c99a8216168a4916fa7afa1e3a9f56a099d4fa78afb1ff7... | |
INFO[0002] Using caching version of cmd: RUN mkdir /app/api | |
INFO[0002] Using files from context: [/workspace/api] | |
INFO[0002] Checking for cached layer **********/cache:e4e90421b575aaf3f81ebff5e6df09e160865592041edc0151904e3f22cbba46... | |
INFO[0002] No cached layer found for cmd RUN tree /app | |
INFO[0002] Unpacking rootfs as cmd RUN tree /app requires it. | |
INFO[0003] Taking snapshot of full filesystem... | |
INFO[0003] Skipping paths under /kaniko, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /root/tokencache, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /builder/cache, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /builder/home, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /builder/outputs, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /var/run, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /dev, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /sys, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /proc, as it is a whitelisted directory | |
INFO[0003] Skipping paths under /workspace, as it is a whitelisted directory | |
INFO[0003] RUN apk add tree | |
INFO[0003] Found cached layer, extracting to filesystem | |
INFO[0003] Taking snapshot of files... | |
INFO[0003] RUN mkdir /app | |
INFO[0003] Found cached layer, extracting to filesystem | |
INFO[0003] Taking snapshot of files... | |
INFO[0003] RUN mkdir /app/api | |
INFO[0003] Found cached layer, extracting to filesystem | |
INFO[0003] Taking snapshot of files... | |
INFO[0003] Using files from context: [/workspace/api] | |
INFO[0003] COPY api /app/api/ | |
INFO[0003] Taking snapshot of files... | |
INFO[0003] RUN tree /app | |
INFO[0003] cmd: /bin/sh | |
INFO[0003] args: [-c tree /app] | |
/app | |
└── api | |
└── api.txt | |
1 directory, 1 file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment