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

Aerospike 6.1.0.4 #13546

Closed
wants to merge 5 commits into from
Closed

Aerospike 6.1.0.4 #13546

wants to merge 5 commits into from

Conversation

mcoberly2
Copy link
Contributor

@github-actions
Copy link

Diff for 7b132c4:
diff --git a/_bashbrew-cat b/_bashbrew-cat
index 31cc9aa..27167d1 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)
+Maintainers: Lucien Volmar <lucien@aerospike.com> (@volmarl), Michael Coberly <mcoberly@aerospike.com> (@mcoberly2), Phuc Vinh <pvinh@aerospike.com> (@pvinh-spike), Kevin Porter <kporter@aerospike.com> (@kportertx)
 
-Tags: ce-6.1.0.3
+Tags: ce-6.1.0.4
 GitRepo: https://github.com/aerospike/aerospike-server.docker.git
-GitCommit: 4557452ca88bcad1929e91bd303b522a1c242b12
+GitCommit: 80510c3d40228b355b9e5e8c720d93118d6a6c81
 
-Tags: ee-6.1.0.3
+Tags: ee-6.1.0.4
 GitRepo: https://github.com/aerospike/aerospike-server-enterprise.docker.git
-GitCommit: 01871453aad7390a02a51dee11efe8e6a55f95cf
+GitCommit: e4713117b8dec3635be5cb4c27619e18433cd6e5
diff --git a/_bashbrew-list b/_bashbrew-list
index a151121..f4c2940 100644
--- a/_bashbrew-list
+++ b/_bashbrew-list
@@ -1,2 +1,2 @@
-aerospike:ce-6.1.0.3
-aerospike:ee-6.1.0.3
+aerospike:ce-6.1.0.4
+aerospike:ee-6.1.0.4
diff --git a/aerospike_ce-6.1.0.3/.dockerignore b/aerospike_ce-6.1.0.4/.dockerignore
similarity index 100%
rename from aerospike_ce-6.1.0.3/.dockerignore
rename to aerospike_ce-6.1.0.4/.dockerignore
diff --git a/aerospike_ce-6.1.0.3/Dockerfile b/aerospike_ce-6.1.0.4/Dockerfile
similarity index 95%
rename from aerospike_ce-6.1.0.3/Dockerfile
rename to aerospike_ce-6.1.0.4/Dockerfile
index 45512a0..0c6a497 100644
--- a/aerospike_ce-6.1.0.3/Dockerfile
+++ b/aerospike_ce-6.1.0.4/Dockerfile
@@ -4,11 +4,10 @@
 # http://github.com/aerospike/aerospike-server.docker
 #
 
+FROM debian:bullseye-20221114-slim
 
-FROM debian:bullseye-slim
-
-ENV AEROSPIKE_VERSION 6.1.0.3
-ENV AEROSPIKE_SHA256 e4f9c152209547517951b78e42ca0251bd237fe1eba65b7bef81fea94ab653c9
+ENV AEROSPIKE_VERSION 6.1.0.4
+ENV AEROSPIKE_SHA256 4c3e4dfef858ddb5dcc941c5106a8735867860194f67ff5b20b65967a30cd0b4
 ENV AS_TINI_SHA256 d1f6826dd70cdd88dde3d5a20d8ed248883a3bc2caba3071c8a3a9b0e0de5940
 
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/aerospike_ce-6.1.0.3/aerospike.template.conf b/aerospike_ce-6.1.0.4/aerospike.template.conf
similarity index 100%
rename from aerospike_ce-6.1.0.3/aerospike.template.conf
rename to aerospike_ce-6.1.0.4/aerospike.template.conf
diff --git a/aerospike_ce-6.1.0.3/entrypoint.sh b/aerospike_ce-6.1.0.4/entrypoint.sh
similarity index 100%
rename from aerospike_ce-6.1.0.3/entrypoint.sh
rename to aerospike_ce-6.1.0.4/entrypoint.sh
diff --git a/aerospike_ee-6.1.0.3/.dockerignore b/aerospike_ee-6.1.0.4/.dockerignore
similarity index 100%
rename from aerospike_ee-6.1.0.3/.dockerignore
rename to aerospike_ee-6.1.0.4/.dockerignore
diff --git a/aerospike_ee-6.1.0.3/Dockerfile b/aerospike_ee-6.1.0.4/Dockerfile
similarity index 95%
rename from aerospike_ee-6.1.0.3/Dockerfile
rename to aerospike_ee-6.1.0.4/Dockerfile
index 5462e3c..5ffcad2 100644
--- a/aerospike_ee-6.1.0.3/Dockerfile
+++ b/aerospike_ee-6.1.0.4/Dockerfile
@@ -4,11 +4,10 @@
 # http://github.com/aerospike/aerospike-server-enterprise.docker
 #
 
