From 0feb4adeb887d6512140549de8cbe45266a04170 Mon Sep 17 00:00:00 2001 From: Kurdistan Tech Ministry Date: Thu, 8 Jan 2026 17:05:24 +0300 Subject: [PATCH] Update Dockerfile labels to Pezkuwichain branding Co-Authored-By: Claude Opus 4.5 --- backend/Dockerfile | 4 ++-- frontend/Dockerfile | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/Dockerfile b/backend/Dockerfile index 4c0d343..561b09e 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -9,8 +9,8 @@ RUN cargo build --${PROFILE} --bins -j 2 # MAIN IMAGE FOR PEOPLE TO PULL --- small one# FROM docker.io/debian:bullseye-slim -LABEL maintainer="Parity Technologies" -LABEL description="Substrate Telemetry Backend shard/core binaries, static build" +LABEL maintainer="Dijital Kurdistan Tech Institute " +LABEL description="Pezkuwichain Telemetry Backend shard/core binaries" ARG PROFILE=release WORKDIR /usr/local/bin diff --git a/frontend/Dockerfile b/frontend/Dockerfile index 5d12a6f..ec45005 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -1,7 +1,7 @@ #### BUILDER IMAGE #### FROM docker.io/node:18 as builder -LABEL maintainer="Chevdor " -LABEL description="Substrate Telemetry Frontend builder image" +LABEL maintainer="Dijital Kurdistan Tech Institute " +LABEL description="Pezkuwichain Telemetry Frontend builder image" WORKDIR /opt/builder @@ -11,8 +11,8 @@ RUN npm install && npm run build #### OUTPUT IMAGE #### FROM docker.io/nginx:stable-alpine -LABEL maintainer="Chevdor " -LABEL description="Substrate Telemetry Frontend" +LABEL maintainer="Dijital Kurdistan Tech Institute " +LABEL description="Pezkuwichain Telemetry Frontend" # Each time this container is ran, the value that's provided for this env var # determines where the frontend will try to request feed information from: