aboutsummaryrefslogtreecommitdiff
path: root/ssh-bastion
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2018-09-14 13:16:11 +0000
committerMike Crute <mike@crute.us>2018-09-14 13:16:11 +0000
commit7d2983187a33a9bc5cfcfe7a358f8a7534ff2b07 (patch)
tree8eaa2ea095889292d1557605ee6807fdde7d342d /ssh-bastion
parentb3d11abb806d0eaecad3eb4af714c2e08cb63d50 (diff)
downloaddockerfiles-7d2983187a33a9bc5cfcfe7a358f8a7534ff2b07.tar.bz2
dockerfiles-7d2983187a33a9bc5cfcfe7a358f8a7534ff2b07.tar.xz
dockerfiles-7d2983187a33a9bc5cfcfe7a358f8a7534ff2b07.zip
Update bastion repo
Diffstat (limited to 'ssh-bastion')
-rw-r--r--ssh-bastion/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/ssh-bastion/Makefile b/ssh-bastion/Makefile
index ffb1275..c7dffc1 100644
--- a/ssh-bastion/Makefile
+++ b/ssh-bastion/Makefile
@@ -1,5 +1,4 @@
1REPO=575365190010.dkr.ecr.us-west-2.amazonaws.com 1IMAGE=docker.crute.me/ssh-bastion:latest-alpine
2IMAGE=ssh-bastion:latest-alpine
3 2
4all: 3all:
5 docker build -t $(IMAGE) . 4 docker build -t $(IMAGE) .
@@ -14,6 +13,4 @@ run:
14 $(IMAGE) 13 $(IMAGE)
15 14
16publish: 15publish:
17 eval $$(aws ecr get-login --region us-west-2) 16 docker push $(IMAGE)
18 docker tag $(IMAGE) $(REPO)/$(IMAGE)
19 docker push $(REPO)/$(IMAGE)