Skip to content
Snippets Groups Projects
Commit 109bf716 authored by Lukas Koenen's avatar Lukas Koenen
Browse files

Merge branch 'ls/add-racadm-image' into 'master'

add racadm image

See merge request !1
parents 9fa46ae8 d866ec2a
No related branches found
No related tags found
1 merge request!1add racadm image
Pipeline #134073 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.
Finish editing this message first!
Please register or to comment