From 51b65aaec79ec4f0dbc02b8824a3ce4fe261578a Mon Sep 17 00:00:00 2001 From: Sam Yaple Date: Fri, 14 Apr 2017 20:13:39 +0000 Subject: [PATCH] Remove all traces of YAODU Change-Id: I3af7fb2f92e795763017eb9a64b94f68f8771916 Depends-On: Ibd6cc18e2a4dbda75b5f59a593fbf72c494b7043 --- README.md | 6 +++--- centos/Dockerfile | 2 +- debian/Dockerfile | 4 ++-- ubuntu/Dockerfile | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 45c8c9a..2f3ce5c 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,8 @@ For more information, including build instructions, please visit the [main repository](https://github.com/openstack/loci). ### Image Layer Info -[![](https://images.microbadger.com/badges/version/yaodu/cinder:latest.svg)](https://microbadger.com/images/yaodu/cinder:latest "yaodu/cinder:latest") [![](https://images.microbadger.com/badges/image/yaodu/cinder:latest.svg)](https://microbadger.com/images/yaodu/cinder:latest "yaodu/cinder:latest") +[![](https://images.microbadger.com/badges/version/openstackloci/cinder:debian.svg)](https://microbadger.com/images/openstackloci/cinder:latest "openstackloci/cinder:latest") [![](https://images.microbadger.com/badges/image/openstackloci/cinder:latest.svg)](https://microbadger.com/images/openstackloci/cinder:latest "openstackloci/cinder:latest") -[![](https://images.microbadger.com/badges/version/yaodu/cinder:ubuntu.svg)](https://microbadger.com/images/yaodu/cinder:ubuntu "yaodu/cinder:ubuntu") [![](https://images.microbadger.com/badges/image/yaodu/cinder:ubuntu.svg)](https://microbadger.com/images/yaodu/cinder:ubuntu "yaodu/cinder:ubuntu") +[![](https://images.microbadger.com/badges/version/openstackloci/cinder:ubuntu.svg)](https://microbadger.com/images/openstackloci/cinder:ubuntu "openstackloci/cinder:ubuntu") [![](https://images.microbadger.com/badges/image/openstackloci/cinder:ubuntu.svg)](https://microbadger.com/images/openstackloci/cinder:ubuntu "openstackloci/cinder:ubuntu") -[![](https://images.microbadger.com/badges/version/yaodu/cinder:centos.svg)](https://microbadger.com/images/yaodu/cinder:centos "yaodu/cinder:centos") [![](https://images.microbadger.com/badges/image/yaodu/cinder:centos.svg)](https://microbadger.com/images/yaodu/cinder:centos "yaodu/cinder:centos") +[![](https://images.microbadger.com/badges/version/openstackloci/cinder:centos.svg)](https://microbadger.com/images/openstackloci/cinder:centos "openstackloci/cinder:centos") [![](https://images.microbadger.com/badges/image/openstackloci/cinder:centos.svg)](https://microbadger.com/images/openstackloci/cinder:centos "openstackloci/cinder:centos") diff --git a/centos/Dockerfile b/centos/Dockerfile index 40d4d1a..54a7eba 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -1,7 +1,7 @@ FROM centos:7 ENV PROJECT=cinder -ARG DOCKER_REPO=yaodu/openstack-requirements +ARG DOCKER_REPO=openstackloci/requirements ARG DOCKER_TAG=centos ARG WHEELS ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT} diff --git a/debian/Dockerfile b/debian/Dockerfile index 32686ea..823d8e8 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -1,8 +1,8 @@ FROM debian:jessie-slim ENV PROJECT=cinder -ARG DOCKER_REPO=yaodu/openstack-requirements -ARG DOCKER_TAG=latest +ARG DOCKER_REPO=openstackloci/requirements +ARG DOCKER_TAG=debian ARG WHEELS ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT} ARG PROJECT_REF=master diff --git a/ubuntu/Dockerfile b/ubuntu/Dockerfile index 32cebca..0be4b4c 100644 --- a/ubuntu/Dockerfile +++ b/ubuntu/Dockerfile @@ -1,7 +1,7 @@ FROM ubuntu:xenial ENV PROJECT=cinder -ARG DOCKER_REPO=yaodu/openstack-requirements +ARG DOCKER_REPO=openstackloci/requirements ARG DOCKER_TAG=ubuntu ARG WHEELS ARG PROJECT_REPO=https://git.openstack.org/openstack/${PROJECT}