Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from Nordix/uplift-to-centos9-and-ironicclient…
Browse files Browse the repository at this point in the history
…-4.11.0/mohammed

uplift to centos9 and fix tripleo repo
  • Loading branch information
metal3-io-bot authored Jun 14, 2022
2 parents 93833e4 + 9cf0c78 commit 3b55d46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM docker.io/centos:centos8
FROM quay.io/centos/centos:stream9

# Help people find the actual baremetal command
COPY scripts/openstack /usr/bin/openstack

RUN dnf install -y python3 python3-requests && \
curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/tripleo_repos/main.py | python3 - -b master current-tripleo && \
curl https://raw.githubusercontent.com/openstack/tripleo-repos/master/plugins/module_utils/tripleo_repos/main.py | python3 - -b master current-tripleo && \
dnf update -y --setopt=install_weak_deps=False && \
dnf install -y --setopt=install_weak_deps=False python3-ironicclient python3-ironic-inspector-client && \
dnf clean all && \
Expand Down

0 comments on commit 3b55d46

Please sign in to comment.