Skip to content

Commit 0f20619

Browse files
bryteiseclrbuilder
authored andcommitted
Update base: 37680
0 parents  commit 0f20619

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

Dockerfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM scratch
2+
MAINTAINER William Douglas <william.douglas@intel.com>
3+
ADD base.tar.xz /
4+
RUN cd /etc && \
5+
grep root /usr/share/defaults/etc/passwd > /etc/passwd && \
6+
grep root /usr/share/defaults/etc/group > /etc/group && \
7+
grep root /usr/share/defaults/etc/shadow > /etc/shadow
8+
CMD ["/bin/bash"]

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# docker-brew-clearlinux
2+
Dockerhub image snapshots for Clear Linux

VERSION

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
37680

base.tar.xz

41.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)