From d1a3792f7938f7ad224f287f99ab4916bbb06cac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:13:35 +0000 Subject: [PATCH 1/4] Bump percona/percona-server-mongodb from 6.0 to 7.0 Bumps percona/percona-server-mongodb from 6.0 to 7.0. --- updated-dependencies: - dependency-name: percona/percona-server-mongodb dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1078690..4a8fd15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM percona/percona-server-mongodb:6.0 +FROM percona/percona-server-mongodb:7.0 LABEL edu.uky.cs.netrecon.parse-hipaa.vendor="Network Reconnaissance Lab" LABEL edu.uky.cs.netrecon.parse-hipaa.authors="baker@cs.uky.edu" LABEL description="HIPAA & GDPR compliant ready Mongo Database with percona-server." From 162ed2dfacdddf944646aac96ae553e902d5aa32 Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 25 Jan 2024 10:57:24 -0800 Subject: [PATCH 2/4] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 79afac4..285ef25 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,7 +48,7 @@ jobs: - name: Build and push Docker image uses: docker/build-push-action@v5 with: - platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/arm/v6, linux/arm/v7 + platforms: linux/amd64, linux/arm64/v8 push: ${{ github.event_name != 'pull_request' && github.event_name != 'merge_group' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} From 6bdf04b26d455619f55e9fb3512868db8d916a5e Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 25 Jan 2024 10:58:04 -0800 Subject: [PATCH 3/4] Update release.yml --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87586b5..99afbe3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,7 +4,7 @@ on: schedule: - cron: '19 4 * * *' push: - branches: [ main, '4.4', '5.0', '6.0' ] + branches: [ main, '4.4', '5.0', '6.0', '7.0' ] env: LATEST: '6.0' @@ -74,7 +74,7 @@ jobs: if: env.BRANCH == env.LATEST uses: docker/build-push-action@v5 with: - platforms: linux/amd64, linux/arm64/v8, linux/ppc64le, linux/arm/v6, linux/arm/v7 + platforms: linux/amd64, linux/arm64/v8 push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta-latest.outputs.tags }} labels: ${{ steps.meta-latest.outputs.labels }} From c1d50a437df07b411f65555b19dd7bc2620baa0c Mon Sep 17 00:00:00 2001 From: Corey Date: Thu, 25 Jan 2024 10:58:29 -0800 Subject: [PATCH 4/4] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4a8fd15..e7e34b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM percona/percona-server-mongodb:7.0 +FROM percona/percona-server-mongodb:7.0-multi LABEL edu.uky.cs.netrecon.parse-hipaa.vendor="Network Reconnaissance Lab" LABEL edu.uky.cs.netrecon.parse-hipaa.authors="baker@cs.uky.edu" LABEL description="HIPAA & GDPR compliant ready Mongo Database with percona-server."