Skip to content

Instantly share code, notes, and snippets.

@laixintao
Created July 21, 2021 03:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laixintao/024c59f8d0aa9f1894280424239afdf4 to your computer and use it in GitHub Desktop.
Save laixintao/024c59f8d0aa9f1894280424239afdf4 to your computer and use it in GitHub Desktop.
files in gavinmroy/alpine-redis 5.0.9-0 d6617494cb6d 8 months ago 6.96MB docker image.
.
├── bin
│   ├── arch -> /bin/busybox
│   ├── ash -> /bin/busybox
│   ├── base64 -> /bin/busybox
│   ├── bbconfig -> /bin/busybox
│   ├── busybox
│   ├── cat -> /bin/busybox
│   ├── chgrp -> /bin/busybox
│   ├── chmod -> /bin/busybox
│   ├── chown -> /bin/busybox
│   ├── conspy -> /bin/busybox
│   ├── cp -> /bin/busybox
│   ├── date -> /bin/busybox
│   ├── dd -> /bin/busybox
│   ├── df -> /bin/busybox
│   ├── dmesg -> /bin/busybox
│   ├── dnsdomainname -> /bin/busybox
│   ├── dumpkmap -> /bin/busybox
│   ├── echo -> /bin/busybox
│   ├── ed -> /bin/busybox
│   ├── egrep -> /bin/busybox
│   ├── false -> /bin/busybox
│   ├── fatattr -> /bin/busybox
│   ├── fdflush -> /bin/busybox
│   ├── fgrep -> /bin/busybox
│   ├── fsync -> /bin/busybox
│   ├── getopt -> /bin/busybox
│   ├── grep -> /bin/busybox
│   ├── gunzip -> /bin/busybox
│   ├── gzip -> /bin/busybox
│   ├── hostname -> /bin/busybox
│   ├── ionice -> /bin/busybox
│   ├── iostat -> /bin/busybox
│   ├── ipcalc -> /bin/busybox
│   ├── kbd_mode -> /bin/busybox
│   ├── kill -> /bin/busybox
│   ├── link -> /bin/busybox
│   ├── linux32 -> /bin/busybox
│   ├── linux64 -> /bin/busybox
│   ├── ln -> /bin/busybox
│   ├── login -> /bin/busybox
│   ├── ls -> /bin/busybox
│   ├── lzop -> /bin/busybox
│   ├── makemime -> /bin/busybox
│   ├── mkdir -> /bin/busybox
│   ├── mknod -> /bin/busybox
│   ├── mktemp -> /bin/busybox
│   ├── more -> /bin/busybox
│   ├── mount -> /bin/busybox
│   ├── mountpoint -> /bin/busybox
│   ├── mpstat -> /bin/busybox
│   ├── mv -> /bin/busybox
│   ├── netstat -> /bin/busybox
│   ├── nice -> /bin/busybox
│   ├── pidof -> /bin/busybox
│   ├── ping -> /bin/busybox
│   ├── ping6 -> /bin/busybox
│   ├── pipe_progress -> /bin/busybox
│   ├── printenv -> /bin/busybox
│   ├── ps -> /bin/busybox
│   ├── pwd -> /bin/busybox
│   ├── reformime -> /bin/busybox
│   ├── rev -> /bin/busybox
│   ├── rm -> /bin/busybox
│   ├── rmdir -> /bin/busybox
│   ├── run-parts -> /bin/busybox
│   ├── sed -> /bin/busybox
│   ├── setpriv -> /bin/busybox
│   ├── setserial -> /bin/busybox
│   ├── sh -> /bin/busybox
│   ├── sleep -> /bin/busybox
│   ├── stat -> /bin/busybox
│   ├── stty -> /bin/busybox
│   ├── su -> /bin/busybox
│   ├── sync -> /bin/busybox
│   ├── tar -> /bin/busybox
│   ├── touch -> /bin/busybox
│   ├── true -> /bin/busybox
│   ├── umount -> /bin/busybox
│   ├── uname -> /bin/busybox
│   ├── usleep -> /bin/busybox
│   ├── watch -> /bin/busybox
│   └── zcat -> /bin/busybox
├── data
├── dev
├── etc
│   ├── alpine-release
│   ├── apk
│   │   ├── arch
│   │   ├── keys
│   │   │   ├── alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
│   │   │   ├── alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub
│   │   │   └── alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub
│   │   ├── protected_paths.d
│   │   ├── repositories
│   │   └── world
│   ├── conf.d
│   ├── crontabs
│   │   └── root
│   ├── fstab
│   ├── group
│   ├── group-
│   ├── hostname
│   ├── hosts
│   ├── init.d
│   ├── inittab
│   ├── issue
│   ├── logrotate.d
│   │   ├── acpid
│   │   └── redis
│   ├── modprobe.d
│   │   ├── aliases.conf
│   │   ├── blacklist.conf
│   │   ├── i386.conf
│   │   └── kms.conf
│   ├── modules
│   ├── modules-load.d
│   ├── motd
│   ├── mtab -> /proc/mounts
│   ├── network
│   │   ├── if-down.d
│   │   ├── if-post-down.d
│   │   ├── if-post-up.d
│   │   ├── if-pre-down.d
│   │   ├── if-pre-up.d
│   │   └── if-up.d
│   │   └── dad
│   ├── opt
│   ├── os-release
│   ├── passwd
│   ├── passwd-
│   ├── periodic
│   │   ├── 15min
│   │   ├── daily
│   │   ├── hourly
│   │   ├── monthly
│   │   └── weekly
│   ├── profile
│   ├── profile.d
│   │   ├── color_prompt
│   │   └── locale.sh
│   ├── protocols
│   ├── redis.conf
│   ├── securetty
│   ├── sentinel.conf
│   ├── services
│   ├── shadow
│   ├── shadow-
│   ├── shells
│   ├── ssl
│   │   ├── cert.pem -> certs/ca-certificates.crt
│   │   ├── certs
│   │   │   └── ca-certificates.crt
│   │   ├── ct_log_list.cnf
│   │   ├── ct_log_list.cnf.dist
│   │   ├── misc
│   │   │   ├── CA.pl
│   │   │   ├── tsget -> tsget.pl
│   │   │   └── tsget.pl
│   │   ├── openssl.cnf
│   │   ├── openssl.cnf.dist
│   │   └── private
│   ├── sysctl.conf
│   ├── sysctl.d
│   └── udhcpd.conf
├── home
├── lib
│   ├── apk
│   │   └── db
│   │   ├── installed
│   │   ├── lock
│   │   ├── scripts.tar
│   │   └── triggers
│   ├── firmware
│   ├── ld-musl-x86_64.so.1
│   ├── libc.musl-x86_64.so.1 -> ld-musl-x86_64.so.1
│   ├── libcrypto.so.1.1
│   ├── libssl.so.1.1
│   ├── libz.so.1 -> libz.so.1.2.11
│   ├── libz.so.1.2.11
│   ├── mdev
│   ├── modules-load.d
│   └── sysctl.d
│   └── 00-alpine.conf
├── media
│   ├── cdrom
│   ├── floppy
│   └── usb
├── mnt
├── opt
├── proc
├── root
├── run
│   └── redis
├── sbin
│   ├── acpid -> /bin/busybox
│   ├── adjtimex -> /bin/busybox
│   ├── apk
│   ├── arp -> /bin/busybox
│   ├── blkid -> /bin/busybox
│   ├── blockdev -> /bin/busybox
│   ├── depmod -> /bin/busybox
│   ├── fbsplash -> /bin/busybox
│   ├── fdisk -> /bin/busybox
│   ├── findfs -> /bin/busybox
│   ├── fsck -> /bin/busybox
│   ├── fstrim -> /bin/busybox
│   ├── getty -> /bin/busybox
│   ├── halt -> /bin/busybox
│   ├── hdparm -> /bin/busybox
│   ├── hwclock -> /bin/busybox
│   ├── ifconfig -> /bin/busybox
│   ├── ifdown -> /bin/busybox
│   ├── ifenslave -> /bin/busybox
│   ├── ifup -> /bin/busybox
│   ├── init -> /bin/busybox
│   ├── inotifyd -> /bin/busybox
│   ├── insmod -> /bin/busybox
│   ├── ip -> /bin/busybox
│   ├── ipaddr -> /bin/busybox
│   ├── iplink -> /bin/busybox
│   ├── ipneigh -> /bin/busybox
│   ├── iproute -> /bin/busybox
│   ├── iprule -> /bin/busybox
│   ├── iptunnel -> /bin/busybox
│   ├── klogd -> /bin/busybox
│   ├── ldconfig
│   ├── loadkmap -> /bin/busybox
│   ├── logread -> /bin/busybox
│   ├── losetup -> /bin/busybox
│   ├── lsmod -> /bin/busybox
│   ├── mdev -> /bin/busybox
│   ├── mkdosfs -> /bin/busybox
│   ├── mkfs.vfat -> /bin/busybox
│   ├── mkmntdirs
│   ├── mkswap -> /bin/busybox
│   ├── modinfo -> /bin/busybox
│   ├── modprobe -> /bin/busybox
│   ├── nameif -> /bin/busybox
│   ├── nologin -> /bin/busybox
│   ├── pivot_root -> /bin/busybox
│   ├── poweroff -> /bin/busybox
│   ├── raidautorun -> /bin/busybox
│   ├── reboot -> /bin/busybox
│   ├── rmmod -> /bin/busybox
│   ├── route -> /bin/busybox
│   ├── setconsole -> /bin/busybox
│   ├── slattach -> /bin/busybox
│   ├── swapoff -> /bin/busybox
│   ├── swapon -> /bin/busybox
│   ├── switch_root -> /bin/busybox
│   ├── sysctl -> /bin/busybox
│   ├── syslogd -> /bin/busybox
│   ├── tunctl -> /bin/busybox
│   ├── udhcpc -> /bin/busybox
│   ├── vconfig -> /bin/busybox
│   └── watchdog -> /bin/busybox
├── srv
├── sys
├── tmp
├── usr
│   ├── bin
│   │   ├── [ -> /bin/busybox
│   │   ├── [[ -> /bin/busybox
│   │   ├── awk -> /bin/busybox
│   │   ├── basename -> /bin/busybox
│   │   ├── bc -> /bin/busybox
│   │   ├── beep -> /bin/busybox
│   │   ├── blkdiscard -> /bin/busybox
│   │   ├── bunzip2 -> /bin/busybox
│   │   ├── bzcat -> /bin/busybox
│   │   ├── bzip2 -> /bin/busybox
│   │   ├── cal -> /bin/busybox
│   │   ├── chvt -> /bin/busybox
│   │   ├── cksum -> /bin/busybox
│   │   ├── clear -> /bin/busybox
│   │   ├── cmp -> /bin/busybox
│   │   ├── comm -> /bin/busybox
│   │   ├── cpio -> /bin/busybox
│   │   ├── crontab -> /bin/busybox
│   │   ├── cryptpw -> /bin/busybox
│   │   ├── cut -> /bin/busybox
│   │   ├── dc -> /bin/busybox
│   │   ├── deallocvt -> /bin/busybox
│   │   ├── diff -> /bin/busybox
│   │   ├── dirname -> /bin/busybox
│   │   ├── dos2unix -> /bin/busybox
│   │   ├── du -> /bin/busybox
│   │   ├── dumpleases -> /bin/busybox
│   │   ├── eject -> /bin/busybox
│   │   ├── env -> /bin/busybox
│   │   ├── expand -> /bin/busybox
│   │   ├── expr -> /bin/busybox
│   │   ├── factor -> /bin/busybox
│   │   ├── fallocate -> /bin/busybox
│   │   ├── find -> /bin/busybox
│   │   ├── flock -> /bin/busybox
│   │   ├── fold -> /bin/busybox
│   │   ├── free -> /bin/busybox
│   │   ├── fuser -> /bin/busybox
│   │   ├── getconf
│   │   ├── getent
│   │   ├── groups -> /bin/busybox
│   │   ├── hd -> /bin/busybox
│   │   ├── head -> /bin/busybox
│   │   ├── hexdump -> /bin/busybox
│   │   ├── hostid -> /bin/busybox
│   │   ├── iconv
│   │   ├── id -> /bin/busybox
│   │   ├── install -> /bin/busybox
│   │   ├── ipcrm -> /bin/busybox
│   │   ├── ipcs -> /bin/busybox
│   │   ├── killall -> /bin/busybox
│   │   ├── ldd
│   │   ├── less -> /bin/busybox
│   │   ├── logger -> /bin/busybox
│   │   ├── lsof -> /bin/busybox
│   │   ├── lsusb -> /bin/busybox
│   │   ├── lzcat -> /bin/busybox
│   │   ├── lzma -> /bin/busybox
│   │   ├── lzopcat -> /bin/busybox
│   │   ├── md5sum -> /bin/busybox
│   │   ├── mesg -> /bin/busybox
│   │   ├── microcom -> /bin/busybox
│   │   ├── mkfifo -> /bin/busybox
│   │   ├── mkpasswd -> /bin/busybox
│   │   ├── nc -> /bin/busybox
│   │   ├── nl -> /bin/busybox
│   │   ├── nmeter -> /bin/busybox
│   │   ├── nohup -> /bin/busybox
│   │   ├── nproc -> /bin/busybox
│   │   ├── nsenter -> /bin/busybox
│   │   ├── nslookup -> /bin/busybox
│   │   ├── od -> /bin/busybox
│   │   ├── openvt -> /bin/busybox
│   │   ├── passwd -> /bin/busybox
│   │   ├── paste -> /bin/busybox
│   │   ├── pgrep -> /bin/busybox
│   │   ├── pkill -> /bin/busybox
│   │   ├── pmap -> /bin/busybox
│   │   ├── printf -> /bin/busybox
│   │   ├── pscan -> /bin/busybox
│   │   ├── pstree -> /bin/busybox
│   │   ├── pwdx -> /bin/busybox
│   │   ├── readlink -> /bin/busybox
│   │   ├── realpath -> /bin/busybox
│   │   ├── redis-benchmark
│   │   ├── redis-check-aof -> redis-server
│   │   ├── redis-check-rdb -> redis-server
│   │   ├── redis-cli
│   │   ├── redis-sentinel -> redis-server
│   │   ├── redis-server
│   │   ├── renice -> /bin/busybox
│   │   ├── reset -> /bin/busybox
│   │   ├── resize -> /bin/busybox
│   │   ├── scanelf
│   │   ├── seq -> /bin/busybox
│   │   ├── setkeycodes -> /bin/busybox
│   │   ├── setsid -> /bin/busybox
│   │   ├── sha1sum -> /bin/busybox
│   │   ├── sha256sum -> /bin/busybox
│   │   ├── sha3sum -> /bin/busybox
│   │   ├── sha512sum -> /bin/busybox
│   │   ├── showkey -> /bin/busybox
│   │   ├── shred -> /bin/busybox
│   │   ├── shuf -> /bin/busybox
│   │   ├── smemcap -> /bin/busybox
│   │   ├── sort -> /bin/busybox
│   │   ├── split -> /bin/busybox
│   │   ├── ssl_client
│   │   ├── strings -> /bin/busybox
│   │   ├── sum -> /bin/busybox
│   │   ├── tac -> /bin/busybox
│   │   ├── tail -> /bin/busybox
│   │   ├── tee -> /bin/busybox
│   │   ├── test -> /bin/busybox
│   │   ├── time -> /bin/busybox
│   │   ├── timeout -> /bin/busybox
│   │   ├── top -> /bin/busybox
│   │   ├── tr -> /bin/busybox
│   │   ├── traceroute -> /bin/busybox
│   │   ├── traceroute6 -> /bin/busybox
│   │   ├── truncate -> /bin/busybox
│   │   ├── tty -> /bin/busybox
│   │   ├── ttysize -> /bin/busybox
│   │   ├── udhcpc6 -> /bin/busybox
│   │   ├── unexpand -> /bin/busybox
│   │   ├── uniq -> /bin/busybox
│   │   ├── unix2dos -> /bin/busybox
│   │   ├── unlink -> /bin/busybox
│   │   ├── unlzma -> /bin/busybox
│   │   ├── unlzop -> /bin/busybox
│   │   ├── unshare -> /bin/busybox
│   │   ├── unxz -> /bin/busybox
│   │   ├── unzip -> /bin/busybox
│   │   ├── uptime -> /bin/busybox
│   │   ├── uudecode -> /bin/busybox
│   │   ├── uuencode -> /bin/busybox
│   │   ├── vi -> /bin/busybox
│   │   ├── vlock -> /bin/busybox
│   │   ├── volname -> /bin/busybox
│   │   ├── wc -> /bin/busybox
│   │   ├── wget -> /bin/busybox
│   │   ├── which -> /bin/busybox
│   │   ├── whoami -> /bin/busybox
│   │   ├── whois -> /bin/busybox
│   │   ├── xargs -> /bin/busybox
│   │   ├── xxd -> /bin/busybox
│   │   ├── xz -> /bin/busybox
│   │   ├── xzcat -> /bin/busybox
│   │   └── yes -> /bin/busybox
│   ├── lib
│   │   ├── engines-1.1
│   │   │   ├── afalg.so
│   │   │   ├── capi.so
│   │   │   └── padlock.so
│   │   ├── libcrypto.so.1.1 -> ../../lib/libcrypto.so.1.1
│   │   ├── libssl.so.1.1 -> ../../lib/libssl.so.1.1
│   │   ├── libtls-standalone.so.1 -> libtls-standalone.so.1.0.0
│   │   ├── libtls-standalone.so.1.0.0
│   │   └── modules-load.d
│   ├── local
│   │   ├── bin
│   │   ├── lib
│   │   └── share
│   ├── sbin
│   │   ├── add-shell -> /bin/busybox
│   │   ├── addgroup -> /bin/busybox
│   │   ├── adduser -> /bin/busybox
│   │   ├── arping -> /bin/busybox
│   │   ├── brctl -> /bin/busybox
│   │   ├── chpasswd -> /bin/busybox
│   │   ├── chroot -> /bin/busybox
│   │   ├── crond -> /bin/busybox
│   │   ├── delgroup -> /bin/busybox
│   │   ├── deluser -> /bin/busybox
│   │   ├── ether-wake -> /bin/busybox
│   │   ├── fbset -> /bin/busybox
│   │   ├── fdformat -> /bin/busybox
│   │   ├── killall5 -> /bin/busybox
│   │   ├── loadfont -> /bin/busybox
│   │   ├── lspci -> /bin/busybox
│   │   ├── nanddump -> /bin/busybox
│   │   ├── nandwrite -> /bin/busybox
│   │   ├── nbd-client -> /bin/busybox
│   │   ├── ntpd -> /bin/busybox
│   │   ├── partprobe -> /bin/busybox
│   │   ├── powertop -> /bin/busybox
│   │   ├── rdate -> /bin/busybox
│   │   ├── rdev -> /bin/busybox
│   │   ├── readahead -> /bin/busybox
│   │   ├── readprofile -> /bin/busybox
│   │   ├── remove-shell -> /bin/busybox
│   │   ├── rfkill -> /bin/busybox
│   │   ├── sendmail -> /bin/busybox
│   │   ├── setfont -> /bin/busybox
│   │   └── setlogcons -> /bin/busybox
│   └── share
│   ├── apk
│   │   └── keys
│   │   ├── aarch64
│   │   │   └── alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-58199dcc.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub
│   │   ├── alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub
│   │   ├── armhf
│   │   │   └── alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-524d27bb.rsa.pub
│   │   ├── mips64
│   │   │   └── alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-5e69ca50.rsa.pub
│   │   ├── ppc64le
│   │   │   └── alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-58cbb476.rsa.pub
│   │   ├── s390x
│   │   │   └── alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-58e4f17d.rsa.pub
│   │   ├── x86
│   │   │   ├── alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
│   │   │   └── alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-5243ef4b.rsa.pub
│   │   └── x86_64
│   │   ├── alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-4a6a0840.rsa.pub
│   │   └── alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub -> ../alpine-devel@lists.alpinelinux.org-5261cecb.rsa.pub
│   ├── man
│   ├── misc
│   └── udhcpc
│   └── default.script
└── var
├── cache
│   ├── apk
│   └── misc
├── empty
├── lib
│   ├── apk
│   ├── misc
│   ├── redis
│   └── udhcpd
├── local
├── lock
│   └── subsys
├── log
│   └── redis
├── mail
├── opt
├── run -> /run
├── spool
│   ├── cron
│   │   └── crontabs -> /etc/crontabs
│   └── mail -> /var/mail
└── tmp
99 directories, 412 files
gavinmroy/alpine-redis 5.0.9-0 d6617494cb6d 8 months ago 6.96MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment