Skip to content

Commit

Permalink
fix: update docker repository references from layer5io to meshery
Browse files Browse the repository at this point in the history
Signed-off-by: chellej <[email protected]>
  • Loading branch information
chellej committed Feb 6, 2025
1 parent c77efc8 commit b2681bb
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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).

4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ 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:
(docker rm -f meshery-$(ADAPTER)) || true
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
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# Meshery Adapter for Linkerd
<div align="center">

[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/meshery-linkerd.svg)](https://hub.docker.com/r/layer5/meshery-linkerd)
[![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/meshery-linkerd)](https://goreportcard.com/report/github.com/layer5io/meshery-linkerd)
[![Docker Pulls](https://img.shields.io/docker/pulls/meshery/meshery-linkerd.svg)](https://hub.docker.com/r/meshery/meshery-linkerd)
[![Go Report Card](https://goreportcard.com/badge/github.com/meshery/meshery-linkerd)](https://goreportcard.com/report/github.com/meshery/meshery-linkerd)
[![Build Status](https://img.shields.io/github/actions/workflow/status/meshery/meshery-linkerd/multi-platform.yml?branch=master)](https://github.com/meshery/meshery-linkerd/actions)
[![GitHub](https://img.shields.io/github/license/layer5io/meshery-linkerd.svg)](https://github.com/layer5io/meshery-linkerd/blob/master/LICENSE)
[![GitHub issues by-label](https://img.shields.io/github/issues/layer5io/meshery-linkerd/help%20wanted.svg)](https://github.com/layer5io/meshery-linkerd/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
[![GitHub](https://img.shields.io/github/license/meshery/meshery-linkerd.svg)](https://github.com/meshery/meshery-linkerd/blob/master/LICENSE)
[![GitHub issues by-label](https://img.shields.io/github/issues/meshery/meshery-linkerd/help%20wanted.svg)](https://github.com/meshery/meshery-linkerd/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22)
[![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://layer5.io/meshery)
[![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=layer5)
[![Discuss Users](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscuss.layer5.io)](https://discuss.layer5.io)
Expand All @@ -32,7 +32,7 @@
style="margin:10px;" width="125px"
alt="Meshery - the Cloud Native Management Plane" align="left" /></a>
As a self-service engineering platform, <a href="https://meshery.io">Meshery</a> enables collaborative design and operation of cloud native infrastructure. Through it's extension points, Meshery offers the ability to optionally plugin adapters in order to more deeply integrate with specific systems like Linkerd. Deploy the Meshery Adapter for Linkerd in order to enable deeper lifecycle management of Linkerd service meshes.
<br /><br /><p align="center"><i>If you’re using Meshery or if you like the project, please <a href="https://github.com/layer5io/meshery/stargazers">★</a> star this repository to show your support! 🤩</i></p>
<br /><br /><p align="center"><i>If you’re using Meshery or if you like the project, please <a href="https://github.com/meshery/meshery/stargazers">★</a> star this repository to show your support! 🤩</i></p>
</p>

<p style="clear:both;">
Expand Down

0 comments on commit b2681bb

Please sign in to comment.