From 545af933b410fff4b8baf4c9effff046f2ffed45 Mon Sep 17 00:00:00 2001 From: anurag saran Date: Tue, 2 Aug 2016 09:12:38 -0400 Subject: [PATCH 1/3] Update Dockerfile --- busybox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/Dockerfile b/busybox/Dockerfile index 5d249bc..fe61ba0 100644 --- a/busybox/Dockerfile +++ b/busybox/Dockerfile @@ -1,5 +1,5 @@ FROM docker.io/busybox -MAINTAINER Veer Muchandi veer@redhat.com +MAINTAINER Anurag Saran anurag.saran@gmail.com ADD ./init.sh ./ EXPOSE 8080 CMD ["./init.sh"] From ca975d87ee5338aebebe658f712a4cab6a481ed3 Mon Sep 17 00:00:00 2001 From: anurag saran Date: Tue, 2 Aug 2016 09:16:42 -0400 Subject: [PATCH 2/3] Update Dockerfile --- busybox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/Dockerfile b/busybox/Dockerfile index fe61ba0..c8623e8 100644 --- a/busybox/Dockerfile +++ b/busybox/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/busybox +FROM busybox MAINTAINER Anurag Saran anurag.saran@gmail.com ADD ./init.sh ./ EXPOSE 8080 From 905462e712f6883ef71fa9f85eae5a883bb880e7 Mon Sep 17 00:00:00 2001 From: anurag saran Date: Tue, 2 Aug 2016 14:06:15 -0400 Subject: [PATCH 3/3] Update Dockerfile --- busybox/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/busybox/Dockerfile b/busybox/Dockerfile index c8623e8..c3fb365 100644 --- a/busybox/Dockerfile +++ b/busybox/Dockerfile @@ -1,4 +1,4 @@ -FROM busybox +FROM registry.access.redhat.com/rhel7 MAINTAINER Anurag Saran anurag.saran@gmail.com ADD ./init.sh ./ EXPOSE 8080