Skip to content

Commit 08d97fa

Browse files
author
Matthew Fisher
committed
Merge pull request #1838 from bacongobbler/bump-registry
chore(registry): bump version to v0.8.1
2 parents f28b497 + 957dd0c commit 08d97fa

2 files changed

Lines changed: 2 additions & 14 deletions

File tree

registry/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN useradd -s /bin/bash registry
1515
# add the docker registry source from github
1616
RUN git clone https://github.com/deis/docker-registry /docker-registry && \
1717
cd /docker-registry && \
18-
git checkout 3cf76a4 && \
18+
git checkout f93804c && \
1919
chown -R registry:registry /docker-registry
2020

2121
# install boto configuration

registry/Makefile

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,7 @@ full-clean: clean
3030
test: test-unit test-functional
3131

3232
test-unit:
33-
# Requires libevent-dev, libffi-dev, libpython-dev, libssl-dev, liblzma-dev on Ubuntu
34-
@if [ ! -d test-unit.tmp ]; then \
35-
git clone -b 0.6.8 https://github.com/dotcloud/docker-registry test-unit.tmp; \
36-
fi
37-
virtualenv venv
38-
venv/bin/pip install -q -r test-unit.tmp/requirements.txt
39-
venv/bin/pip install -q -r test-unit.tmp/test-requirements.txt
40-
@if [ -d /tmp/test ]; then \
41-
rm -rf /tmp/test; \
42-
fi
43-
cd test-unit.tmp && \
44-
DOCKER_REGISTRY_CONFIG=config_test.yml SETTINGS_FLAVOR=test PYTHONPATH=test \
45-
../venv/bin/python -m unittest discover -s test
33+
@echo no unit tests
4634

4735
test-functional:
4836
GOPATH=$(CURDIR)/../tests/_vendor:$(GOPATH) go test -v -timeout 20m ./tests/...

0 commit comments

Comments
 (0)