Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add unzip to v2 #16

Closed
adrianomitre opened this issue Mar 31, 2020 · 3 comments · Fixed by #17
Closed

add unzip to v2 #16

adrianomitre opened this issue Mar 31, 2020 · 3 comments · Fixed by #17

Comments

@adrianomitre
Copy link
Contributor

adrianomitre commented Mar 31, 2020

The tool unzip was removed -- non-intentionally, I guess -- from v2.

Contrast this

$ docker run -it mikesir87/aws-cli:v1
/aws # unzip
BusyBox v1.31.1 () multi-call binary.

Usage: unzip [-lnojpq] FILE[.zip] [FILE]... [-x FILE...] [-d DIR]

Extract FILEs from ZIP archive

	-l	List contents (with -q for short form)
	-n	Never overwrite files (default: ask)
	-o	Overwrite
	-j	Do not restore paths
	-p	Print to stdout
	-q	Quiet
	-x FILE	Exclude FILEs
	-d DIR	Extract into DIR

to this (2.0.6/v2/latest as of now)

$ docker run -it mikesir87/aws-cli:v2
root@a93ba6fa2b39:/aws# unzip
bash: unzip: command not found
@mikesir87
Copy link
Owner

Yup. Another unintentional drop in the change from alpine to Debian (since v2 requires glibc right now). Looks like I need to do a full diff of commands to see what else might be missing too!

@adrianomitre
Copy link
Contributor Author

Would you please let me know when you release 2.0.7?

@mikesir87
Copy link
Owner

2.0.7 hasn’t been released yet by AWS. I did rebuild and refuse the v2 and latest tags. Once 2.0.7 is released, I’ll push it. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants