From b2681bb0623fe10abd5117a088688f1c4e5f150c Mon Sep 17 00:00:00 2001 From: chellej <197998703+chellej@users.noreply.github.com> Date: Thu, 6 Feb 2025 10:13:33 -0600 Subject: [PATCH] fix: update docker repository references from layer5io to meshery Signed-off-by: chellej <197998703+chellej@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- Dockerfile | 4 ++-- Makefile | 4 ++-- README.md | 10 +++++----- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 95067264..4e0018a8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # Contributing -You want to contribute to the project? Yay! We want you to! Visit our centralized instructions for [contributing](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#contributing). +You want to contribute to the project? Yay! We want you to! Visit our centralized instructions for [contributing](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#contributing). diff --git a/Dockerfile b/Dockerfile index 0af9f7f8..0feda2f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ ARG GIT_COMMITSHA ARG GIT_VERSION ARG GIT_STRIPPED_VERSION -WORKDIR /github.com/layer5io/meshery-linkerd +WORKDIR /github.com/meshery/meshery-linkerd COPY go.mod go.sum ./ RUN go mod download COPY main.go main.go @@ -30,5 +30,5 @@ ENV SERVICE_ADDR="meshery-linkerd" ENV MESHERY_SERVER="http://meshery:9081" WORKDIR / COPY templates/ ./templates -COPY --from=build-env /github.com/layer5io/meshery-linkerd/meshery-linkerd . +COPY --from=build-env /github.com/meshery/meshery-linkerd/meshery-linkerd . ENTRYPOINT ["./meshery-linkerd"] diff --git a/Makefile b/Makefile index 794eaeee..25ec119a 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ lint: ## Build Adapter container image with "edge-latest" tag docker: - DOCKER_BUILDKIT=1 docker build -t layer5/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest . + DOCKER_BUILDKIT=1 docker build -t meshery/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest . ## Run Adapter container with "edge-latest" tag docker-run: @@ -41,7 +41,7 @@ docker-run: docker run --name meshery-$(ADAPTER) -d \ -p 10001:10001 \ -e DEBUG=true \ - layer5/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest + meshery/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest ## Build and run Adapter locally run: dep-check diff --git a/README.md b/README.md index 6be34778..5ccf7e1d 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ # Meshery Adapter for Linkerd
If you’re using Meshery or if you like the project, please ★ star this repository to show your support! 🤩
+If you’re using Meshery or if you like the project, please ★ star this repository to show your support! 🤩