Sha256: 38816b26da26bb95c4aefc2f6c292b88bc101cdfb851331e5c21950c5cc711a1
Contents?: true
Size: 285 Bytes
Versions: 2
Compression:
Stored size: 285 Bytes
Contents
IMAGE := discourse/syslogstash TAG := $(shell date -u +%Y%m%d.%H%M%S) .PHONY: default default: push @printf "${IMAGE}:${TAG} ready\n" .PHONY: push push: build docker push ${IMAGE}:${TAG} .PHONY: build build: docker build --build-arg=http_proxy=${http_proxy} -t ${IMAGE}:${TAG} .
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
syslogstash-2.2.0 | Makefile |
syslogstash-2.1.0 | Makefile |