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

consul: switch generic beta tag to 1.8.0-beta #8087

Merged
merged 1 commit into from
May 29, 2020

Conversation

mikemorris
Copy link
Contributor

The generic beta tag was unclear and would be ephemeral (appearing shortly before new releases rather than being a consistent channel like latest or nightly). This switches to a more specific 1.8.0-beta tag to be more descriptive and allow clearly opting in to testing a series of beta releases for a specific upcoming release.

The generic `beta` tag was unclear and would be ephemeral (appearing shortly before new releases rather than being a consistent channel like `latest` or `nightly`). This switches to a more specific `1.8.0-beta` tag to be more descriptive and allow clearly opting in to testing a series of beta releases for a specific upcoming release.
@github-actions
Copy link

Diff for d55ed36:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 6b6ea57..9202540 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -12,7 +12,7 @@ GitRepo: https://github.com/hashicorp/docker-consul.git
 GitCommit: 9cb67358af03c73222da3badebc7c69d765c456a
 Directory: 0.X
 
-Tags: 1.8.0-beta2, beta
+Tags: 1.8.0-beta2, 1.8.0-beta
 Architectures: amd64, arm32v6, arm64v8, i386
 GitRepo: https://github.com/hashicorp/docker-consul.git
 GitCommit: 47c5def6b37c59a5e1ec01d3cd7d5c3ef074c52b
diff --git a/_bashbrew-list b/_bashbrew-list
index f97e887..d5089a3 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -2,6 +2,6 @@ consul:1.6
 consul:1.6.5
 consul:1.7
 consul:1.7.3
+consul:1.8.0-beta
 consul:1.8.0-beta2
-consul:beta
 consul:latest
diff --git a/consul_beta/Dockerfile b/consul_1.8.0-beta/Dockerfile
similarity index 100%
rename from consul_beta/Dockerfile
rename to consul_1.8.0-beta/Dockerfile
diff --git a/consul_beta/docker-entrypoint.sh b/consul_1.8.0-beta/docker-entrypoint.sh
similarity index 100%
rename from consul_beta/docker-entrypoint.sh
rename to consul_1.8.0-beta/docker-entrypoint.sh

@tianon tianon merged commit eb0f72d into docker-library:master May 29, 2020
@mikemorris mikemorris deleted the patch-3 branch May 29, 2020 17:30
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.

2 participants