Skip to content

Commit 21bc738

Browse files
bryteiseclrbuilder
authored andcommitted
Update base: 43310
0 parents  commit 21bc738

File tree

4 files changed

+11
-0
lines changed

4 files changed

+11
-0
lines changed

Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM scratch
2+
MAINTAINER William Douglas <[email protected]>
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+
echo 'root:!:::::::' > /etc/shadow
8+
CMD ["/bin/bash"]

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# docker-brew-clearlinux
2+
Dockerhub image snapshots for Clear Linux

VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
43310

base.tar.xz

50.1 MB
Binary file not shown.

0 commit comments

Comments
 (0)