Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1570 from kinvolk/imran/update-tinkerbell-sandbox…
Browse files Browse the repository at this point in the history
…-image

tinkerbell: Add btrfs-progs and gawk to Dockerfile
  • Loading branch information
ipochi authored Sep 14, 2021
2 parents c45346f + 65ba270 commit e68210b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu

RUN apt update && \
apt install -y udev gpg wget
apt install -y udev gpg wget btrfs-progs gawk

RUN wget https://raw.githubusercontent.com/flatcar-linux/init/flatcar-master/bin/flatcar-install -O /usr/local/bin/flatcar-install && \
chmod +x /usr/local/bin/flatcar-install
4 changes: 2 additions & 2 deletions pkg/assets/generated_assets.go
Original file line number Diff line number Diff line change
Expand Up @@ -8511,9 +8511,9 @@ var vfsgenAssets = func() http.FileSystem {
"/terraform-modules/tinkerbell-sandbox/assets/deploy/flatcar-install/Dockerfile": &vfsgen۰CompressedFileInfo{
name: "Dockerfile",
modTime: time.Date(1970, 1, 1, 0, 0, 1, 0, time.UTC),
uncompressedSize: 245,
uncompressedSize: 262,

compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x31\x8a\xc3\x30\x14\x44\x6b\xeb\x14\x53\xb9\x59\x6c\xf5\x7b\x80\xed\x76\x0d\x86\xed\xd2\x7c\xcb\x8a\x2c\x90\x25\x21\xfd\x1f\x3b\xb7\x0f\x4e\xc0\x55\x20\xdd\xf0\x98\xc7\xcc\xcf\x38\xfc\x42\x26\x89\x2c\x4a\x8d\xff\x7f\xa0\xcc\x90\x3c\x13\x5b\xb4\x2d\x2e\xaa\x69\x0e\xe2\x63\x65\x0a\x01\xdd\x1d\x32\xdb\x1b\x5c\x76\xd8\x9c\xe5\x97\x73\x24\x2c\xcc\xb9\x7e\x6b\x5d\x68\xeb\x9d\xe7\x45\x26\xa9\xb6\x98\x14\xd9\x46\xee\x4d\x5a\xf5\x35\x10\x1b\x2a\x5d\xf0\x51\x76\xed\xa3\xe7\x13\xad\x54\xd9\x16\x3d\xf9\x78\xa2\x73\x72\x80\x96\x5a\x74\x48\x86\xc2\xdb\xc6\xf3\x27\x00\x98\x65\x4d\x33\xbe\xf6\x0f\x82\x7a\x04\x00\x00\xff\xff\x8e\x01\xbb\xf1\xf5\x00\x00\x00"),
compressedContent: []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\xbf\x4e\x87\x30\x14\x85\x67\xfa\x14\x67\x62\x31\xd0\xdd\x07\x70\x53\x12\x12\x37\x97\xdb\x52\x4a\x63\x69\x9b\xf6\x5e\xc1\xb7\x37\x62\xc2\x64\xf2\x5b\xbf\xf3\x27\xdf\xcb\x3c\xbd\x42\x8c\x24\x16\xa5\xe6\xf7\x37\x50\x61\x48\x59\x88\x1d\xfa\x1e\x1f\xaa\xeb\x7e\x49\x48\x8d\x29\x46\x0c\xdf\x90\xc5\x7d\xc1\x17\x8f\xc3\x3b\x86\xe1\xba\xb6\xa1\xd4\xec\x1b\x3c\x1d\x9f\x7f\x27\x57\xb4\x31\x97\xf6\xac\x75\xa5\x63\xf4\x81\x37\x31\xd2\x5c\xb5\x39\xb1\x4b\x3c\xda\xbc\xeb\x35\x12\x5b\xaa\x43\x0c\x49\x4e\x1d\x52\xe0\x1b\xed\xd4\xd8\x55\x6d\x42\xba\xd1\xed\x30\x41\x4b\xab\x3a\x66\x4b\xf1\xdf\xc6\x25\x0e\x00\x76\xdb\xf3\x82\xa7\xf3\xc1\x40\xfd\x04\x00\x00\xff\xff\xd2\x8e\xc7\xb8\x06\x01\x00\x00"),
},
"/terraform-modules/tinkerbell-sandbox/assets/deploy/registry": &vfsgen۰DirInfo{
name: "registry",
Expand Down

0 comments on commit e68210b

Please sign in to comment.