Skip to content

Commit

Permalink
Update base: 37680
Browse files Browse the repository at this point in the history
  • Loading branch information
bryteise authored and clrbuilder committed Nov 24, 2022
0 parents commit 0f20619
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM scratch
MAINTAINER William Douglas <william.douglas@intel.com>
ADD base.tar.xz /
RUN cd /etc && \
grep root /usr/share/defaults/etc/passwd > /etc/passwd && \
grep root /usr/share/defaults/etc/group > /etc/group && \
grep root /usr/share/defaults/etc/shadow > /etc/shadow
CMD ["/bin/bash"]
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# docker-brew-clearlinux
Dockerhub image snapshots for Clear Linux
1 change: 1 addition & 0 deletions VERSION
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
37680
Binary file added base.tar.xz
Binary file not shown.

0 comments on commit 0f20619

Please # to comment.