Skip to content

Commit

Permalink
Merge pull request #42 from meshery/leecalcote/build/change-docker-hu…
Browse files Browse the repository at this point in the history
…b-org

[CI]: Update Docker Hub Org repo reference.
  • Loading branch information
leecalcote authored Feb 21, 2024
2 parents 97d6204 + 5bb71af commit 6eedbad
Showing 1 changed file with 2 additions and 2 deletions.
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 10000:10000 \
-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

0 comments on commit 6eedbad

Please sign in to comment.