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

Update Irssi to 1.0.0 #2515

Merged
merged 1 commit into from
Jan 5, 2017
Merged

Update Irssi to 1.0.0 #2515

merged 1 commit into from
Jan 5, 2017

Conversation

tianon
Copy link
Member

@tianon tianon commented Jan 5, 2017

🎉

@tianon
Copy link
Member Author

tianon commented Jan 5, 2017

diff --git a/irssi_alpine/Dockerfile b/irssi_alpine/Dockerfile
index 7f3572b..3b4229d 100644
--- a/irssi_alpine/Dockerfile
+++ b/irssi_alpine/Dockerfile
@@ -10,7 +10,7 @@ RUN adduser -u 1001 -D user \
 
 ENV LANG C.UTF-8
 
-ENV IRSSI_VERSION 0.8.20
+ENV IRSSI_VERSION 1.0.0
 
 RUN set -x \
 	&& apk add --no-cache --virtual .build-deps \
diff --git a/irssi_latest/Dockerfile b/irssi_latest/Dockerfile
index 899a8cf..2969a7f 100644
--- a/irssi_latest/Dockerfile
+++ b/irssi_latest/Dockerfile
@@ -16,7 +16,7 @@ RUN useradd --create-home --home-dir $HOME user \
 
 ENV LANG C.UTF-8
 
-ENV IRSSI_VERSION 0.8.20
+ENV IRSSI_VERSION 1.0.0
 
 RUN buildDeps=' \
 		autoconf \

@tianon
Copy link
Member Author

tianon commented Jan 5, 2017

Build test of #2515; eb4c668 (irssi):

$ bashbrew build irssi:1.0.0
Building bashbrew/cache:a637ae5ef05c9333f9d4c7c27ae11eddd2e58e6750aecff3d1155648c91a2b32 (irssi:1.0.0)
Tagging irssi:1.0.0
Tagging irssi:1.0
Tagging irssi:1
Tagging irssi:latest

$ test/run.sh irssi:1.0.0
testing irssi:1.0.0
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed


$ bashbrew build irssi:1.0.0-alpine
Building bashbrew/cache:2befb12eeb954d6d53f40fdfc255d4328af48ddb17a673e4ea52fa805b4f32e9 (irssi:1.0.0-alpine)
Tagging irssi:1.0.0-alpine
Tagging irssi:1.0-alpine
Tagging irssi:1-alpine
Tagging irssi:alpine

$ test/run.sh irssi:1.0.0-alpine
testing irssi:1.0.0-alpine
	'utc' [1/4]...passed
	'cve-2014--shellshock' [2/4]...passed
	'no-hard-coded-passwords' [3/4]...passed
	'override-cmd' [4/4]...passed

@yosifkit yosifkit merged commit bfe97d7 into docker-library:master Jan 5, 2017
@yosifkit yosifkit deleted the irssi-1.0.0 branch January 5, 2017 23:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants