Merge "Switch magnum image builds"
This commit is contained in:
commit
293eac8973
@ -13,23 +13,12 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-builder as builder
|
FROM vexxhost/python-builder AS builder
|
||||||
COPY bindep.txt /tmp/src/bindep.txt
|
|
||||||
ADD https://releases.openstack.org/constraints/upper/ussuri /tmp/src/upper-constraints.txt
|
|
||||||
RUN assemble magnum==10.0.0 \
|
|
||||||
python-memcached \
|
|
||||||
PyMySQL
|
|
||||||
|
|
||||||
FROM docker.io/opendevorg/uwsgi-base AS magnum-api-base
|
FROM vexxhost/python-base AS magnum-api
|
||||||
COPY --from=builder /output/ /output
|
|
||||||
RUN /output/install-from-bindep
|
|
||||||
|
|
||||||
FROM magnum-api-base AS magnum-api
|
|
||||||
EXPOSE 9511
|
EXPOSE 9511
|
||||||
ENV UWSGI_HTTP_SOCKET=:9511 UWSGI_WSGI_FILE=/usr/local/bin/magnum-api-wsgi
|
ENV UWSGI_HTTP_SOCKET=:9511 UWSGI_WSGI_FILE=/usr/local/bin/magnum-api-wsgi
|
||||||
CMD ["/usr/local/bin/uwsgi","--ini","/etc/uwsgi/uwsgi.ini"]
|
CMD ["/usr/local/bin/uwsgi","--ini","/etc/uwsgi/uwsgi.ini"]
|
||||||
|
|
||||||
FROM docker.io/opendevorg/python-base AS magnum-conductor
|
FROM vexxhost/python-base AS magnum-conductor
|
||||||
COPY --from=builder /output/ /output
|
|
||||||
RUN /output/install-from-bindep
|
|
||||||
CMD ["/usr/local/bin/magnum-conductor"]
|
CMD ["/usr/local/bin/magnum-conductor"]
|
||||||
|
1
images/magnum/constraints.txt
Normal file
1
images/magnum/constraints.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
--constraint https://releases.openstack.org/constraints/upper/ussuri
|
4
images/magnum/requirements.txt
Normal file
4
images/magnum/requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
uWSGI
|
||||||
|
python-memcached
|
||||||
|
PyMySQL
|
||||||
|
git+https://opendev.org/openstack/magnum@stable/ussuri
|
@ -4,9 +4,6 @@
|
|||||||
provides: openstack-operator:image:magnum
|
provides: openstack-operator:image:magnum
|
||||||
vars: &id001
|
vars: &id001
|
||||||
docker_images:
|
docker_images:
|
||||||
- context: images/magnum
|
|
||||||
repository: vexxhost/magnum-api-base
|
|
||||||
target: magnum-api-base
|
|
||||||
- context: images/magnum
|
- context: images/magnum
|
||||||
repository: vexxhost/magnum-api
|
repository: vexxhost/magnum-api
|
||||||
target: magnum-api
|
target: magnum-api
|
||||||
|
Loading…
Reference in New Issue
Block a user