Skip to content

feat: add -nouveau branch to buildx subcommand only#263

Merged
nickva merged 2 commits into
mainfrom
feat/nouveau
Sep 27, 2024
Merged

feat: add -nouveau branch to buildx subcommand only#263
nickva merged 2 commits into
mainfrom
feat/nouveau

Conversation

@janl

@janl janl commented Sep 27, 2024

Copy link
Copy Markdown
Member

we will have to add this to build and build-all or add new nouveau-variants of those commands

@nickva nickva left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Got an error

=> => creating container buildx_buildkit_apache-couchdb-nouveau0                                                                                                            0.4s
Name:          apache-couchdb-nouveau
Driver:        docker-container
Last Activity: 2024-09-27 11:23:49 +0000 UTC

Nodes:
Name:                  apache-couchdb-nouveau0
Endpoint:              unix:///var/run/docker.sock
Status:                running
BuildKit daemon flags: --allow-insecure-entitlement=network.host
BuildKit version:      v0.16.0
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
Labels:
 org.mobyproject.buildkit.worker.executor:         oci
 org.mobyproject.buildkit.worker.hostname:         3d55d76c32f9
 org.mobyproject.buildkit.worker.network:          host
 org.mobyproject.buildkit.worker.oci.process-mode: sandbox
 org.mobyproject.buildkit.worker.selinux.enabled:  false
 org.mobyproject.buildkit.worker.snapshotter:      overlayfs
GC Policy rule#0:
 All:           false
 Filters:       type==source.local,type==exec.cachemount,type==source.git.checkout
 Keep Duration: 48h0m0s
 Keep Bytes:    488.3MiB
GC Policy rule#1:
 All:           false
 Keep Duration: 1440h0m0s
 Keep Bytes:    29.8GiB
GC Policy rule#2:
 All:        false
 Keep Bytes: 29.8GiB
GC Policy rule#3:
 All:        true
 Keep Bytes: 29.8GiB
Starting buildx nouveau build at Fri Sep 27 07:23:50 EDT 2024...
[+] Building 0.0s (0/0)                                                                                                                   docker-container:apache-couchdb-nouveau
ERROR: unable to prepare context: path "3.4.1-nouveau-nouveau" not found

@nickva

nickva commented Sep 27, 2024

Copy link
Copy Markdown
Contributor

I tried just doing just ./build.sh buildx 3.4.1 but that failed as well

------
 > exporting to image:
------
ERROR: failed to solve: failed to push apache/couchdb-nouveau:3.4.1: push access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed

This avoid creating a separate apache repo and separate official image as
well.
@nickva

nickva commented Sep 27, 2024

Copy link
Copy Markdown
Contributor

Discussing in the dev channel we settled on a temp/quick solution to use $vsn-nouveau scheme to avoid creating two repos. Updated PR with a commit using that scheme

@nickva
nickva merged commit 820386c into main Sep 27, 2024
@nickva
nickva deleted the feat/nouveau branch September 27, 2024 20:15
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.

2 participants