docker / build-push-action

GitHub Action to build and push Docker images with Buildx
https://github.com/marketplace/actions/build-and-push-docker-images
Apache License 2.0
4.11k stars 526 forks source link

ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory #1107

Closed ngocdd closed 2 months ago

ngocdd commented 2 months ago

Contributing guidelines

I've found a bug, and:

Description

I got the error ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory, detail log as below, please help to resolve this. Thanks team!

Expected behaviour

The error ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory should not appear

Actual behaviour

I using the default config and it doesn't work

Repository URL

No response

Workflow run URL

No response

YAML workflow

name: ci

on:
  push:
    branches:
      - 'main'

jobs:
  docker:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Set up QEMU
        uses: docker/setup-qemu-action@v3
      - name: Set up Docker Buildx
        uses: docker/setup-buildx-action@v3
      - name: Login to Docker Hub
        uses: docker/login-action@v3
        with:
          username: ${{ secrets.DOCKERHUB_USERNAME }}
          password: ${{ secrets.DOCKERHUB_TOKEN }}
      - name: Build and push
        uses: docker/build-push-action@v5
        with:
          context: .
          push: true
          tags: user/app:latest

Workflow logs

2024-04-29T06:10:11.6019381Z Current runner version: '2.316.0'
2024-04-29T06:10:11.6042057Z ##[group]Operating System
2024-04-29T06:10:11.6042691Z Ubuntu
2024-04-29T06:10:11.6043061Z 22.04.4
2024-04-29T06:10:11.6043481Z LTS
2024-04-29T06:10:11.6043842Z ##[endgroup]
2024-04-29T06:10:11.6044232Z ##[group]Runner Image
2024-04-29T06:10:11.6044755Z Image: ubuntu-22.04
2024-04-29T06:10:11.6045188Z Version: 20240422.1.0
2024-04-29T06:10:11.6046197Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240422.1/images/ubuntu/Ubuntu2204-Readme.md
2024-04-29T06:10:11.6047738Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240422.1
2024-04-29T06:10:11.6048629Z ##[endgroup]
2024-04-29T06:10:11.6049109Z ##[group]Runner Image Provisioner
2024-04-29T06:10:11.6049618Z 2.0.369.1
2024-04-29T06:10:11.6049933Z ##[endgroup]
2024-04-29T06:10:11.6052340Z ##[group]GITHUB_TOKEN Permissions
2024-04-29T06:10:11.6053946Z Actions: write
2024-04-29T06:10:11.6054674Z Attestations: write
2024-04-29T06:10:11.6055202Z Checks: write
2024-04-29T06:10:11.6055685Z Contents: write
2024-04-29T06:10:11.6056085Z Deployments: write
2024-04-29T06:10:11.6056463Z Discussions: write
2024-04-29T06:10:11.6056945Z Issues: write
2024-04-29T06:10:11.6057320Z Metadata: read
2024-04-29T06:10:11.6057720Z Packages: write
2024-04-29T06:10:11.6058196Z Pages: write
2024-04-29T06:10:11.6058543Z PullRequests: write
2024-04-29T06:10:11.6058985Z RepositoryProjects: write
2024-04-29T06:10:11.6059535Z SecurityEvents: write
2024-04-29T06:10:11.6059982Z Statuses: write
2024-04-29T06:10:11.6060351Z ##[endgroup]
2024-04-29T06:10:11.6063775Z Secret source: Actions
2024-04-29T06:10:11.6064368Z Prepare workflow directory
2024-04-29T06:10:11.6680875Z Prepare all required actions
2024-04-29T06:10:11.6836571Z Getting action download info
2024-04-29T06:10:11.8719701Z Download action repository 'actions/checkout@v4' (SHA:0ad4b8fadaa221de15dcec353f45205ec38ea70b)
2024-04-29T06:10:12.2705997Z Download action repository 'docker/setup-qemu-action@v3' (SHA:68827325e0b33c7199eb31dd4e31fbe9023e06e3)
2024-04-29T06:10:12.5439974Z Download action repository 'docker/setup-buildx-action@v3' (SHA:d70bba72b1f3fd22344832f00baa16ece964efeb)
2024-04-29T06:10:12.9189702Z Download action repository 'docker/login-action@v3' (SHA:e92390c5fb421da1463c202d546fed0ec5c39f20)
2024-04-29T06:10:13.2887678Z Download action repository 'docker/build-push-action@v5' (SHA:2cdde995de11925a030ce8070c3d77a52ffcf1c0)
2024-04-29T06:10:13.7752250Z Complete job name: docker
2024-04-29T06:10:13.8604112Z ##[group]Run actions/checkout@v4
2024-04-29T06:10:13.8604495Z with:
2024-04-29T06:10:13.8604741Z   repository: ngocdd/fe_vntrading
2024-04-29T06:10:13.8605228Z   token: ***
2024-04-29T06:10:13.8605488Z   ssh-strict: true
2024-04-29T06:10:13.8605752Z   ssh-user: git
2024-04-29T06:10:13.8606023Z   persist-credentials: true
2024-04-29T06:10:13.8606319Z   clean: true
2024-04-29T06:10:13.8606575Z   sparse-checkout-cone-mode: true
2024-04-29T06:10:13.8606893Z   fetch-depth: 1
2024-04-29T06:10:13.8607147Z   fetch-tags: false
2024-04-29T06:10:13.8607418Z   show-progress: true
2024-04-29T06:10:13.8607672Z   lfs: false
2024-04-29T06:10:13.8607906Z   submodules: false
2024-04-29T06:10:13.8608211Z   set-safe-directory: true
2024-04-29T06:10:13.8608499Z ##[endgroup]
2024-04-29T06:10:14.0952145Z Syncing repository: ngocdd/fe_vntrading
2024-04-29T06:10:14.0954241Z ##[group]Getting Git version info
2024-04-29T06:10:14.0955183Z Working directory is '/home/runner/work/fe_vntrading/fe_vntrading'
2024-04-29T06:10:14.0956384Z [command]/usr/bin/git version
2024-04-29T06:10:14.0956878Z git version 2.43.2
2024-04-29T06:10:14.0958509Z ##[endgroup]
2024-04-29T06:10:14.0972600Z Temporarily overriding HOME='/home/runner/work/_temp/71bc7946-a7a9-4139-8b93-43a2eb737e43' before making global git config changes
2024-04-29T06:10:14.0974245Z Adding repository directory to the temporary git global config as a safe directory
2024-04-29T06:10:14.0975752Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/fe_vntrading/fe_vntrading
2024-04-29T06:10:14.0998002Z Deleting the contents of '/home/runner/work/fe_vntrading/fe_vntrading'
2024-04-29T06:10:14.1003351Z ##[group]Initializing the repository
2024-04-29T06:10:14.1006444Z [command]/usr/bin/git init /home/runner/work/fe_vntrading/fe_vntrading
2024-04-29T06:10:14.1065467Z hint: Using 'master' as the name for the initial branch. This default branch name
2024-04-29T06:10:14.1066658Z hint: is subject to change. To configure the initial branch name to use in all
2024-04-29T06:10:14.1067776Z hint: of your new repositories, which will suppress this warning, call:
2024-04-29T06:10:14.1068541Z hint: 
2024-04-29T06:10:14.1069105Z hint:  git config --global init.defaultBranch <name>
2024-04-29T06:10:14.1069739Z hint: 
2024-04-29T06:10:14.1070436Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
2024-04-29T06:10:14.1071617Z hint: 'development'. The just-created branch can be renamed via this command:
2024-04-29T06:10:14.1072420Z hint: 
2024-04-29T06:10:14.1072833Z hint:  git branch -m <name>
2024-04-29T06:10:14.1079058Z Initialized empty Git repository in /home/runner/work/fe_vntrading/fe_vntrading/.git/
2024-04-29T06:10:14.1090354Z [command]/usr/bin/git remote add origin https://github.com/ngocdd/fe_vntrading
2024-04-29T06:10:14.1122508Z ##[endgroup]
2024-04-29T06:10:14.1123069Z ##[group]Disabling automatic garbage collection
2024-04-29T06:10:14.1126949Z [command]/usr/bin/git config --local gc.auto 0
2024-04-29T06:10:14.1154771Z ##[endgroup]
2024-04-29T06:10:14.1155601Z ##[group]Setting up auth
2024-04-29T06:10:14.1161781Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-04-29T06:10:14.1190809Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-04-29T06:10:14.1475044Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-04-29T06:10:14.1500972Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-04-29T06:10:14.1728790Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2024-04-29T06:10:14.1760638Z ##[endgroup]
2024-04-29T06:10:14.1761400Z ##[group]Fetching the repository
2024-04-29T06:10:14.1771581Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +af8d9e017b6432ca9f9d33f131149bccda6f28d7:refs/remotes/origin/main
2024-04-29T06:10:14.5920237Z From https://github.com/ngocdd/fe_vntrading
2024-04-29T06:10:14.5922044Z  * [new ref]         af8d9e017b6432ca9f9d33f131149bccda6f28d7 -> origin/main
2024-04-29T06:10:14.5954637Z ##[endgroup]
2024-04-29T06:10:14.5955406Z ##[group]Determining the checkout info
2024-04-29T06:10:14.5957145Z ##[endgroup]
2024-04-29T06:10:14.5962583Z [command]/usr/bin/git sparse-checkout disable
2024-04-29T06:10:14.6014484Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2024-04-29T06:10:14.6043350Z ##[group]Checking out the ref
2024-04-29T06:10:14.6048340Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
2024-04-29T06:10:14.6603985Z Switched to a new branch 'main'
2024-04-29T06:10:14.6607732Z branch 'main' set up to track 'origin/main'.
2024-04-29T06:10:14.6612893Z ##[endgroup]
2024-04-29T06:10:14.6655447Z [command]/usr/bin/git log -1 --format='%H'
2024-04-29T06:10:14.6678615Z 'af8d9e017b6432ca9f9d33f131149bccda6f28d7'
2024-04-29T06:10:14.6933971Z ##[group]Run docker/setup-qemu-action@v3
2024-04-29T06:10:14.6934348Z with:
2024-04-29T06:10:14.6934590Z   image: tonistiigi/binfmt:latest
2024-04-29T06:10:14.6934964Z   platforms: all
2024-04-29T06:10:14.6935205Z ##[endgroup]
2024-04-29T06:10:14.7413211Z ##[group]Docker info
2024-04-29T06:10:14.7443929Z [command]/usr/bin/docker version
2024-04-29T06:10:15.9012169Z Client: Docker Engine - Community
2024-04-29T06:10:15.9016193Z  Version:           24.0.9
2024-04-29T06:10:15.9016861Z  API version:       1.43
2024-04-29T06:10:15.9017473Z  Go version:        go1.20.13
2024-04-29T06:10:15.9018902Z  Git commit:        2936816
2024-04-29T06:10:15.9019657Z  Built:             Thu Feb  1 00:48:39 2024
2024-04-29T06:10:15.9020360Z  OS/Arch:           linux/amd64
2024-04-29T06:10:15.9021598Z  Context:           default
2024-04-29T06:10:15.9021997Z 
2024-04-29T06:10:15.9022545Z Server: Docker Engine - Community
2024-04-29T06:10:15.9023298Z  Engine:
2024-04-29T06:10:15.9023906Z   Version:          24.0.9
2024-04-29T06:10:15.9024540Z   API version:      1.43 (minimum version 1.12)
2024-04-29T06:10:15.9025375Z   Go version:       go1.20.13
2024-04-29T06:10:15.9025975Z   Git commit:       fca702d
2024-04-29T06:10:15.9026566Z   Built:            Thu Feb  1 00:48:39 2024
2024-04-29T06:10:15.9027433Z   OS/Arch:          linux/amd64
2024-04-29T06:10:15.9087583Z   Experimental:     false
2024-04-29T06:10:15.9088216Z  containerd:
2024-04-29T06:10:15.9088851Z   Version:          1.6.31
2024-04-29T06:10:15.9089557Z   GitCommit:        e377cd56a71523140ca6ae87e30244719194a521
2024-04-29T06:10:15.9090421Z  runc:
2024-04-29T06:10:15.9091119Z   Version:          1.1.12
2024-04-29T06:10:15.9092025Z   GitCommit:        v1.1.12-0-g51d5e94
2024-04-29T06:10:15.9092851Z  docker-init:
2024-04-29T06:10:15.9093569Z   Version:          0.19.0
2024-04-29T06:10:15.9094258Z   GitCommit:        de40ad0
2024-04-29T06:10:15.9095479Z [command]/usr/bin/docker info
2024-04-29T06:10:18.6361559Z Client: Docker Engine - Community
2024-04-29T06:10:18.6362484Z  Version:    24.0.9
2024-04-29T06:10:18.6363048Z  Context:    default
2024-04-29T06:10:18.6363573Z  Debug Mode: false
2024-04-29T06:10:18.6364255Z  Plugins:
2024-04-29T06:10:18.6364773Z   buildx: Docker Buildx (Docker Inc.)
2024-04-29T06:10:18.6365399Z     Version:  v0.14.0
2024-04-29T06:10:18.6366429Z     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
2024-04-29T06:10:18.6367260Z   compose: Docker Compose (Docker Inc.)
2024-04-29T06:10:18.6368045Z     Version:  v2.23.3
2024-04-29T06:10:18.6368872Z     Path:     /usr/libexec/docker/cli-plugins/docker-compose
2024-04-29T06:10:18.6369428Z 
2024-04-29T06:10:18.6369649Z Server:
2024-04-29T06:10:18.6370251Z  Containers: 0
2024-04-29T06:10:18.6370721Z   Running: 0
2024-04-29T06:10:18.6371228Z   Paused: 0
2024-04-29T06:10:18.6371795Z   Stopped: 0
2024-04-29T06:10:18.6372130Z  Images: 14
2024-04-29T06:10:18.6372520Z  Server Version: 24.0.9
2024-04-29T06:10:18.6372971Z  Storage Driver: overlay2
2024-04-29T06:10:18.6373454Z   Backing Filesystem: extfs
2024-04-29T06:10:18.6374026Z   Supports d_type: true
2024-04-29T06:10:18.6374578Z   Using metacopy: false
2024-04-29T06:10:18.6374987Z   Native Overlay Diff: false
2024-04-29T06:10:18.6375455Z   userxattr: false
2024-04-29T06:10:18.6375965Z  Logging Driver: json-file
2024-04-29T06:10:18.6376455Z  Cgroup Driver: cgroupfs
2024-04-29T06:10:18.6376982Z  Cgroup Version: 2
2024-04-29T06:10:18.6377379Z  Plugins:
2024-04-29T06:10:18.6377671Z   Volume: local
2024-04-29T06:10:18.6378272Z   Network: bridge host ipvlan macvlan null overlay
2024-04-29T06:10:18.6379402Z   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
2024-04-29T06:10:18.6380153Z  Swarm: inactive
2024-04-29T06:10:18.6380726Z  Runtimes: io.containerd.runc.v2 runc
2024-04-29T06:10:18.6381318Z  Default Runtime: runc
2024-04-29T06:10:18.6381981Z  Init Binary: docker-init
2024-04-29T06:10:18.6383006Z  containerd version: e377cd56a71523140ca6ae87e30244719194a521
2024-04-29T06:10:18.6384339Z  runc version: v1.1.12-0-g51d5e94
2024-04-29T06:10:18.6384939Z  init version: de40ad0
2024-04-29T06:10:18.6385600Z  Security Options:
2024-04-29T06:10:18.6386124Z   apparmor
2024-04-29T06:10:18.6386580Z   seccomp
2024-04-29T06:10:18.6387155Z    Profile: builtin
2024-04-29T06:10:18.6387615Z   cgroupns
2024-04-29T06:10:18.6388183Z  Kernel Version: 6.5.0-1018-azure
2024-04-29T06:10:18.6388951Z  Operating System: Ubuntu 22.04.4 LTS
2024-04-29T06:10:18.6389823Z  OSType: linux
2024-04-29T06:10:18.6390467Z  Architecture: x86_64
2024-04-29T06:10:18.6390948Z  CPUs: 4
2024-04-29T06:10:18.6391435Z  Total Memory: 15.61GiB
2024-04-29T06:10:18.6392175Z  Name: fv-az523-793
2024-04-29T06:10:18.6392818Z  ID: 584d62f5-11d9-4074-87e4-acacf60905a6
2024-04-29T06:10:18.6393463Z  Docker Root Dir: /var/lib/docker
2024-04-29T06:10:18.6394235Z  Debug Mode: false
2024-04-29T06:10:18.6394764Z  Username: githubactions
2024-04-29T06:10:18.6395352Z  Experimental: false
2024-04-29T06:10:18.6395977Z  Insecure Registries:
2024-04-29T06:10:18.6396473Z   127.0.0.0/8
2024-04-29T06:10:18.6396995Z  Live Restore Enabled: false
2024-04-29T06:10:18.6397482Z 
2024-04-29T06:10:18.6398157Z ##[endgroup]
2024-04-29T06:10:18.6399071Z ##[group]Pulling binfmt Docker image
2024-04-29T06:10:18.6400254Z [command]/usr/bin/docker pull tonistiigi/binfmt:latest
2024-04-29T06:10:19.1699757Z latest: Pulling from tonistiigi/binfmt
2024-04-29T06:10:19.2981777Z 8d4d64c318a5: Pulling fs layer
2024-04-29T06:10:19.2983705Z e9c608ddc3cb: Pulling fs layer
2024-04-29T06:10:19.5721237Z 8d4d64c318a5: Verifying Checksum
2024-04-29T06:10:19.5722188Z 8d4d64c318a5: Download complete
2024-04-29T06:10:19.6985897Z e9c608ddc3cb: Verifying Checksum
2024-04-29T06:10:19.6986935Z e9c608ddc3cb: Download complete
2024-04-29T06:10:19.9016544Z 8d4d64c318a5: Pull complete
2024-04-29T06:10:20.1379349Z e9c608ddc3cb: Pull complete
2024-04-29T06:10:20.1427809Z Digest: sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55
2024-04-29T06:10:20.1441334Z Status: Downloaded newer image for tonistiigi/binfmt:latest
2024-04-29T06:10:20.1449829Z docker.io/tonistiigi/binfmt:latest
2024-04-29T06:10:20.1464868Z ##[endgroup]
2024-04-29T06:10:20.1465943Z ##[group]Image info
2024-04-29T06:10:20.1478050Z [command]/usr/bin/docker image inspect tonistiigi/binfmt:latest
2024-04-29T06:10:20.1664544Z [
2024-04-29T06:10:20.1664999Z     {
2024-04-29T06:10:20.1665986Z         "Id": "sha256:354472a378935adfe74a19600b89bd9ada7bb058306fff23b3d6613405852faf",
2024-04-29T06:10:20.1667062Z         "RepoTags": [
2024-04-29T06:10:20.1667669Z             "tonistiigi/binfmt:latest"
2024-04-29T06:10:20.1668412Z         ],
2024-04-29T06:10:20.1668913Z         "RepoDigests": [
2024-04-29T06:10:20.1669661Z             "tonistiigi/binfmt@sha256:66e11bea77a5ea9d6f0fe79b57cd2b189b5d15b93a2bdb925be22949232e4e55"
2024-04-29T06:10:20.1670378Z         ],
2024-04-29T06:10:20.1670711Z         "Parent": "",
2024-04-29T06:10:20.1671158Z         "Comment": "buildkit.dockerfile.v0",
2024-04-29T06:10:20.1671967Z         "Created": "2022-08-02T19:13:20.178433831Z",
2024-04-29T06:10:20.1672436Z         "Container": "",
2024-04-29T06:10:20.1672777Z         "ContainerConfig": {
2024-04-29T06:10:20.1673245Z             "Hostname": "",
2024-04-29T06:10:20.1673643Z             "Domainname": "",
2024-04-29T06:10:20.1674106Z             "User": "",
2024-04-29T06:10:20.1674703Z             "AttachStdin": false,
2024-04-29T06:10:20.1675461Z             "AttachStdout": false,
2024-04-29T06:10:20.1676353Z             "AttachStderr": false,
2024-04-29T06:10:20.1677109Z             "Tty": false,
2024-04-29T06:10:20.1677784Z             "OpenStdin": false,
2024-04-29T06:10:20.1678542Z             "StdinOnce": false,
2024-04-29T06:10:20.1679265Z             "Env": null,
2024-04-29T06:10:20.1679901Z             "Cmd": null,
2024-04-29T06:10:20.1680652Z             "Image": "",
2024-04-29T06:10:20.1681287Z             "Volumes": null,
2024-04-29T06:10:20.1681916Z             "WorkingDir": "",
2024-04-29T06:10:20.1682738Z             "Entrypoint": null,
2024-04-29T06:10:20.1684001Z             "OnBuild": null,
2024-04-29T06:10:20.1684759Z             "Labels": null
2024-04-29T06:10:20.1685555Z         },
2024-04-29T06:10:20.1686160Z         "DockerVersion": "",
2024-04-29T06:10:20.1686847Z         "Author": "",
2024-04-29T06:10:20.1687700Z         "Config": {
2024-04-29T06:10:20.1688342Z             "Hostname": "",
2024-04-29T06:10:20.1689018Z             "Domainname": "",
2024-04-29T06:10:20.1690199Z             "User": "",
2024-04-29T06:10:20.1690875Z             "AttachStdin": false,
2024-04-29T06:10:20.1691813Z             "AttachStdout": false,
2024-04-29T06:10:20.1692585Z             "AttachStderr": false,
2024-04-29T06:10:20.1693282Z             "Tty": false,
2024-04-29T06:10:20.1694043Z             "OpenStdin": false,
2024-04-29T06:10:20.1694690Z             "StdinOnce": false,
2024-04-29T06:10:20.1695311Z             "Env": [
2024-04-29T06:10:20.1696264Z                 "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
2024-04-29T06:10:20.1697228Z                 "QEMU_PRESERVE_ARGV0=1"
2024-04-29T06:10:20.1697950Z             ],
2024-04-29T06:10:20.1698599Z             "Cmd": null,
2024-04-29T06:10:20.1699175Z             "Image": "",
2024-04-29T06:10:20.1699675Z             "Volumes": {
2024-04-29T06:10:20.1700331Z                 "/tmp": {}
2024-04-29T06:10:20.1700898Z             },
2024-04-29T06:10:20.1701445Z             "WorkingDir": "/",
2024-04-29T06:10:20.1702170Z             "Entrypoint": [
2024-04-29T06:10:20.1703391Z                 "/usr/bin/binfmt"
2024-04-29T06:10:20.1703984Z             ],
2024-04-29T06:10:20.1704497Z             "OnBuild": null,
2024-04-29T06:10:20.1704980Z             "Labels": {
2024-04-29T06:10:20.1705809Z                 "org.opencontainers.image.created": "2022-08-02T18:32:39.936Z",
2024-04-29T06:10:20.1706955Z                 "org.opencontainers.image.description": "Cross-platform emulator collection distributed with Docker images",
2024-04-29T06:10:20.1707906Z                 "org.opencontainers.image.licenses": "MIT",
2024-04-29T06:10:20.1708852Z                 "org.opencontainers.image.revision": "a161c41c7aeaf3ef1c5b97f91aa02a12cca73432",
2024-04-29T06:10:20.1710343Z                 "org.opencontainers.image.source": "https://github.com/tonistiigi/binfmt",
2024-04-29T06:10:20.1711541Z                 "org.opencontainers.image.title": "Binfmt",
2024-04-29T06:10:20.1712874Z                 "org.opencontainers.image.url": "https://github.com/tonistiigi/binfmt",
2024-04-29T06:10:20.1714278Z                 "org.opencontainers.image.version": "qemu-v7.0.0-28"
2024-04-29T06:10:20.1714926Z             }
2024-04-29T06:10:20.1715477Z         },
2024-04-29T06:10:20.1715821Z         "Architecture": "amd64",
2024-04-29T06:10:20.1716311Z         "Os": "linux",
2024-04-29T06:10:20.1716770Z         "Size": 60182964,
2024-04-29T06:10:20.1717211Z         "VirtualSize": 60182964,
2024-04-29T06:10:20.1717632Z         "GraphDriver": {
2024-04-29T06:10:20.1718172Z             "Data": {
2024-04-29T06:10:20.1719032Z                 "LowerDir": "/var/lib/docker/overlay2/29a7d1c492bee36e275babfe407536ccddd49f754364e024c4a613aee5e4429a/diff",
2024-04-29T06:10:20.1720575Z                 "MergedDir": "/var/lib/docker/overlay2/925d5582be048ea3d3327bedb384b32628998ce17af0987b1206a7674926b5f4/merged",
2024-04-29T06:10:20.1721892Z                 "UpperDir": "/var/lib/docker/overlay2/925d5582be048ea3d3327bedb384b32628998ce17af0987b1206a7674926b5f4/diff",
2024-04-29T06:10:20.1723098Z                 "WorkDir": "/var/lib/docker/overlay2/925d5582be048ea3d3327bedb384b32628998ce17af0987b1206a7674926b5f4/work"
2024-04-29T06:10:20.1724084Z             },
2024-04-29T06:10:20.1724499Z             "Name": "overlay2"
2024-04-29T06:10:20.1724911Z         },
2024-04-29T06:10:20.1725374Z         "RootFS": {
2024-04-29T06:10:20.1725708Z             "Type": "layers",
2024-04-29T06:10:20.1726189Z             "Layers": [
2024-04-29T06:10:20.1726912Z                 "sha256:4c67e4044f8c0fe3e3efaf76f2a3d5d3d866f8ef2e8a9da756949d90e576baa0",
2024-04-29T06:10:20.1728013Z                 "sha256:949acf1cb73a60306e050836deb85a26fe23e226f6bcc499872b057efbf22dd1"
2024-04-29T06:10:20.1728736Z             ]
2024-04-29T06:10:20.1729207Z         },
2024-04-29T06:10:20.1729546Z         "Metadata": {
2024-04-29T06:10:20.1730114Z             "LastTagTime": "0001-01-01T00:00:00Z"
2024-04-29T06:10:20.1730662Z         }
2024-04-29T06:10:20.1731015Z     }
2024-04-29T06:10:20.1731526Z ]
2024-04-29T06:10:20.1732449Z ##[endgroup]
2024-04-29T06:10:20.1733598Z ##[group]Installing QEMU static binaries
2024-04-29T06:10:20.1735260Z [command]/usr/bin/docker run --rm --privileged tonistiigi/binfmt:latest --install all
2024-04-29T06:10:21.0235777Z installing: arm64 OK
2024-04-29T06:10:21.0236494Z installing: ppc64le OK
2024-04-29T06:10:21.0237065Z installing: mips64le OK
2024-04-29T06:10:21.0237729Z installing: mips64 OK
2024-04-29T06:10:21.0238154Z installing: arm OK
2024-04-29T06:10:21.0238592Z installing: s390x OK
2024-04-29T06:10:21.0239060Z installing: riscv64 OK
2024-04-29T06:10:21.0455641Z {
2024-04-29T06:10:21.0456348Z   "supported": [
2024-04-29T06:10:21.0457090Z     "linux/amd64",
2024-04-29T06:10:21.0457626Z     "linux/arm64",
2024-04-29T06:10:21.0458254Z     "linux/riscv64",
2024-04-29T06:10:21.0458779Z     "linux/ppc64le",
2024-04-29T06:10:21.0459299Z     "linux/s390x",
2024-04-29T06:10:21.0459883Z     "linux/386",
2024-04-29T06:10:21.0460437Z     "linux/mips64le",
2024-04-29T06:10:21.0460957Z     "linux/mips64",
2024-04-29T06:10:21.0461651Z     "linux/arm/v7",
2024-04-29T06:10:21.0462901Z     "linux/arm/v6"
2024-04-29T06:10:21.0463259Z   ],
2024-04-29T06:10:21.0463689Z   "emulators": [
2024-04-29T06:10:21.0463991Z     "cli",
2024-04-29T06:10:21.0464644Z     "llvm-13-runtime.binfmt",
2024-04-29T06:10:21.0465231Z     "llvm-14-runtime.binfmt",
2024-04-29T06:10:21.0465725Z     "llvm-15-runtime.binfmt",
2024-04-29T06:10:21.0466072Z     "python3.10",
2024-04-29T06:10:21.0466612Z     "qemu-aarch64",
2024-04-29T06:10:21.0466970Z     "qemu-arm",
2024-04-29T06:10:21.0467333Z     "qemu-mips64",
2024-04-29T06:10:21.0467773Z     "qemu-mips64el",
2024-04-29T06:10:21.0468110Z     "qemu-ppc64le",
2024-04-29T06:10:21.0468487Z     "qemu-riscv64",
2024-04-29T06:10:21.0469090Z     "qemu-s390x"
2024-04-29T06:10:21.0469566Z   ]
2024-04-29T06:10:21.0469966Z }
2024-04-29T06:10:21.1576757Z ##[endgroup]
2024-04-29T06:10:21.1577657Z ##[group]Extracting available platforms
2024-04-29T06:10:21.5195629Z linux/amd64,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6
2024-04-29T06:10:21.5197511Z ##[endgroup]
2024-04-29T06:10:21.5307264Z ##[group]Run docker/setup-buildx-action@v3
2024-04-29T06:10:21.5307761Z with:
2024-04-29T06:10:21.5308135Z   driver: docker-container
2024-04-29T06:10:21.5308845Z   buildkitd-flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
2024-04-29T06:10:21.5309583Z   install: false
2024-04-29T06:10:21.5309977Z   use: true
2024-04-29T06:10:21.5310313Z   cache-binary: true
2024-04-29T06:10:21.5310630Z   cleanup: true
2024-04-29T06:10:21.5311026Z ##[endgroup]
2024-04-29T06:10:21.7174715Z ##[group]Docker info
2024-04-29T06:10:21.7198273Z [command]/usr/bin/docker version
2024-04-29T06:10:21.7412118Z Client: Docker Engine - Community
2024-04-29T06:10:21.7412865Z  Version:           24.0.9
2024-04-29T06:10:21.7413588Z  API version:       1.43
2024-04-29T06:10:21.7414230Z  Go version:        go1.20.13
2024-04-29T06:10:21.7419813Z  Git commit:        2936816
2024-04-29T06:10:21.7420732Z  Built:             Thu Feb  1 00:48:39 2024
2024-04-29T06:10:21.7421676Z  OS/Arch:           linux/amd64
2024-04-29T06:10:21.7422766Z  Context:           default
2024-04-29T06:10:21.7423140Z 
2024-04-29T06:10:21.7423552Z Server: Docker Engine - Community
2024-04-29T06:10:21.7424134Z  Engine:
2024-04-29T06:10:21.7424719Z   Version:          24.0.9
2024-04-29T06:10:21.7425400Z   API version:      1.43 (minimum version 1.12)
2024-04-29T06:10:21.7426125Z   Go version:       go1.20.13
2024-04-29T06:10:21.7426818Z   Git commit:       fca702d
2024-04-29T06:10:21.7427447Z   Built:            Thu Feb  1 00:48:39 2024
2024-04-29T06:10:21.7428156Z   OS/Arch:          linux/amd64
2024-04-29T06:10:21.7428865Z   Experimental:     false
2024-04-29T06:10:21.7429451Z  containerd:
2024-04-29T06:10:21.7429896Z   Version:          1.6.31
2024-04-29T06:10:21.7430764Z   GitCommit:        e377cd56a71523140ca6ae87e30244719194a521
2024-04-29T06:10:21.7432105Z  runc:
2024-04-29T06:10:21.7432652Z   Version:          1.1.12
2024-04-29T06:10:21.7433669Z   GitCommit:        v1.1.12-0-g51d5e94
2024-04-29T06:10:21.7434427Z  docker-init:
2024-04-29T06:10:21.7435033Z   Version:          0.19.0
2024-04-29T06:10:21.7435856Z   GitCommit:        de40ad0
2024-04-29T06:10:21.7468217Z [command]/usr/bin/docker info
2024-04-29T06:10:21.7903924Z Client: Docker Engine - Community
2024-04-29T06:10:21.7904898Z  Version:    24.0.9
2024-04-29T06:10:21.7905457Z  Context:    default
2024-04-29T06:10:21.7906032Z  Debug Mode: false
2024-04-29T06:10:21.7906429Z  Plugins:
2024-04-29T06:10:21.7906785Z   buildx: Docker Buildx (Docker Inc.)
2024-04-29T06:10:21.7907237Z     Version:  v0.14.0
2024-04-29T06:10:21.7907857Z     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
2024-04-29T06:10:21.7908386Z   compose: Docker Compose (Docker Inc.)
2024-04-29T06:10:21.7908804Z     Version:  v2.23.3
2024-04-29T06:10:21.7909381Z     Path:     /usr/libexec/docker/cli-plugins/docker-compose
2024-04-29T06:10:21.7909783Z 
2024-04-29T06:10:21.7909912Z Server:
2024-04-29T06:10:21.7910222Z  Containers: 0
2024-04-29T06:10:21.7910615Z   Running: 0
2024-04-29T06:10:21.7910934Z   Paused: 0
2024-04-29T06:10:21.7911242Z   Stopped: 0
2024-04-29T06:10:21.7911617Z  Images: 15
2024-04-29T06:10:21.7911955Z  Server Version: 24.0.9
2024-04-29T06:10:21.7912289Z  Storage Driver: overlay2
2024-04-29T06:10:21.7912740Z   Backing Filesystem: extfs
2024-04-29T06:10:21.7913255Z   Supports d_type: true
2024-04-29T06:10:21.7913940Z   Using metacopy: false
2024-04-29T06:10:21.7914346Z   Native Overlay Diff: false
2024-04-29T06:10:21.7914690Z   userxattr: false
2024-04-29T06:10:21.7915163Z  Logging Driver: json-file
2024-04-29T06:10:21.7915561Z  Cgroup Driver: cgroupfs
2024-04-29T06:10:21.7915919Z  Cgroup Version: 2
2024-04-29T06:10:21.7916275Z  Plugins:
2024-04-29T06:10:21.7916604Z   Volume: local
2024-04-29T06:10:21.7917001Z   Network: bridge host ipvlan macvlan null overlay
2024-04-29T06:10:21.7917822Z   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
2024-04-29T06:10:21.7918786Z  Swarm: inactive
2024-04-29T06:10:21.7919644Z  Runtimes: io.containerd.runc.v2 runc
2024-04-29T06:10:21.7920229Z  Default Runtime: runc
2024-04-29T06:10:21.7920657Z  Init Binary: docker-init
2024-04-29T06:10:21.7921163Z  containerd version: e377cd56a71523140ca6ae87e30244719194a521
2024-04-29T06:10:21.7921803Z  runc version: v1.1.12-0-g51d5e94
2024-04-29T06:10:21.7922172Z  init version: de40ad0
2024-04-29T06:10:21.7922544Z  Security Options:
2024-04-29T06:10:21.7923052Z   apparmor
2024-04-29T06:10:21.7923384Z   seccomp
2024-04-29T06:10:21.7923891Z    Profile: builtin
2024-04-29T06:10:21.7924215Z   cgroupns
2024-04-29T06:10:21.7924718Z  Kernel Version: 6.5.0-1018-azure
2024-04-29T06:10:21.7925328Z  Operating System: Ubuntu 22.04.4 LTS
2024-04-29T06:10:21.7925851Z  OSType: linux
2024-04-29T06:10:21.7926223Z  Architecture: x86_64
2024-04-29T06:10:21.7926718Z  CPUs: 4
2024-04-29T06:10:21.7927133Z  Total Memory: 15.61GiB
2024-04-29T06:10:21.7927667Z  Name: fv-az523-793
2024-04-29T06:10:21.7928285Z  ID: 584d62f5-11d9-4074-87e4-acacf60905a6
2024-04-29T06:10:21.7928916Z  Docker Root Dir: /var/lib/docker
2024-04-29T06:10:21.7929399Z  Debug Mode: false
2024-04-29T06:10:21.7930035Z  Username: githubactions
2024-04-29T06:10:21.7930564Z  Experimental: false
2024-04-29T06:10:21.7930997Z  Insecure Registries:
2024-04-29T06:10:21.7931523Z   127.0.0.0/8
2024-04-29T06:10:21.7931968Z  Live Restore Enabled: false
2024-04-29T06:10:21.7932204Z 
2024-04-29T06:10:21.7933118Z ##[endgroup]
2024-04-29T06:10:21.8888519Z ##[group]Buildx version
2024-04-29T06:10:21.8908202Z [command]/usr/bin/docker buildx version
2024-04-29T06:10:21.9411134Z github.com/docker/buildx v0.14.0 171fcbeb69d67c90ba7f44f41a9e418f6a6ec1da
2024-04-29T06:10:21.9441692Z ##[endgroup]
2024-04-29T06:10:21.9449845Z ##[group]Creating a new builder instance
2024-04-29T06:10:22.0094082Z [command]/usr/bin/docker buildx create --name builder-061df5c9-394f-4175-b818-0ffc43885661 --driver docker-container --buildkitd-flags --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host --use
2024-04-29T06:10:22.0865120Z builder-061df5c9-394f-4175-b818-0ffc43885661
2024-04-29T06:10:22.0894719Z ##[endgroup]
2024-04-29T06:10:22.0895726Z ##[group]Booting builder
2024-04-29T06:10:22.0933460Z [command]/usr/bin/docker buildx inspect --bootstrap --builder builder-061df5c9-394f-4175-b818-0ffc43885661
2024-04-29T06:10:22.1382420Z #1 [internal] booting buildkit
2024-04-29T06:10:22.2885989Z #1 pulling image moby/buildkit:buildx-stable-1
2024-04-29T06:10:25.7710252Z #1 pulling image moby/buildkit:buildx-stable-1 3.6s done
2024-04-29T06:10:25.9218794Z #1 creating container buildx_buildkit_builder-061df5c9-394f-4175-b818-0ffc438856610
2024-04-29T06:10:26.2017703Z #1 creating container buildx_buildkit_builder-061df5c9-394f-4175-b818-0ffc438856610 0.4s done
2024-04-29T06:10:26.2200594Z #1 DONE 4.1s
2024-04-29T06:10:26.3128205Z Name:          builder-061df5c9-394f-4175-b818-0ffc43885661
2024-04-29T06:10:26.3129372Z Driver:        docker-container
2024-04-29T06:10:26.3129914Z Last Activity: 2024-04-29 06:10:22 +0000 UTC
2024-04-29T06:10:26.3130237Z 
2024-04-29T06:10:26.3130386Z Nodes:
2024-04-29T06:10:26.3130915Z Name:                  builder-061df5c9-394f-4175-b818-0ffc438856610
2024-04-29T06:10:26.3131502Z Endpoint:              unix:///var/run/docker.sock
2024-04-29T06:10:26.3131981Z Status:                running
2024-04-29T06:10:26.3132859Z BuildKit daemon flags: --allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host
2024-04-29T06:10:26.3133640Z BuildKit version:      v0.13.2
2024-04-29T06:10:26.3134597Z Platforms:             linux/amd64, linux/amd64/v2, linux/amd64/v3, linux/arm64, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6
2024-04-29T06:10:26.3135639Z Labels:
2024-04-29T06:10:26.3136066Z  org.mobyproject.buildkit.worker.executor:         oci
2024-04-29T06:10:26.3136708Z  org.mobyproject.buildkit.worker.hostname:         9c985fb3c1ec
2024-04-29T06:10:26.3137425Z  org.mobyproject.buildkit.worker.network:          host
2024-04-29T06:10:26.3138368Z  org.mobyproject.buildkit.worker.oci.process-mode: sandbox
2024-04-29T06:10:26.3138995Z  org.mobyproject.buildkit.worker.selinux.enabled:  false
2024-04-29T06:10:26.3139738Z  org.mobyproject.buildkit.worker.snapshotter:      overlayfs
2024-04-29T06:10:26.3140283Z GC Policy rule#0:
2024-04-29T06:10:26.3140710Z  All:           false
2024-04-29T06:10:26.3141246Z  Filters:       type==source.local,type==exec.cachemount,type==source.git.checkout
2024-04-29T06:10:26.3141797Z  Keep Duration: 48h0m0s
2024-04-29T06:10:26.3142537Z  Keep Bytes:    488.3MiB
2024-04-29T06:10:26.3142948Z GC Policy rule#1:
2024-04-29T06:10:26.3143286Z  All:           false
2024-04-29T06:10:26.3143749Z  Keep Duration: 1440h0m0s
2024-04-29T06:10:26.3144121Z  Keep Bytes:    7.451GiB
2024-04-29T06:10:26.3145027Z GC Policy rule#2:
2024-04-29T06:10:26.3145686Z  All:        false
2024-04-29T06:10:26.3146852Z  Keep Bytes: 7.451GiB
2024-04-29T06:10:26.3147413Z GC Policy rule#3:
2024-04-29T06:10:26.3148054Z  All:        true
2024-04-29T06:10:26.3148564Z  Keep Bytes: 7.451GiB
2024-04-29T06:10:26.3169567Z ##[endgroup]
2024-04-29T06:10:26.4432452Z ##[group]Inspect builder
2024-04-29T06:10:26.5227102Z {
2024-04-29T06:10:26.5227643Z   "nodes": [
2024-04-29T06:10:26.5228100Z     {
2024-04-29T06:10:26.5229049Z       "name": "builder-061df5c9-394f-4175-b818-0ffc438856610",
2024-04-29T06:10:26.5229792Z       "endpoint": "unix:///var/run/docker.sock",
2024-04-29T06:10:26.5230309Z       "status": "running",
2024-04-29T06:10:26.5231292Z       "buildkitd-flags": "--allow-insecure-entitlement security.insecure --allow-insecure-entitlement network.host",
2024-04-29T06:10:26.5232134Z       "buildkit": "v0.13.2",
2024-04-29T06:10:26.5233221Z       "platforms": "linux/amd64,linux/amd64/v2,linux/amd64/v3,linux/arm64,linux/riscv64,linux/ppc64le,linux/s390x,linux/386,linux/mips64le,linux/mips64,linux/arm/v7,linux/arm/v6",
2024-04-29T06:10:26.5234992Z       "features": {
2024-04-29T06:10:26.5235588Z         "Automatically load images to the Docker Engine image store": true,
2024-04-29T06:10:26.5236245Z         "Cache export": true,
2024-04-29T06:10:26.5236878Z         "Docker exporter": true,
2024-04-29T06:10:26.5237409Z         "Multi-platform build": true,
2024-04-29T06:10:26.5237968Z         "OCI exporter": true
2024-04-29T06:10:26.5238337Z       },
2024-04-29T06:10:26.5238666Z       "labels": {
2024-04-29T06:10:26.5239205Z         "org.mobyproject.buildkit.worker.executor": "oci",
2024-04-29T06:10:26.5239894Z         "org.mobyproject.buildkit.worker.hostname": "9c985fb3c1ec",
2024-04-29T06:10:26.5240592Z         "org.mobyproject.buildkit.worker.network": "host",
2024-04-29T06:10:26.5241319Z         "org.mobyproject.buildkit.worker.oci.process-mode": "sandbox",
2024-04-29T06:10:26.5242027Z         "org.mobyproject.buildkit.worker.selinux.enabled": "false",
2024-04-29T06:10:26.5242703Z         "org.mobyproject.buildkit.worker.snapshotter": "overlayfs"
2024-04-29T06:10:26.5243294Z       },
2024-04-29T06:10:26.5243640Z       "gcPolicy": [
2024-04-29T06:10:26.5243979Z         {
2024-04-29T06:10:26.5244319Z           "all": false,
2024-04-29T06:10:26.5244704Z           "filter": [
2024-04-29T06:10:26.5245061Z             "type==source.local",
2024-04-29T06:10:26.5245529Z             "type==exec.cachemount",
2024-04-29T06:10:26.5245947Z             "type==source.git.checkout"
2024-04-29T06:10:26.5246354Z           ],
2024-04-29T06:10:26.5246749Z           "keepDuration": "48h0m0s",
2024-04-29T06:10:26.5247186Z           "keepBytes": "488.3MiB"
2024-04-29T06:10:26.5247631Z         },
2024-04-29T06:10:26.5247920Z         {
2024-04-29T06:10:26.5248221Z           "all": false,
2024-04-29T06:10:26.5248660Z           "keepDuration": "1440h0m0s",
2024-04-29T06:10:26.5249098Z           "keepBytes": "7.451GiB"
2024-04-29T06:10:26.5249466Z         },
2024-04-29T06:10:26.5249811Z         {
2024-04-29T06:10:26.5250138Z           "all": false,
2024-04-29T06:10:26.5250494Z           "keepBytes": "7.451GiB"
2024-04-29T06:10:26.5250938Z         },
2024-04-29T06:10:26.5251199Z         {
2024-04-29T06:10:26.5251690Z           "all": true,
2024-04-29T06:10:26.5252149Z           "keepBytes": "7.451GiB"
2024-04-29T06:10:26.5252518Z         }
2024-04-29T06:10:26.5252823Z       ]
2024-04-29T06:10:26.5253139Z     }
2024-04-29T06:10:26.5253424Z   ],
2024-04-29T06:10:26.5253892Z   "name": "builder-061df5c9-394f-4175-b818-0ffc43885661",
2024-04-29T06:10:26.5254485Z   "driver": "docker-container",
2024-04-29T06:10:26.5254922Z   "lastActivity": "2024-04-29T06:10:22.000Z"
2024-04-29T06:10:26.5255357Z }
2024-04-29T06:10:26.5256057Z ##[endgroup]
2024-04-29T06:10:26.5256740Z ##[group]BuildKit version
2024-04-29T06:10:26.5257218Z builder-061df5c9-394f-4175-b818-0ffc438856610: v0.13.2
2024-04-29T06:10:26.5257948Z ##[endgroup]
2024-04-29T06:10:26.5399472Z ##[group]Run docker/login-action@v3
2024-04-29T06:10:26.5399901Z with:
2024-04-29T06:10:26.5400436Z   username: ***
2024-04-29T06:10:26.5400873Z   password: ***
2024-04-29T06:10:26.5401230Z   ecr: auto
2024-04-29T06:10:26.5401608Z   logout: true
2024-04-29T06:10:26.5401900Z ##[endgroup]
2024-04-29T06:10:26.6547988Z Logging into Docker Hub...
2024-04-29T06:10:26.9596838Z Login Succeeded!
2024-04-29T06:10:26.9733874Z ##[group]Run docker/build-push-action@v5
2024-04-29T06:10:26.9734433Z with:
2024-04-29T06:10:26.9734763Z   context: .
2024-04-29T06:10:26.9735087Z   push: true
2024-04-29T06:10:26.9735449Z   tags: user/app:latest
2024-04-29T06:10:26.9735824Z   load: false
2024-04-29T06:10:26.9736165Z   no-cache: false
2024-04-29T06:10:26.9736567Z   pull: false
2024-04-29T06:10:26.9737075Z   github-token: ***
2024-04-29T06:10:26.9737384Z ##[endgroup]
2024-04-29T06:10:27.1382990Z ##[group]GitHub Actions runtime token ACs
2024-04-29T06:10:27.1392477Z refs/heads/main: read/write
2024-04-29T06:10:27.1393716Z ##[endgroup]
2024-04-29T06:10:27.1394494Z ##[group]Docker info
2024-04-29T06:10:27.1468817Z [command]/usr/bin/docker version
2024-04-29T06:10:27.1694689Z Client: Docker Engine - Community
2024-04-29T06:10:27.1695474Z  Version:           24.0.9
2024-04-29T06:10:27.1696252Z  API version:       1.43
2024-04-29T06:10:27.1697119Z  Go version:        go1.20.13
2024-04-29T06:10:27.1697910Z  Git commit:        2936816
2024-04-29T06:10:27.1698621Z  Built:             Thu Feb  1 00:48:39 2024
2024-04-29T06:10:27.1699354Z  OS/Arch:           linux/amd64
2024-04-29T06:10:27.1699968Z  Context:           default
2024-04-29T06:10:27.1700408Z 
2024-04-29T06:10:27.1700801Z Server: Docker Engine - Community
2024-04-29T06:10:27.1701461Z  Engine:
2024-04-29T06:10:27.1701867Z   Version:          24.0.9
2024-04-29T06:10:27.1702626Z   API version:      1.43 (minimum version 1.12)
2024-04-29T06:10:27.1703194Z   Go version:       go1.20.13
2024-04-29T06:10:27.1704001Z   Git commit:       fca702d
2024-04-29T06:10:27.1704626Z   Built:            Thu Feb  1 00:48:39 2024
2024-04-29T06:10:27.1705075Z   OS/Arch:          linux/amd64
2024-04-29T06:10:27.1705569Z   Experimental:     false
2024-04-29T06:10:27.1705954Z  containerd:
2024-04-29T06:10:27.1706280Z   Version:          1.6.31
2024-04-29T06:10:27.1706781Z   GitCommit:        e377cd56a71523140ca6ae87e30244719194a521
2024-04-29T06:10:27.1707280Z  runc:
2024-04-29T06:10:27.1707605Z   Version:          1.1.12
2024-04-29T06:10:27.1708164Z   GitCommit:        v1.1.12-0-g51d5e94
2024-04-29T06:10:27.1708621Z  docker-init:
2024-04-29T06:10:27.1708916Z   Version:          0.19.0
2024-04-29T06:10:27.1709370Z   GitCommit:        de40ad0
2024-04-29T06:10:27.1748460Z [command]/usr/bin/docker info
2024-04-29T06:10:27.2340615Z Client: Docker Engine - Community
2024-04-29T06:10:27.2341418Z  Version:    24.0.9
2024-04-29T06:10:27.2342006Z  Context:    default
2024-04-29T06:10:27.2343058Z  Debug Mode: false
2024-04-29T06:10:27.2343697Z  Plugins:
2024-04-29T06:10:27.2344295Z   buildx: Docker Buildx (Docker Inc.)
2024-04-29T06:10:27.2345120Z     Version:  v0.14.0
2024-04-29T06:10:27.2346031Z     Path:     /usr/libexec/docker/cli-plugins/docker-buildx
2024-04-29T06:10:27.2346902Z   compose: Docker Compose (Docker Inc.)
2024-04-29T06:10:27.2355895Z     Version:  v2.23.3
2024-04-29T06:10:27.2356593Z     Path:     /usr/libexec/docker/cli-plugins/docker-compose
2024-04-29T06:10:27.2356956Z 
2024-04-29T06:10:27.2357249Z Server:
2024-04-29T06:10:27.2357568Z  Containers: 1
2024-04-29T06:10:27.2357885Z   Running: 1
2024-04-29T06:10:27.2358276Z   Paused: 0
2024-04-29T06:10:27.2358610Z   Stopped: 0
2024-04-29T06:10:27.2358927Z  Images: 16
2024-04-29T06:10:27.2359316Z  Server Version: 24.0.9
2024-04-29T06:10:27.2359680Z  Storage Driver: overlay2
2024-04-29T06:10:27.2360289Z   Backing Filesystem: extfs
2024-04-29T06:10:27.2361005Z   Supports d_type: true
2024-04-29T06:10:27.2361631Z   Using metacopy: false
2024-04-29T06:10:27.2362166Z   Native Overlay Diff: false
2024-04-29T06:10:27.2362873Z   userxattr: false
2024-04-29T06:10:27.2363523Z  Logging Driver: json-file
2024-04-29T06:10:27.2364116Z  Cgroup Driver: cgroupfs
2024-04-29T06:10:27.2364816Z  Cgroup Version: 2
2024-04-29T06:10:27.2365274Z  Plugins:
2024-04-29T06:10:27.2365741Z   Volume: local
2024-04-29T06:10:27.2366443Z   Network: bridge host ipvlan macvlan null overlay
2024-04-29T06:10:27.2368036Z   Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
2024-04-29T06:10:27.2369174Z  Swarm: inactive
2024-04-29T06:10:27.2369721Z  Runtimes: io.containerd.runc.v2 runc
2024-04-29T06:10:27.2370399Z  Default Runtime: runc
2024-04-29T06:10:27.2371143Z  Init Binary: docker-init
2024-04-29T06:10:27.2371887Z  containerd version: e377cd56a71523140ca6ae87e30244719194a521
2024-04-29T06:10:27.2372801Z  runc version: v1.1.12-0-g51d5e94
2024-04-29T06:10:27.2373460Z  init version: de40ad0
2024-04-29T06:10:27.2374010Z  Security Options:
2024-04-29T06:10:27.2374533Z   apparmor
2024-04-29T06:10:27.2375087Z   seccomp
2024-04-29T06:10:27.2375538Z    Profile: builtin
2024-04-29T06:10:27.2376085Z   cgroupns
2024-04-29T06:10:27.2376757Z  Kernel Version: 6.5.0-1018-azure
2024-04-29T06:10:27.2377688Z  Operating System: Ubuntu 22.04.4 LTS
2024-04-29T06:10:27.2378341Z  OSType: linux
2024-04-29T06:10:27.2378908Z  Architecture: x86_64
2024-04-29T06:10:27.2379456Z  CPUs: 4
2024-04-29T06:10:27.2379931Z  Total Memory: 15.61GiB
2024-04-29T06:10:27.2380629Z  Name: fv-az523-793
2024-04-29T06:10:27.2381337Z  ID: 584d62f5-11d9-4074-87e4-acacf60905a6
2024-04-29T06:10:27.2381985Z  Docker Root Dir: /var/lib/docker
2024-04-29T06:10:27.2387268Z  Debug Mode: false
2024-04-29T06:10:27.2387932Z  Username: ***
2024-04-29T06:10:27.2388568Z  Experimental: false
2024-04-29T06:10:27.2389154Z  Insecure Registries:
2024-04-29T06:10:27.2389641Z   127.0.0.0/8
2024-04-29T06:10:27.2390237Z  Live Restore Enabled: false
2024-04-29T06:10:27.2390678Z 
2024-04-29T06:10:27.2391334Z ##[endgroup]
2024-04-29T06:10:27.2392346Z ##[group]Proxy configuration
2024-04-29T06:10:27.2392934Z No proxy configuration found
2024-04-29T06:10:27.2393834Z ##[endgroup]
2024-04-29T06:10:27.2892312Z ##[group]Buildx version
2024-04-29T06:10:27.2917031Z [command]/usr/bin/docker buildx version
2024-04-29T06:10:27.3342451Z github.com/docker/buildx v0.14.0 171fcbeb69d67c90ba7f44f41a9e418f6a6ec1da
2024-04-29T06:10:27.3370344Z ##[endgroup]
2024-04-29T06:10:27.5243025Z [command]/usr/bin/docker buildx build --iidfile /home/runner/work/_temp/docker-actions-toolkit-6ZIMtb/iidfile --provenance mode=max,builder-id=https://github.com/ngocdd/fe_vntrading/actions/runs/8874086023 --tag user/app:latest --metadata-file /home/runner/work/_temp/docker-actions-toolkit-6ZIMtb/metadata-file --push .
2024-04-29T06:10:27.7862771Z #0 building with "builder-061df5c9-394f-4175-b818-0ffc43885661" instance using docker-container driver
2024-04-29T06:10:27.7863868Z 
2024-04-29T06:10:27.7864199Z #1 [internal] load build definition from Dockerfile
2024-04-29T06:10:27.7865065Z #1 transferring dockerfile: 2B done
2024-04-29T06:10:27.7865984Z #1 DONE 0.0s
2024-04-29T06:10:27.7880900Z ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
2024-04-29T06:10:27.7954482Z ##[error]buildx failed with: ERROR: failed to solve: failed to read dockerfile: open Dockerfile: no such file or directory
2024-04-29T06:10:27.8091308Z Post job cleanup.
2024-04-29T06:10:27.9668178Z ##[group]Removing temp folder /home/runner/work/_temp/docker-actions-toolkit-6ZIMtb
2024-04-29T06:10:27.9680131Z ##[endgroup]
2024-04-29T06:10:27.9813454Z Post job cleanup.
2024-04-29T06:10:28.1022472Z [command]/usr/bin/docker logout 
2024-04-29T06:10:28.1161168Z Removing login credentials for https://index.docker.io/v1/
2024-04-29T06:10:28.1313188Z Post job cleanup.
2024-04-29T06:10:28.2905199Z ##[group]Removing builder
2024-04-29T06:10:28.4320693Z [command]/usr/bin/docker buildx rm builder-061df5c9-394f-4175-b818-0ffc43885661
2024-04-29T06:10:28.6366063Z builder-061df5c9-394f-4175-b818-0ffc43885661 removed
2024-04-29T06:10:28.6397373Z ##[endgroup]
2024-04-29T06:10:28.6398905Z ##[group]Cleaning up certificates
2024-04-29T06:10:28.6405730Z ##[endgroup]
2024-04-29T06:10:28.6406694Z ##[group]Post cache
2024-04-29T06:10:28.6408736Z State not set
2024-04-29T06:10:28.6409636Z ##[endgroup]
2024-04-29T06:10:28.6569371Z Post job cleanup.
2024-04-29T06:10:28.7305918Z [command]/usr/bin/git version
2024-04-29T06:10:28.7350859Z git version 2.43.2
2024-04-29T06:10:28.7397946Z Temporarily overriding HOME='/home/runner/work/_temp/09a7ff15-5ac3-4064-911d-b186d3bd5087' before making global git config changes
2024-04-29T06:10:28.7399772Z Adding repository directory to the temporary git global config as a safe directory
2024-04-29T06:10:28.7403891Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/fe_vntrading/fe_vntrading
2024-04-29T06:10:28.7437462Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2024-04-29T06:10:28.7468249Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2024-04-29T06:10:28.7716607Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2024-04-29T06:10:28.7737650Z http.https://github.com/.extraheader
2024-04-29T06:10:28.7749660Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2024-04-29T06:10:28.7780132Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2024-04-29T06:10:28.8255693Z Cleaning up orphan processes

BuildKit logs

No response

Additional info

No response

crazy-max commented 2 months ago

Looks legit to me: https://github.com/ngocdd/fe_vntrading/actions/runs/8874522504/job/24362128151#step:6:119

image

Looking at your repo https://github.com/ngocdd/fe_vntrading, you don't have any Dockerfile in root dir.

ngocdd commented 2 months ago

I have the Dockerfile in the root dir of the project, but now I using the command line to build and push instead of using this git action. like this:

jobs:
  docker-build:
    runs-on: [self-hosted]
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: docker build
        run: |
          docker buildx build -t somename:latest -f .dockerfile .

      - name: push image to docker hub
        run: |
          echo ${{secrets.DOCKERHUB_TOKEN}} | docker login -u ${{secrets.DOCKERHUB_USERNAME}} --password-stdin
          docker push docker.io/somename:latest

So I will close this topic here. Thanks team!

crazy-max commented 2 months ago

I have the Dockerfile in the root dir of the project,

Well was not there last time I checked https://github.com/ngocdd/fe_vntrading and based on commit sha provided in your logs but now repo not found :see_no_evil: