Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(misc): setup docker buildx in release pipeline #11

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

DaveXiong
Copy link
Contributor

@DaveXiong DaveXiong commented Oct 15, 2024

Description

After the patch: #2

There is a error on building the docker image in release pipeline:

There is a error when building the docker image:

Run docker/build-push-action@v5
GitHub Actions runtime token ACs
Docker info
Proxy configuration
Buildx version
Builder info
/usr/bin/docker buildx build --cache-from type=gha --cache-to type=gha,mode=max --file ./docker/app-controller/Dockerfile --iidfile /home/runner/work/_temp/docker-actions-toolkit-njN0kl/build-iidfile-7aa0803546.txt --tag cloudnexusopsdockerhub/kraken-app-controller:1.0.1 --metadata-file /home/runner/work/_temp/docker-actions-toolkit-njN0kl/build-metadata-8a96b30582.json --push .
ERROR: Cache export is not supported for the docker driver.
Switch to a different driver, or turn on the containerd image store, and try again.
Learn more at https://docs.docker.com/go/build-cache-backends/
Error: buildx failed with: Learn more at https://docs.docker.com/go/build-cache-backends/

Related issues

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactoring or add test (improvements in base code or adds test coverage to functionality)

Checklist

  • I ensured that the documentation is up to date
  • I explained why this PR updates in detail with reasoning why it's required
  • I would like a code coverage CI quality gate exception and have explained why

Copy link
Contributor

Library Vulnerability scan results

The following vulnerabilities have been found in libraries included in the repository (some might be dependencies of dependencies).

Critical 🔴 and High 🟡 severity vulnerabilities must be fixed before the PR can be merged, even if they are dependencies of dependencies.

Library Vulnerable version Severity Fix version Vulnerability ID

@DaveXiong DaveXiong linked an issue Oct 15, 2024 that may be closed by this pull request
Copy link

@DaveXiong DaveXiong merged commit 36d2236 into main Oct 15, 2024
5 checks passed
@DaveXiong DaveXiong deleted the dxiong/fix/docker-build branch October 15, 2024 06:19
KsiBart pushed a commit that referenced this pull request Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] github workflow to build and publish docker images
1 participant