diff --git a/busybox/Dockerfile b/busybox/Dockerfile index 5d249bc..c3fb365 100644 --- a/busybox/Dockerfile +++ b/busybox/Dockerfile @@ -1,5 +1,5 @@ -FROM docker.io/busybox -MAINTAINER Veer Muchandi veer@redhat.com +FROM registry.access.redhat.com/rhel7 +MAINTAINER Anurag Saran anurag.saran@gmail.com ADD ./init.sh ./ EXPOSE 8080 CMD ["./init.sh"]