Skip to content

Commit 105d42a

Browse files
authored
Merge pull request #593 from chellej/chellej/ci/docker-repo
fix: update docker repository references from layer5io to meshery
2 parents c77efc8 + b2681bb commit 105d42a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing
22

3-
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).
3+
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).
44

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ARG GIT_COMMITSHA
55
ARG GIT_VERSION
66
ARG GIT_STRIPPED_VERSION
77

8-
WORKDIR /github.com/layer5io/meshery-linkerd
8+
WORKDIR /github.com/meshery/meshery-linkerd
99
COPY go.mod go.sum ./
1010
RUN go mod download
1111
COPY main.go main.go
@@ -30,5 +30,5 @@ ENV SERVICE_ADDR="meshery-linkerd"
3030
ENV MESHERY_SERVER="http://meshery:9081"
3131
WORKDIR /
3232
COPY templates/ ./templates
33-
COPY --from=build-env /github.com/layer5io/meshery-linkerd/meshery-linkerd .
33+
COPY --from=build-env /github.com/meshery/meshery-linkerd/meshery-linkerd .
3434
ENTRYPOINT ["./meshery-linkerd"]

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ lint:
3333

3434
## Build Adapter container image with "edge-latest" tag
3535
docker:
36-
DOCKER_BUILDKIT=1 docker build -t layer5/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest .
36+
DOCKER_BUILDKIT=1 docker build -t meshery/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest .
3737

3838
## Run Adapter container with "edge-latest" tag
3939
docker-run:
4040
(docker rm -f meshery-$(ADAPTER)) || true
4141
docker run --name meshery-$(ADAPTER) -d \
4242
-p 10001:10001 \
4343
-e DEBUG=true \
44-
layer5/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest
44+
meshery/meshery-$(ADAPTER):$(RELEASE_CHANNEL)-latest
4545

4646
## Build and run Adapter locally
4747
run: dep-check

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
# Meshery Adapter for Linkerd
1414
<div align="center">
1515

16-
[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/meshery-linkerd.svg)](https://hub.docker.com/r/layer5/meshery-linkerd)
17-
[![Go Report Card](https://goreportcard.com/badge/github.com/layer5io/meshery-linkerd)](https://goreportcard.com/report/github.com/layer5io/meshery-linkerd)
16+
[![Docker Pulls](https://img.shields.io/docker/pulls/meshery/meshery-linkerd.svg)](https://hub.docker.com/r/meshery/meshery-linkerd)
17+
[![Go Report Card](https://goreportcard.com/badge/github.com/meshery/meshery-linkerd)](https://goreportcard.com/report/github.com/meshery/meshery-linkerd)
1818
[![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)
19-
[![GitHub](https://img.shields.io/github/license/layer5io/meshery-linkerd.svg)](https://github.com/layer5io/meshery-linkerd/blob/master/LICENSE)
20-
[![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)
19+
[![GitHub](https://img.shields.io/github/license/meshery/meshery-linkerd.svg)](https://github.com/meshery/meshery-linkerd/blob/master/LICENSE)
20+
[![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)
2121
[![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://layer5.io/meshery)
2222
[![Twitter Follow](https://img.shields.io/twitter/follow/layer5.svg?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=layer5)
2323
[![Discuss Users](https://img.shields.io/discourse/users?server=https%3A%2F%2Fdiscuss.layer5.io)](https://discuss.layer5.io)
@@ -32,7 +32,7 @@
3232
style="margin:10px;" width="125px"
3333
alt="Meshery - the Cloud Native Management Plane" align="left" /></a>
3434
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.
35-
<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>
35+
<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>
3636
</p>
3737

3838
<p style="clear:both;">

0 commit comments

Comments
 (0)