Skip to content

Commit 00dcbfe

Browse files
committed
Merge pull request #14 from mboersma/update-distribution
chore(Dockerfile): update docker/distribution to 2.2.1
2 parents 7b93259 + ee9e3e7 commit 00dcbfe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.2
22

3-
ENV DOCKER_REGISTRY_TAG=v2.2.0 \
3+
ENV DOCKER_REGISTRY_TAG=v2.2.1 \
44
DOCKER_REGISTRY_REPO=https://github.com/docker/distribution.git
55

66
# install registry binaries

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ IMAGE_PREFIX ?= deis
1616
# Kubernetes-specific information for RC, Service, and Image.
1717
RC := contrib/kubernetes/manifests/${SHORT_NAME}-rc.yaml
1818
SVC := contrib/kubernetes/manifests/${SHORT_NAME}-service.yaml
19-
IMAGE := ${DEIS_REGISTRY}/${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
19+
IMAGE := ${DEIS_REGISTRY}${IMAGE_PREFIX}/${SHORT_NAME}:${VERSION}
2020

2121
all:
2222
@echo "Use a Makefile to control top-level building of the project."

0 commit comments

Comments
 (0)