Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit 03e2dcd

Browse files
William Douglasclrbuilder
authored andcommitted
Update base: 43630
0 parents  commit 03e2dcd

4 files changed

Lines changed: 11 additions & 0 deletions

File tree

β€Ž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 <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+
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+
43630

β€Žbase.tar.xzβ€Ž

48.8 MB
Binary file not shown.

0 commit comments

Comments
 (0)