Skip to content

Commit c4d4bcd

Browse files
committed
make: docker-pull: initial config
1 parent 9682651 commit c4d4bcd

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

GNUmakefile

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,29 @@ mytarget:
436436
echo 'msg=$$msg' ;\
437437
)
438438
docker-pull:docker## docker-pull
439+
440+
docker pull debian:sid-slim
441+
docker pull elementsproject/lightningd:v0.10.2
442+
443+
docker pull docker.io/library/rust:slim-buster
444+
445+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/bitcoind-$(TRIPLET)/root:1679534785
446+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/bitcoind-$(TRIPLET)/root:1679181686
447+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/tor-$(TRIPLET)/root:1679181839
448+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/tor-$(TRIPLET)/root:1679534813
449+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/lnd-$(TRIPLET)/root:1679181877
450+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/lnd-$(TRIPLET)/root:1679534818
451+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/docs-$(TRIPLET)/root:1679181733
452+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/docs-$(TRIPLET)/root:1679534805
453+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/thunderhub-$(TRIPLET)/root:1679181974
454+
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/thunderhub-$(TRIPLET)/root:1679534824
455+
docker pull rust:slim-buster
456+
docker pull rust:latest
457+
docker pull alpine
439458
docker pull ghcr.io/randymcmillan/plebnet-playground-docker/cln-$(TRIPLET)/root:1653883165
459+
docker pull elementsproject/lightningd:v0.10.2
460+
docker pull shahanafarooqui/rtl:0.11.0
461+
440462
.PHONY: blocknotify
441463
blocknotify:
442464
bash -c 'install -v $(PWD)/bitcoin-signet/blocknotify /usr/local/bin/blocknotify'

0 commit comments

Comments
 (0)