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 Couchbase Server EE to 5.5.1 #4744

Merged
merged 1 commit into from
Aug 20, 2018
Merged

Conversation

ceejatec
Copy link
Contributor

No description provided.

@tianon
Copy link
Member

tianon commented Aug 20, 2018

Diff:
diff --git a/_bashbrew-arches b/_bashbrew-arches
index 5d866ce..f9a71c6 100644
--- a/_bashbrew-arches
+++ b/_bashbrew-arches
@@ -1,4 +1,4 @@
 couchbase:community-4.5.1 @ amd64
 couchbase:community-5.1.1 @ amd64
 couchbase:enterprise-4.6.5 @ amd64
-couchbase:enterprise-5.5.0 @ amd64
+couchbase:enterprise-5.5.1 @ amd64
diff --git a/_bashbrew-list b/_bashbrew-list
index 3e68220..0e69706 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,9 +1,9 @@
 couchbase:4.6.5
-couchbase:5.5.0
+couchbase:5.5.1
 couchbase:community
 couchbase:community-4.5.1
 couchbase:community-5.1.1
 couchbase:enterprise
 couchbase:enterprise-4.6.5
-couchbase:enterprise-5.5.0
+couchbase:enterprise-5.5.1
 couchbase:latest
diff --git a/couchbase_enterprise-5.5.0/Dockerfile b/couchbase_enterprise-5.5.1/Dockerfile
similarity index 94%
rename from couchbase_enterprise-5.5.0/Dockerfile
rename to couchbase_enterprise-5.5.1/Dockerfile
index f80c32e..da516de 100644
--- a/couchbase_enterprise-5.5.0/Dockerfile
+++ b/couchbase_enterprise-5.5.1/Dockerfile
@@ -20,10 +20,10 @@ RUN apt-get update && \
     apt-get autoremove && apt-get clean && \
     rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
 
-ARG CB_VERSION=5.5.0
+ARG CB_VERSION=5.5.1
 ARG CB_RELEASE_URL=https://packages.couchbase.com/releases
-ARG CB_PACKAGE=couchbase-server-enterprise_5.5.0-ubuntu16.04_amd64.deb
-ARG CB_SHA256=9eb499e953451e0675d4a3d04cee40b654d3d548d54f1fdece97c2a192f7d778
+ARG CB_PACKAGE=couchbase-server-enterprise_5.5.1-ubuntu16.04_amd64.deb
+ARG CB_SHA256=d1db2051d530a1769982a9042acb17cc7ac1d0beb1c71f1c6214186212237ce6
 
 ENV PATH=$PATH:/opt/couchbase/bin:/opt/couchbase/bin/tools:/opt/couchbase/bin/install
 
diff --git a/couchbase_enterprise-5.5.0/scripts/dummy.sh b/couchbase_enterprise-5.5.1/scripts/dummy.sh
similarity index 100%
rename from couchbase_enterprise-5.5.0/scripts/dummy.sh
rename to couchbase_enterprise-5.5.1/scripts/dummy.sh
diff --git a/couchbase_enterprise-5.5.0/scripts/entrypoint.sh b/couchbase_enterprise-5.5.1/scripts/entrypoint.sh
similarity index 100%
rename from couchbase_enterprise-5.5.0/scripts/entrypoint.sh
rename to couchbase_enterprise-5.5.1/scripts/entrypoint.sh
diff --git a/couchbase_enterprise-5.5.0/scripts/run b/couchbase_enterprise-5.5.1/scripts/run
similarity index 100%
rename from couchbase_enterprise-5.5.0/scripts/run
rename to couchbase_enterprise-5.5.1/scripts/run

@tianon
Copy link
Member

tianon commented Aug 20, 2018

LGTM

Build test of #4744; 6c2994b; amd64 (couchbase):

$ bashbrew build couchbase:latest
Building bashbrew/cache:b86f632087bb2926cbb1397765737c1662513d2995aa029a17d5e150f4ff830c (couchbase:latest)
Tagging couchbase:latest
Tagging couchbase:enterprise
Tagging couchbase:5.5.1
Tagging couchbase:enterprise-5.5.1

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


$ bashbrew build couchbase:4.6.5
Building bashbrew/cache:8048d10ff021accbb0187dc240c084e7d954b6865509fd9079595d0276006868 (couchbase:4.6.5)
Tagging couchbase:4.6.5
Tagging couchbase:enterprise-4.6.5

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


$ bashbrew build couchbase:community
Building bashbrew/cache:13ae8a029f129cda837359662347198e09c04e4fd7a1301ae0107e5dd8028ec7 (couchbase:community)
Tagging couchbase:community
Tagging couchbase:community-5.1.1

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


$ bashbrew build couchbase:community-4.5.1
Building bashbrew/cache:59b0021894a3e77e0ac2eb11889c8d8f3358d4798526a0c623356baeec89664b (couchbase:community-4.5.1)
Tagging couchbase:community-4.5.1

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

@tianon tianon merged commit 600b6b5 into docker-library:master Aug 20, 2018
@ceejatec
Copy link
Contributor Author

Thank you!

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