Skip to content

Commit a69fa27

Browse files
jlebonalicefr
authored andcommitted
tree: adapt for bink move from alicefr to bootc-dev
The bink project moved from github.com/alicefr/bink to github.com/bootc-dev/bink. Update all repository URLs and container image references. While we're here, bump the CI pinned commit to the latest. Assisted-by: Pi (Claude Opus 4.6) Signed-off-by: Jonathan Lebon <jonathan@jlebon.com>
1 parent 8541e83 commit a69fa27

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
BINK_COMMIT: 8e49f3b0cf751c1b31221d93fd07fffb2842ff93
11+
BINK_COMMIT: 3ddb9da3b6e33f5dadd48abdb15ed550bbfe4f31
1212

1313
permissions: {}
1414

@@ -55,7 +55,7 @@ jobs:
5555
- name: Checkout bink
5656
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5757
with:
58-
repository: alicefr/bink
58+
repository: bootc-dev/bink
5959
ref: ${{ env.BINK_COMMIT }}
6060
persist-credentials: false
6161

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CONTAINER_TOOL ?= podman
66
BINK_CLUSTER_NAME ?= e2e
77
KUBECONFIG_BINK ?= ./kubeconfig-$(BINK_CLUSTER_NAME)
88
ARTIFACTS ?= $(abspath _output/logs)
9-
BINK_NODE_DISK_IMAGE ?= ghcr.io/alicefr/bink/node:v1.35-fedora-44-disk
9+
BINK_NODE_DISK_IMAGE ?= ghcr.io/bootc-dev/bink/node:v1.35-fedora-44-disk
1010
BINK_LOCAL_REGISTRY_NODE_IMAGE ?= registry.cluster.local:5000/node
1111
# YEAR defines the year value used for substituting the YEAR placeholder in the boilerplate header.
1212
YEAR ?= $(shell date +%Y)

config/samples/bootc_v1alpha1_bootcnodepool.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
matchLabels:
1010
node-role.kubernetes.io/worker: ""
1111
image:
12-
ref: ghcr.io/alicefr/bink/node:latest
12+
ref: ghcr.io/bootc-dev/bink/node:latest
1313
# rollout:
1414
# maxUnavailable: 1 # default
1515
# paused: false # default

docs/IMPLEMENTATION_PLAN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Bootc Operator -- Implementation Plan
22

33
This document breaks the implementation into milestones.
4-
[bink](https://github.com/alicefr/bink) is used for e2e tests starting
4+
[bink](https://github.com/bootc-dev/bink) is used for e2e tests starting
55
from Milestone 2 (a tool for spinning up K8s clusters backed by bootc
66
VMs with a local registry).
77

0 commit comments

Comments
 (0)