Skip to content
Snippets Groups Projects
Commit d866ec2a authored by Lars Seipel's avatar Lars Seipel Committed by Lukas Koenen
Browse files

add racadm image

parent 9fa46ae8
Branches
Tags
1 merge request!1add racadm image
Pipeline #134070 passed
FROM registry.access.redhat.com/ubi8/ubi
RUN curl -O https://linux.dell.com/repo/hardware/dsu/bootstrap.cgi \
&& (yes | bash bootstrap.cgi) && rm -f bootstrap.cgi
RUN yum update -y && yum install -y \
srvadmin-idracadm7 \
openssl-devel \
&& yum clean all
ADD entrypoint /
ENTRYPOINT ["/entrypoint"]
CMD ["/opt/dell/srvadmin/bin/idracadm7"]
#!/bin/bash
exec "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment