Skip to content

Commit

Permalink
Use correct image in addkey
Browse files Browse the repository at this point in the history
  • Loading branch information
back-2-95 committed Jun 1, 2020
1 parent 9987e10 commit d1e770b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions make/stonehenge.mk
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(SSH_KEYS):

PHONY += addkey
addkey: KEY := $(shell echo $$HOME)/.ssh/id_rsa
addkey: IMAGE := amazeeio/ssh-agent
addkey: IMAGE := druidfi/ssh-agent:alpine3.12
addkey: ## Add SSH key
$(call step,Adding SSH key "$(KEY)"...)
@test -f $(KEY) && docker run --rm -it \
Expand All @@ -39,7 +39,7 @@ config: ## Show Stonehenge container config
PHONY += keys
keys: ## List SSH keys added
$(call step,SSH keys added)
@${DOCKER_COMPOSE_CMD} exec ssh-agent ssh-add -L
@${DOCKER_COMPOSE_CMD} exec ssh-agent ssh-add -l

PHONY += restart
restart: ## Restart Stonehenge
Expand Down

0 comments on commit d1e770b

Please sign in to comment.