+FROM debian:bullseye-20221114-slim
 
-FROM debian:bullseye-slim
-
-ENV AEROSPIKE_VERSION 6.1.0.3
-ENV AEROSPIKE_SHA256 de62082abe7c5fb040fc5eaaed22274142d96cbcd7dfce7530a52d65bce8b277
+ENV AEROSPIKE_VERSION 6.1.0.4
+ENV AEROSPIKE_SHA256 72406e745a8f03116e688d86ad3165741ee48cfad8e4d7cb637c9bdc4577ec47
 ENV AS_TINI_SHA256 d1f6826dd70cdd88dde3d5a20d8ed248883a3bc2caba3071c8a3a9b0e0de5940
 
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]
diff --git a/aerospike_ee-6.1.0.3/aerospike.template.conf b/aerospike_ee-6.1.0.4/aerospike.template.conf
similarity index 100%
rename from aerospike_ee-6.1.0.3/aerospike.template.conf
rename to aerospike_ee-6.1.0.4/aerospike.template.conf
diff --git a/aerospike_ee-6.1.0.3/entrypoint.sh b/aerospike_ee-6.1.0.4/entrypoint.sh
similarity index 100%
rename from aerospike_ee-6.1.0.3/entrypoint.sh
rename to aerospike_ee-6.1.0.4/entrypoint.sh

Relevant Maintainers:

@yosifkit
Copy link
Member

From the test failures:

  • referenced commits are not in the respective master branches of github.com/aerospike/aerospike-server.docker and github.com/aerospike/aerospike-server-enterprise.docker
     - aerospike:
       - commit 9b5c7deb452ce646f2b6f064fe00225f5ac245de:
         - is not in the specified ref GitFetch: refs/heads/master
       - commit d1e8610192813c410f605cb86f392f8155739daa:
         - is not in the specified ref GitFetch: refs/heads/master
  • entrypoint.sh missing for ce-6.1.0.4
    Step 8/11 : COPY entrypoint.sh /entrypoint.sh
    COPY failed: file not found in build context or excluded by .dockerignore: stat entrypoint.sh: file does not exist

As for any Dockerfile changes that I noticed: In official images, we do not recommend using such a specific debian image tag (debian:bullseye-20221114-slim); the debain:bullseye-slim tag is the correct one. The more specific tag would be out of scope as soon as the next Debian update.

Background:

Tags in the [official-images] library file[s] are only built through an update to that library file or as a result of its base image being updated (ie, an image FROM debian:buster would be rebuilt when debian:buster is built).

-https://github.com/docker-library/official-images/tree/2f086314307c04e1de77f0a515f20671e60d40bb#library-definition-files

We update the Debian base images often (Debian update PRs):

We strive to publish updated images at least monthly for Debian. We also rebuild earlier if there is a critical security need. Many Official Images are maintained by the community or their respective upstream projects, like Ubuntu, Alpine, and Oracle Linux, and are subject to their own maintenance schedule.

- https://github.com/docker-library/faq/tree/0ad5fd60288109c875a54a37f6581b2deaa836db#why-does-my-security-scanner-show-that-an-image-has-cves

@mcoberly2 mcoberly2 closed this Nov 21, 2022
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