BuildID: 2986
Status: OK
Image: melezhik/sparrow:alpine
Worker status: OK
---
Date: 09.02.2023 @ 22:26
Time elapsed: 71 sec
---
SCM:
https://github.com/melezhik/sparrowci-docker-task.git
Git sha: e3f834c
Git comment: Update sparrow.yaml
tasks:
-
name: run-docker
language: Bash
default: true
code: |
sudo apk add docker-cli
cd source/
docker build .
[35m22:26:00[0m :: [repository] - index updated from https://sparrowhub.io/repo/api/v1/index
run stage: run
source directory does not yet exist, download source archive from storage
[35m22:26:03[0m :: [repository] - installing pack-unpack, version 0.000001
[1;36m[task run: task.bash - unpack source archive][0m
[1;36m[dump code: task.bash][0m
[1] set -e
[2]
[3] file=$(config file)
[4] dir=$(config dir)
[5]
[6] echo "tar -xzf $file "
[7]
[8] tar -xzf $file
[9]
[10] if test $dir; then
[11] ls -l $dir
[12] fi
[13]
[14]
[1;36m[task stdout][0m
[35m22:26:05[0m :: tar -xzf source.tar.gz
[1;36m[task run: task.bash - tasks/run-docker][0m
[1;36m[dump code: task.bash][0m
[1] sudo apk add docker-cli
[2] cd source/
[3] docker build .
[4]
[1;36m[task stdout][0m
[35m22:26:05[0m :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
[35m22:26:05[0m :: fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz
[35m22:26:05[0m :: fetch https://dl.cloudsmith.io/public/nxadm-pkgs/rakudo-pkg/alpine/v3.16/main/x86_64/APKINDEX.tar.gz
[35m22:26:06[0m :: (1/1) Installing docker-cli (20.10.20-r0)
[35m22:26:06[0m :: Executing busybox-1.35.0-r17.trigger
[35m22:26:06[0m :: OK: 752 MiB in 61 packages
[35m22:26:06[0m :: Sending build context to Docker daemon 90.62kB
[35m22:26:06[0m ::
[35m22:26:06[0m :: Step 1/1 : FROM alpine
[35m22:26:06[0m :: ---> 042a816809aa
[35m22:26:06[0m :: Successfully built 042a816809aa