Skip to content

Commit

Permalink
feat: add support for openstack/zed
Browse files Browse the repository at this point in the history
  • Loading branch information
jackhodgkiss authored Aug 21, 2023
1 parent 5232d68 commit 151413b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker/kayobe/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.2

FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9
MAINTAINER "Will Szumski" <[email protected]>

# Unclear at this time if different environments will change
Expand All @@ -25,7 +25,7 @@ ENV container docker

RUN dnf install epel-release -y && \
dnf update -y --nobest && \
dnf install -y gcc git vim python3-pyyaml python3-virtualenv \
dnf install -y gcc git vim python3-pyyaml python3-pip \
libffi-devel sudo which openssh-server e2fsprogs rsync \
diffstat diffutils debootstrap procps-ng gdisk util-linux \
dosfstools lvm2 kpartx systemd-udev bash-completion && \
Expand All @@ -41,7 +41,7 @@ RUN sed -i 's/# udev_rules = 1/udev_rules = 0/g' /etc/lvm/lvm.conf && \
# Hoepfully they have fixed this issue before this old
# package is removed.
# See: https://bugzilla.redhat.com/show_bug.cgi?id=2043753
RUN dnf install -y rsync-3.1.3-14.el8 && dnf clean all
RUN dnf install -y rsync && dnf clean all

RUN python3 -m pip install docker six

Expand Down

0 comments on commit 151413b

Please sign in to comment.