Add some missing sha256 tags

These got missed in the previous commits.

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2016-12-06 18:48:33 -08:00
parent 2789f663b5
commit b329aee664
3 changed files with 6 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
FROM mobylinux/alpine-build-c:36aecb5cf4738737634140eec9abebe1f6559a39
# Tag: 36aecb5cf4738737634140eec9abebe1f6559a39
FROM mobylinux/alpine-build-c@sha256:d66b9625abc831f28f8c584991a9cb6975e85d3bb3d3768474b592f1cf32a3a6
COPY . .
# 0.7.2
ENV LDFLAGS=--static

View File

@@ -1,6 +1,7 @@
.PHONY: tag push
BASE=mobylinux/alpine-build-toybox:21d65671879b26ba76d606da625d821455035253
# Tag: 0b3fe26d29b08f0f74ce68bc6273bbc6cfedef34
BASE=mobylinux/alpine-build-toybox@sha256:5300e0c76a236391131e068c0c40226d4979c9b396f60a1a97cfef4b554476e5
IMAGE=toybox-media
default: push