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 aerospike 5.6.0.4 #10249

Merged
merged 1 commit into from
May 27, 2021
Merged

Update aerospike 5.6.0.4 #10249

merged 1 commit into from
May 27, 2021

Conversation

mcoberly2
Copy link
Contributor

@mcoberly2 mcoberly2 commented May 27, 2021

@github-actions
Copy link

Diff for f19f58d:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 58e9db5..26f2b36 100644
--- a/_bashbrew-cat
+++ b/_bashbrew-cat
@@ -1,9 +1,9 @@
 Maintainers: Lucien Volmar <lucien@aerospike.com> (@volmarl), Michael Coberly <mcoberly@aerospike.com> (@mcoberly2), Phuc Vinh <pvinh@aerospike.com> (@pvinh-spike)
 
-Tags: ce-5.6.0.3
+Tags: ce-5.6.0.4
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 1a542e44114e4b5a797fe2db067aa66ef24e539a
+GitCommit: 5e88be62310d19610685224e89c5aed9afc0d8a2
 
-Tags: ee-5.6.0.3
+Tags: ee-5.6.0.4
 GitRepo: https://github.com/aerospike/aerospike-server-enterprise.docker.git
-GitCommit: d2973076b8b48ecbba083bc3812e4b89bbc966ae
+GitCommit: cd7a7c799c10a0dcdc21042167de92b5e8eff0b6
diff --git a/_bashbrew-list b/_bashbrew-list
index da252ca..4a048c7 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-aerospike:ce-5.6.0.3
-aerospike:ee-5.6.0.3
+aerospike:ce-5.6.0.4
+aerospike:ee-5.6.0.4
diff --git a/aerospike_ce-5.6.0.3/.dockerignore b/aerospike_ce-5.6.0.4/.dockerignore
similarity index 100%
rename from aerospike_ce-5.6.0.3/.dockerignore
rename to aerospike_ce-5.6.0.4/.dockerignore
diff --git a/aerospike_ce-5.6.0.3/Dockerfile b/aerospike_ce-5.6.0.4/Dockerfile
similarity index 88%
rename from aerospike_ce-5.6.0.3/Dockerfile
rename to aerospike_ce-5.6.0.4/Dockerfile
index 7c6b069..2de30ae 100644
--- a/aerospike_ce-5.6.0.3/Dockerfile
+++ b/aerospike_ce-5.6.0.4/Dockerfile
@@ -4,18 +4,18 @@
 # http://github.com/aerospike/aerospike-server.docker
 #
 
-FROM debian:stretch-slim
+FROM debian:buster-slim
 
-ENV AEROSPIKE_VERSION 5.6.0.3
-ENV AEROSPIKE_SHA256 75ba3e57bf3ada2aefbfe8a4e43523d87b933fea6b67e2b8c2ba542d5bfe8727
+ENV AEROSPIKE_VERSION 5.6.0.4
+ENV AEROSPIKE_SHA256 1717dc48edf3c7b8595c7ee12580fdfab382ac1c0af86c7f9d95fbf0037b99dd
 
 # Install Aerospike Server and Tools
 
 
 RUN \
   apt-get update -y \
-  && apt-get install -y iproute2 procps dumb-init wget python python3 lua5.2 gettext-base libcurl4-openssl-dev  \
-  && wget "https://www.aerospike.com/artifacts/aerospike-server-community/${AEROSPIKE_VERSION}/aerospike-server-community-${AEROSPIKE_VERSION}-debian9.tgz" -O aerospike-server.tgz \
+  && apt-get install -y iproute2 procps dumb-init wget python python3 python3-distutils lua5.2 gettext-base libcurl4-openssl-dev  \
+  && wget "https://www.aerospike.com/artifacts/aerospike-server-community/${AEROSPIKE_VERSION}/aerospike-server-community-${AEROSPIKE_VERSION}-debian10.tgz" -O aerospike-server.tgz \
   && echo "$AEROSPIKE_SHA256 *aerospike-server.tgz" | sha256sum -c - \
   && mkdir aerospike \
   && tar xzf aerospike-server.tgz --strip-components=1 -C aerospike \
diff --git a/aerospike_ce-5.6.0.3/aerospike.template.conf b/aerospike_ce-5.6.0.4/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-5.6.0.3/aerospike.template.conf
rename to aerospike_ce-5.6.0.4/aerospike.template.conf
diff --git a/aerospike_ce-5.6.0.3/entrypoint.sh b/aerospike_ce-5.6.0.4/entrypoint.sh
similarity index 100%
rename from aerospike_ce-5.6.0.3/entrypoint.sh
rename to aerospike_ce-5.6.0.4/entrypoint.sh
diff --git a/aerospike_ee-5.6.0.3/Dockerfile b/aerospike_ee-5.6.0.4/Dockerfile
similarity index 87%
rename from aerospike_ee-5.6.0.3/Dockerfile
rename to aerospike_ee-5.6.0.4/Dockerfile
index 209e031..3d1cf7f 100644
--- a/aerospike_ee-5.6.0.3/Dockerfile
+++ b/aerospike_ee-5.6.0.4/Dockerfile
@@ -4,17 +4,17 @@
 # http://github.com/aerospike/aerospike-server-enterprise.docker
 #
 
-FROM debian:stretch-slim
+FROM debian:buster-slim
 
-ENV AEROSPIKE_VERSION 5.6.0.3
-ENV AEROSPIKE_SHA256 32f93d44c76f5cfd97fccb1256086854bfd254b65f5700d643e9ed8352910b88
+ENV AEROSPIKE_VERSION 5.6.0.4
+ENV AEROSPIKE_SHA256 cb98684e30b5e55071c03f0c3eda460941c2fede645b93834e3060ea8a1899cd
 
 # Install Aerospike Server and Tools
 
 RUN \
   apt-get update -y \
-  && apt-get install -y iproute2 procps dumb-init wget python python3 lua5.2 gettext-base libldap-dev libcurl4-openssl-dev \
-  && wget "https://www.aerospike.com/enterprise/download/server/${AEROSPIKE_VERSION}/artifact/debian9" -O aerospike-server.tgz \
+  && apt-get install -y iproute2 procps dumb-init wget python python3 python3-distutils lua5.2 gettext-base libldap-dev libcurl4-openssl-dev \
+  && wget "https://www.aerospike.com/enterprise/download/server/${AEROSPIKE_VERSION}/artifact/debian10" -O aerospike-server.tgz \
   && echo "$AEROSPIKE_SHA256 *aerospike-server.tgz" | sha256sum -c - \
   && mkdir aerospike \
   && tar xzf aerospike-server.tgz --strip-components=1 -C aerospike \
diff --git a/aerospike_ee-5.6.0.3/aerospike.template.conf b/aerospike_ee-5.6.0.4/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-5.6.0.3/aerospike.template.conf
rename to aerospike_ee-5.6.0.4/aerospike.template.conf
diff --git a/aerospike_ee-5.6.0.3/entrypoint.sh b/aerospike_ee-5.6.0.4/entrypoint.sh
similarity index 100%
rename from aerospike_ee-5.6.0.3/entrypoint.sh
rename to aerospike_ee-5.6.0.4/entrypoint.sh

@yosifkit yosifkit merged commit 6645313 into docker-library:master May 27, 2021
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