fix(ci): change Docker Hub namespace from pezkuwichain/ to pezkuwi/
Docker Hub personal account namespace must match the username. Updated all docker.io image references across workflows, actions, docker-compose files, and zombienet configs.
This commit is contained in:
@@ -27,8 +27,8 @@ runs:
|
|||||||
- name: build
|
- name: build
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
ZOMBIENET_IMAGE: "docker.io/pezkuwichain/zombienet:v1.3.105"
|
ZOMBIENET_IMAGE: "docker.io/pezkuwi/zombienet:v1.3.105"
|
||||||
IMAGE_TAG: docker.io/pezkuwichain/${{ inputs.image-name }}
|
IMAGE_TAG: docker.io/pezkuwi/${{ inputs.image-name }}
|
||||||
run: |
|
run: |
|
||||||
export DOCKER_IMAGES_VERSION=${{ github.event.pull_request.head.sha || 'main' }}
|
export DOCKER_IMAGES_VERSION=${{ github.event.pull_request.head.sha || 'main' }}
|
||||||
if [[ ${{ github.event_name }} == "merge_group" ]]; then export DOCKER_IMAGES_VERSION="${GITHUB_SHA::8}"; fi
|
if [[ ${{ github.event_name }} == "merge_group" ]]; then export DOCKER_IMAGES_VERSION="${GITHUB_SHA::8}"; fi
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ concurrency:
|
|||||||
cancel-in-progress: true
|
cancel-in-progress: true
|
||||||
|
|
||||||
env:
|
env:
|
||||||
ETH_RPC_IMAGE_NAME: "docker.io/pezkuwichain/eth-rpc"
|
ETH_RPC_IMAGE_NAME: "docker.io/pezkuwi/eth-rpc"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
isdraft:
|
isdraft:
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ jobs:
|
|||||||
- id: set-image
|
- id: set-image
|
||||||
run: |
|
run: |
|
||||||
BODY=$(echo "$CMD" | xargs) # remove whitespace
|
BODY=$(echo "$CMD" | xargs) # remove whitespace
|
||||||
IMAGE_OVERRIDE=$(echo $BODY | grep -oe 'docker.io/pezkuwichain/ci-unified:.*\s' | xargs)
|
IMAGE_OVERRIDE=$(echo $BODY | grep -oe 'docker.io/pezkuwi/ci-unified:.*\s' | xargs)
|
||||||
|
|
||||||
cat .github/env >> $GITHUB_OUTPUT
|
cat .github/env >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
# zombienet settings
|
# zombienet settings
|
||||||
ZOMBIENET_PROVIDER=native
|
ZOMBIENET_PROVIDER=native
|
||||||
ZOMBIENET_IMAGE_FOR_NATIVE=docker.io/pezkuwichain/zombienet:v1.3.133
|
ZOMBIENET_IMAGE_FOR_NATIVE=docker.io/pezkuwi/zombienet:v1.3.133
|
||||||
ZOMBIENET_DEFAULT_RUNNER_FOR_NATIVE=pezkuwi-runner
|
ZOMBIENET_DEFAULT_RUNNER_FOR_NATIVE=pezkuwi-runner
|
||||||
ZOMBIENET_LARGE_RUNNER_FOR_NATIVE=pezkuwi-runner
|
ZOMBIENET_LARGE_RUNNER_FOR_NATIVE=pezkuwi-runner
|
||||||
ZOMBIENET_DEFAULT_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
ZOMBIENET_DEFAULT_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
||||||
ZOMBIENET_LARGE_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
ZOMBIENET_LARGE_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
||||||
ZOMBIENET_IMAGE_FOR_K8S=docker.io/pezkuwichain/zombienet:v1.3.133
|
ZOMBIENET_IMAGE_FOR_K8S=docker.io/pezkuwi/zombienet:v1.3.133
|
||||||
ZOMBIENET_RUNNER_FOR_K8S=pezkuwi-runner
|
ZOMBIENET_RUNNER_FOR_K8S=pezkuwi-runner
|
||||||
DEBUG=zombie,zombie::network-node,zombie::kube::client::logs
|
DEBUG=zombie,zombie::network-node,zombie::kube::client::logs
|
||||||
|
|
||||||
@@ -16,7 +16,7 @@ ZOMBIENET_SDK_DEFAULT_RUNNER_FOR_NATIVE=pezkuwi-runner
|
|||||||
ZOMBIENET_SDK_LARGE_RUNNER_FOR_NATIVE=pezkuwi-runner
|
ZOMBIENET_SDK_LARGE_RUNNER_FOR_NATIVE=pezkuwi-runner
|
||||||
ZOMBIENET_SDK_DEFAULT_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
ZOMBIENET_SDK_DEFAULT_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
||||||
ZOMBIENET_SDK_LARGE_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
ZOMBIENET_SDK_LARGE_RUNNER_FOR_NATIVE_PERSISTENT=pezkuwi-runner
|
||||||
ZOMBIENET_SDK_IMAGE_FOR_K8S=docker.io/pezkuwichain/zombienet:v1.3.133
|
ZOMBIENET_SDK_IMAGE_FOR_K8S=docker.io/pezkuwi/zombienet:v1.3.133
|
||||||
ZOMBIENET_SDK_RUNNER_FOR_K8S=pezkuwi-runner
|
ZOMBIENET_SDK_RUNNER_FOR_K8S=pezkuwi-runner
|
||||||
RUST_LOG=info,zombienet_orchestrator=trace,cumulus_zombienet_sdk_helpers=debug
|
RUST_LOG=info,zombienet_orchestrator=trace,cumulus_zombienet_sdk_helpers=debug
|
||||||
|
|
||||||
|
|||||||
@@ -34,7 +34,7 @@ services:
|
|||||||
- "9615:9615"
|
- "9615:9615"
|
||||||
volumes:
|
volumes:
|
||||||
- ../../target/release/bizinikiwi:/usr/local/bin/bizinikiwi
|
- ../../target/release/bizinikiwi:/usr/local/bin/bizinikiwi
|
||||||
image: pezkuwichain/bizinikiwi
|
image: pezkuwi/bizinikiwi
|
||||||
networks:
|
networks:
|
||||||
- internet
|
- internet
|
||||||
command:
|
command:
|
||||||
@@ -60,7 +60,7 @@ services:
|
|||||||
- "--prometheus-external"
|
- "--prometheus-external"
|
||||||
|
|
||||||
validator-b:
|
validator-b:
|
||||||
image: pezkuwichain/bizinikiwi
|
image: pezkuwi/bizinikiwi
|
||||||
ports:
|
ports:
|
||||||
- "9945:9944"
|
- "9945:9944"
|
||||||
volumes:
|
volumes:
|
||||||
@@ -90,7 +90,7 @@ services:
|
|||||||
- "--prometheus-external"
|
- "--prometheus-external"
|
||||||
|
|
||||||
light-c:
|
light-c:
|
||||||
image: pezkuwichain/bizinikiwi
|
image: pezkuwi/bizinikiwi
|
||||||
ports:
|
ports:
|
||||||
- "9946:9944"
|
- "9946:9944"
|
||||||
volumes:
|
volumes:
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
timeout = 1500
|
timeout = 1500
|
||||||
|
|
||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "pezkuwichain/pezkuwi:latest"
|
default_image = "pezkuwi/pezkuwi:latest"
|
||||||
default_command = "pezkuwi"
|
default_command = "pezkuwi"
|
||||||
chain = "pezkuwichain-local"
|
chain = "pezkuwichain-local"
|
||||||
|
|
||||||
@@ -20,7 +20,7 @@ validator = true
|
|||||||
id = 2000
|
id = 2000
|
||||||
chain = "asset-hub-pezkuwichain-local"
|
chain = "asset-hub-pezkuwichain-local"
|
||||||
default_command = "pezkuwi-teyrchain"
|
default_command = "pezkuwi-teyrchain"
|
||||||
default_image = "pezkuwichain/pezkuwi-teyrchain:latest"
|
default_image = "pezkuwi/pezkuwi-teyrchain:latest"
|
||||||
cumulus_based = true
|
cumulus_based = true
|
||||||
default_args = [
|
default_args = [
|
||||||
"--force-authoring",
|
"--force-authoring",
|
||||||
|
|||||||
+2
-2
@@ -2,7 +2,7 @@
|
|||||||
timeout = 1500
|
timeout = 1500
|
||||||
|
|
||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "pezkuwichain/pezkuwi:latest"
|
default_image = "pezkuwi/pezkuwi:latest"
|
||||||
default_command = "pezkuwi"
|
default_command = "pezkuwi"
|
||||||
chain = "pezkuwichain-local"
|
chain = "pezkuwichain-local"
|
||||||
|
|
||||||
@@ -19,7 +19,7 @@ validator = true
|
|||||||
id = 2000
|
id = 2000
|
||||||
cumulus_based = true
|
cumulus_based = true
|
||||||
chain = "asset-hub-pezkuwichain-local"
|
chain = "asset-hub-pezkuwichain-local"
|
||||||
default_image = "pezkuwichain/pezkuwi-teyrchain:latest"
|
default_image = "pezkuwi/pezkuwi-teyrchain:latest"
|
||||||
default_command = "pezkuwi-teyrchain"
|
default_command = "pezkuwi-teyrchain"
|
||||||
default_args = [
|
default_args = [
|
||||||
"--force-authoring",
|
"--force-authoring",
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
timeout = 1500
|
timeout = 1500
|
||||||
|
|
||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "pezkuwichain/pezkuwi:latest"
|
default_image = "pezkuwi/pezkuwi:latest"
|
||||||
default_command = "pezkuwi"
|
default_command = "pezkuwi"
|
||||||
chain = "pezkuwichain-local"
|
chain = "pezkuwichain-local"
|
||||||
default_args = [
|
default_args = [
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
timeout = 1500
|
timeout = 1500
|
||||||
|
|
||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "pezkuwichain/pezkuwi:latest"
|
default_image = "pezkuwi/pezkuwi:latest"
|
||||||
default_command = "pezkuwi"
|
default_command = "pezkuwi"
|
||||||
chain = "pezkuwichain-local"
|
chain = "pezkuwichain-local"
|
||||||
default_args = [
|
default_args = [
|
||||||
|
|||||||
+1
-1
@@ -2,7 +2,7 @@
|
|||||||
timeout = 1500
|
timeout = 1500
|
||||||
|
|
||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "pezkuwichain/pezkuwi:latest"
|
default_image = "pezkuwi/pezkuwi:latest"
|
||||||
default_command = "pezkuwi"
|
default_command = "pezkuwi"
|
||||||
chain = "pezkuwichain-local"
|
chain = "pezkuwichain-local"
|
||||||
default_args = [
|
default_args = [
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ services:
|
|||||||
- "9933:9933"
|
- "9933:9933"
|
||||||
- "9944:9944"
|
- "9944:9944"
|
||||||
- "9615:9615"
|
- "9615:9615"
|
||||||
image: pezkuwichain/pezkuwi:latest
|
image: pezkuwi/pezkuwi:latest
|
||||||
volumes:
|
volumes:
|
||||||
- "pezkuwi-data-alice:/data"
|
- "pezkuwi-data-alice:/data"
|
||||||
command: |
|
command: |
|
||||||
@@ -24,7 +24,7 @@ services:
|
|||||||
- "9935:9933"
|
- "9935:9933"
|
||||||
- "9945:9944"
|
- "9945:9944"
|
||||||
- "29615:9615"
|
- "29615:9615"
|
||||||
image: pezkuwichain/pezkuwi:latest
|
image: pezkuwi/pezkuwi:latest
|
||||||
volumes:
|
volumes:
|
||||||
- "pezkuwi-data-bob:/data"
|
- "pezkuwi-data-bob:/data"
|
||||||
links:
|
links:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
version: '3'
|
version: '3'
|
||||||
services:
|
services:
|
||||||
pezkuwi:
|
pezkuwi:
|
||||||
image: pezkuwichain/pezkuwi:latest
|
image: pezkuwi/pezkuwi:latest
|
||||||
|
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:30333:30333/tcp"
|
- "127.0.0.1:30333:30333/tcp"
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
[relaychain]
|
[relaychain]
|
||||||
default_image = "pezkuwichain/pezkuwi:latest"
|
default_image = "pezkuwi/pezkuwi:latest"
|
||||||
default_command = "pezkuwi"
|
default_command = "pezkuwi"
|
||||||
chain = "pezkuwichain-local"
|
chain = "pezkuwichain-local"
|
||||||
|
|
||||||
@@ -20,6 +20,6 @@ chain = "asset-hub-pezkuwichain-local"
|
|||||||
[[teyrchains.collators]]
|
[[teyrchains.collators]]
|
||||||
name = "charlie"
|
name = "charlie"
|
||||||
validator = true
|
validator = true
|
||||||
image = "pezkuwichain/pezkuwi-teyrchain:latest"
|
image = "pezkuwi/pezkuwi-teyrchain:latest"
|
||||||
command = "pezkuwi-teyrchain"
|
command = "pezkuwi-teyrchain"
|
||||||
args = ["--force-authoring"]
|
args = ["--force-authoring"]
|
||||||
|
|||||||
Reference in New Issue
Block a user