Make swift files point at correct base package
Swift containers were pulling in fedora-rdo-base when they should have been pulling in fedora-rdo-swift-base. Partially-implements: blueprint multi-baseos Change-Id: Ic0d03cbca5790aa3002110ba40a802957a481496
This commit is contained in:
parent
47d36732ea
commit
ca38aad41e
@ -1,4 +1,4 @@
|
|||||||
FROM kollaglue/fedora-rdo-base
|
FROM kollaglue/fedora-rdo-swift-base
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||||
|
|
||||||
ADD ./start.sh /start.sh
|
ADD ./start.sh /start.sh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM kollaglue/fedora-rdo-base
|
FROM kollaglue/fedora-rdo-swift-base
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||||
|
|
||||||
ADD ./start.sh /start.sh
|
ADD ./start.sh /start.sh
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM kollaglue/fedora-rdo-base
|
FROM kollaglue/fedora-rdo-swift-base
|
||||||
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
MAINTAINER Kolla Project (https://launchpad.net/kolla)
|
||||||
|
|
||||||
ADD ./start.sh /start.sh
|
ADD ./start.sh /start.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user