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

myipv6 development snapshot #2872

Merged
merged 1 commit into from
Apr 20, 2017
Merged

Conversation

vanosg
Copy link
Contributor

@vanosg vanosg commented Apr 20, 2017

No description provided.

@yosifkit
Copy link
Member

Diff:

diff --git a/eggdrop_develop/Dockerfile b/eggdrop_develop/Dockerfile
index 58a4b12..03c83ba 100644
--- a/eggdrop_develop/Dockerfile
+++ b/eggdrop_develop/Dockerfile
@@ -6,8 +6,8 @@ RUN adduser -S eggdrop
 # grab su-exec for easy step-down from root
 RUN apk add --no-cache 'su-exec>=0.2'
 
-ENV EGGDROP_SHA256 c0383e682c3480b21778a5f5d42830e9425b51fa0cd373065963c3826b2f9ce6
-ENV EGGDROP_COMMIT ad4e5e6b5df96cb32dfb9500dc674de79c4b625b
+ENV EGGDROP_SHA256 520ad1fd4b8589bae33ff8cda7d5f0d2d4d22391d99a47dbd9bc677275d3494a
+ENV EGGDROP_COMMIT aa8ef9ccb52826f3a1cf626cc25309af08acfa20
 
 RUN apk add --no-cache tcl tcl-dev wget ca-certificates make tar gpgme bash build-base openssl openssl-dev\
   && wget https://github.com/eggheads/eggdrop/archive/$EGGDROP_COMMIT.tar.gz -O develop.tar.gz\

@yosifkit
Copy link
Member

Build test of #2872; 66e440c (eggdrop):

$ bashbrew build eggdrop:develop
Building bashbrew/cache:4022ff01f08942cff8529a3ca0f01c8dcb3a953265e67ee5991692fb66663794 (eggdrop:develop)
Tagging eggdrop:develop

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


$ bashbrew build eggdrop:1.8
Using bashbrew/cache:c6e972f44d1f0650fcddb6a3d840bff3760e03c194747fa5d3522bc4b952dc86 (eggdrop:1.8)
Tagging eggdrop:1.8
Tagging eggdrop:1.8.1
Tagging eggdrop:stable
Tagging eggdrop:latest

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


$ bashbrew build eggdrop:1.6
Using bashbrew/cache:300effa1673a296816256a524f11ffe547bc288dca7ab150af093c0ac66ff705 (eggdrop:1.6)
Tagging eggdrop:1.6
Tagging eggdrop:1.6.21

$ test/run.sh eggdrop:1.6
testing eggdrop:1.6
	'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 9cd4290 into docker-library:master Apr 20, 2017
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