Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- latest: Pulling from plugins/docker
- Digest: sha256:05b633c2a70fc1c45fd64e5858b687eb5a7ff531029064bf9e7e388e211fc927
- Status: Image is up to date for plugins/docker:latest
- + /usr/local/bin/dockerd --data-root /var/lib/docker --host=unix:///var/run/docker.sock
- Registry credentials or Docker config not provided. Guest mode enabled.
- + /usr/local/bin/docker version
- time="2022-07-01T00:30:55.709772260Z" level=info msg="Starting up"
- time="2022-07-01T00:30:55.713528810Z" level=warning msg="could not change group /var/run/docker.sock to docker: group docker not found"
- failed to load listeners: can't create unix socket /var/run/docker.sock: device or resource busy
- Client:
- Version: 20.10.14
- API version: 1.41
- Go version: go1.16.15
- Git commit: a224086
- Built: Thu Mar 24 01:44:53 2022
- OS/Arch: linux/arm64
- Context: default
- Experimental: true
- Server:
- Engine:
- Version: 20.10.5+dfsg1
- API version: 1.41 (minimum version 1.12)
- Go version: go1.15.15
- Git commit: 363e9a8
- Built: Sat Dec 4 10:53:03 2021
- OS/Arch: linux/arm64
- Experimental: false
- containerd:
- Version: 1.4.13~ds1
- GitCommit: 1.4.13~ds1-1~deb11u1
- runc:
- Version: 1.0.0~rc93+ds1
- GitCommit: 1.0.0~rc93+ds1-5+b2
- docker-init:
- Version: 0.19.0
- GitCommit:
- + /usr/local/bin/docker info
- WARNING: Support for cgroup v2 is experimental
- Client:
- Context: default
- Debug Mode: false
- Server:
- Containers: 10
- Running: 2
- Paused: 0
- Stopped: 8
- Images: 356
- Server Version: 20.10.5+dfsg1
- Storage Driver: overlay2
- Backing Filesystem: extfs
- Supports d_type: true
- Native Overlay Diff: true
- Logging Driver: json-file
- Cgroup Driver: systemd
- Cgroup Version: 2
- Plugins:
- Volume: local
- Network: bridge host ipvlan macvlan null overlay
- Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
- Swarm: inactive
- Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc
- Default Runtime: runc
- Init Binary: docker-init
- containerd version: 1.4.13~ds1-1~deb11u1
- runc version: 1.0.0~rc93+ds1-5+b2
- init version:
- Security Options:
- seccomp
- Profile: default
- cgroupns
- Kernel Version: 5.15.32-v8+
- Operating System: Debian GNU/Linux 11 (bullseye)
- OSType: linux
- Architecture: aarch64
- CPUs: 4
- Total Memory: 7.629GiB
- Name: rasnu1
- ID: 6FZM:HTHQ:T6GZ:JS5S:UBIB:M7FU:3DAR:25FF:CNZB:IJAO:TZYN:Q4SP
- Docker Root Dir: /var/lib/docker
- Debug Mode: false
- Registry: https://index.docker.io/v1/
- Labels:
- Experimental: false
- Insecure Registries:
- 127.0.0.0/8
- Live Restore Enabled: false
- + /usr/local/bin/docker build --rm=true -f Dockerfile -t 472d41d9c03ee60fe9c1965ad9cfd36a1cdb6cbf . --pull=true --label org.opencontainers.image.created=2022-07-01T00:30:55Z --label org.opencontainers.image.revision=472d41d9c03ee60fe9c1965ad9cfd36a1cdb6cbf --label org.opencontainers.image.source=https://gitea.scubbo.org/scubbo/blogContent.git --label org.opencontainers.image.url=https://gitea.scubbo.org/scubbo/blogContent
- Sending build context to Docker daemon 10.18MB
- Step 1/6 : FROM nginxinc/nginx-unprivileged
- latest: Pulling from nginxinc/nginx-unprivileged
- Digest: sha256:0467d3b8bc915856028f49eccbb9ca2e55e159890d735a9ea31e19db8584de94
- Status: Image is up to date for nginxinc/nginx-unprivileged:latest
- ---> c7bcc73e689d
- Step 2/6 : COPY blog/public /usr/share/nginx/html
- ---> Using cache
- ---> b1c0dba83796
- Step 3/6 : LABEL org.opencontainers.image.created=2022-07-01T00:30:55Z
- ---> Running in 031f30d54119
- Removing intermediate container 031f30d54119
- ---> cb7eafa1e781
- Step 4/6 : LABEL org.opencontainers.image.revision=472d41d9c03ee60fe9c1965ad9cfd36a1cdb6cbf
- ---> Running in 7f45dbd04ac1
- Removing intermediate container 7f45dbd04ac1
- ---> 2fcfdb9ea5ed
- Step 5/6 : LABEL org.opencontainers.image.source=https://gitea.scubbo.org/scubbo/blogContent.git
- ---> Running in 8e463e8946fc
- Removing intermediate container 8e463e8946fc
- ---> 2351a4e21b32
- Step 6/6 : LABEL org.opencontainers.image.url=https://gitea.scubbo.org/scubbo/blogContent
- ---> Running in 56e1749cd20f
- Removing intermediate container 56e1749cd20f
- ---> c48912e9031d
- Successfully built c48912e9031d
- Successfully tagged 472d41d9c03ee60fe9c1965ad9cfd36a1cdb6cbf:latest
- + /usr/local/bin/docker tag 472d41d9c03ee60fe9c1965ad9cfd36a1cdb6cbf docker-registry.scubbo.org:8843/scubbo/blog_nginx:built_in_ci
- + /usr/local/bin/docker push docker-registry.scubbo.org:8843/scubbo/blog_nginx:built_in_ci
- The push refers to repository [docker-registry.scubbo.org:8843/scubbo/blog_nginx]
- Get "https://docker-registry.scubbo.org:8843/v2/": x509: certificate signed by unknown authority
- exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement