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

Bumps to Consul 1.0.0. #3587

Merged
merged 1 commit into from
Oct 16, 2017
Merged

Bumps to Consul 1.0.0. #3587

merged 1 commit into from
Oct 16, 2017

Conversation

slackpad
Copy link
Contributor

No description provided.

@yosifkit
Copy link
Member

Diff:
warning: insecure protocol git:// detected: git://github.com/hashicorp/docker-consul
diff --git a/_bashbrew-arches b/_bashbrew-arches
index cdac1a3..ac82614 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1 +1 @@
-consul:0.9.3 @ amd64
+consul:1.0.0 @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 7913e34..7b7aadd 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-consul:0.9.3
+consul:1.0.0
 consul:latest
diff --git a/consul_0.9.3/Dockerfile b/consul_1.0.0/Dockerfile
similarity index 99%
rename from consul_0.9.3/Dockerfile
rename to consul_1.0.0/Dockerfile
index 487e6ba..1e96f1a 100644
--- a/consul_0.9.3/Dockerfile
+++ b/consul_1.0.0/Dockerfile
@@ -2,7 +2,7 @@ FROM alpine:3.6
 MAINTAINER James Phillips <[email protected]> (@slackpad)
 
 # This is the release of Consul to pull in.
-ENV CONSUL_VERSION=0.9.3
+ENV CONSUL_VERSION=1.0.0
 
 # This is the release of https://github.com/hashicorp/docker-base to pull in order
 # to provide HashiCorp-built versions of basic utilities like dumb-init and gosu.
diff --git a/consul_0.9.3/docker-entrypoint.sh b/consul_1.0.0/docker-entrypoint.sh
similarity index 100%
rename from consul_0.9.3/docker-entrypoint.sh
rename to consul_1.0.0/docker-entrypoint.sh

@yosifkit
Copy link
Member

Build test of #3587; c7a7158 (consul):

$ bashbrew build consul:latest
Using bashbrew/cache:c74b3e8bf3ea2f630f1a60aa4f2415cfd30ea8a4375a7bf1d144f4bc04826578 (consul:latest)
Tagging consul:latest
Tagging consul:1.0.0

$ test/run.sh consul:latest
testing consul:latest
	'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 aa3cd92 into docker-library:master Oct 16, 2017
@slackpad
Copy link
Contributor Author

Hi @yosifkit it looks like folks trying to pull the 1.0.0 tag are getting the 0.9.3 release somehow - hashicorp/docker-consul#68.

@tianon
Copy link
Member

tianon commented Oct 16, 2017

I'm not at a computer right now to verify, but that's probably similar to #3467; we should swap the order of these lines so latest is last instead of first. The current issue should resolve itself shortly (once the amd64 builder kicks off and then the put-shared job).

@slackpad
Copy link
Contributor Author

Thanks @tianon I'll tee that up in another PR.

@slackpad
Copy link
Contributor Author

#3591 has the swap!

@tianon
Copy link
Member

tianon commented Dec 21, 2017

I've filed #3835 in order to have a central place to track this problem globally more directly. 👍 ❤️

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.

4 participants