Skip to content

Commit 8ed26a8

Browse files
committed
Add D's docker image to the third-party downloads
1 parent c8c9b73 commit 8ed26a8

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

download.dd

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,8 @@ sudo apt-get update && sudo apt-get -y --allow-unauthenticated install --reinsta
188188
sudo apt-get update && sudo apt-get install dmd-compiler dub)
189189
)
190190

191+
$(DOWNLOAD_OTHER $(DOCKER), $(LINK2 https://hub.docker.com/r/dlanguage/dmd, Docker), $(CONSOLE docker run --rm -ti -v $(DOLLAR)(pwd):/src dlanguage/dmd dmd))
192+
191193
$(DOWNLOAD_OTHER $(OPENSUSE), OpenSUSE Tumbleweed, $(CONSOLE sudo zypper install dmd))
192194

193195
$(DOWNLOAD_OTHER $(SNAP), $(LINK2 https://snapcraft.io/dmd, Snap),
@@ -239,6 +241,7 @@ Macros:
239241
LOGO=<img src="images/$1_logo.png" alt="$2" style="max-height: 40px">
240242
CENTOS=$(LOGO centos, CentOS)
241243
DEBIAN=$(LOGO debian, Debian)
244+
DOCKER=$(LOGO docker, Docker)
242245
FEDORA=$(LOGO fedora, Fedora)
243246
FREEBSD=$(LOGO freebsd, FreeBSD 8.1)
244247
LINUX=$(LOGO linux, Linux)

images/docker_logo.png

6.05 KB
Loading

posix.mak

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,8 @@ IMAGES=favicon.ico $(ORGS_USING_D) $(addprefix images/, \
292292
qualifier-combinations qualifier-conversions) \
293293
$(addsuffix .png, archlinux_logo apple_logo \
294294
centos_logo chocolatey_logo \
295-
d3 dconf_logo_2018 debian_logo dlogo fedora_logo freebsd_logo gentoo_logo homebrew_logo \
295+
d3 dconf_logo_2018 debian_logo dlogo docker_logo \
296+
fedora_logo freebsd_logo gentoo_logo homebrew_logo \
296297
index-banner nix_logo \
297298
opensuse_logo ubuntu_logo windows_logo pattern github-ribbon \
298299
dlogo_opengraph snapcraft_logo \

0 commit comments

Comments
 (0)