Skip to content
This repository has been archived by the owner on Dec 3, 2021. It is now read-only.

Commit

Permalink
added gnmic endpoint image
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Jul 25, 2020
1 parent ac38aef commit 1f5911b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions images/gnmic/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
FROM gnmic/gnmic as source

FROM antidotelabs/utility
COPY --from=source /app/gnmic /usr/bin
9 changes: 9 additions & 0 deletions images/gnmic/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SHELL=/bin/bash

TARGET_VERSION ?= latest

all: docker

docker:
docker build --pull --no-cache -t antidotelabs/gnmic:$(TARGET_VERSION) .
docker push antidotelabs/gnmic:$(TARGET_VERSION)
9 changes: 9 additions & 0 deletions images/gnmic/image.meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
slug: gnmic
description: gnmic is a gNMI CLI client
flavor: untrusted
sshUser: antidote
sshPassword: antidotepassword
configUser: antidote
configPassword: antidotepassword
networkInterfaces:
- "eth0"

0 comments on commit 1f5911b

Please sign in to comment.