Skip to content

Commit

Permalink
Bump percona/percona-server-mongodb from 6.0 to 7.0 (#13)
Browse files Browse the repository at this point in the history
* 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] <[email protected]>

* Update build.yml

* Update release.yml

* Update Dockerfile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corey <[email protected]>
  • Loading branch information
dependabot[bot] and cbaker6 authored Jan 25, 2024
1 parent 4a7f4ab commit 1c6e154
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM percona/percona-server-mongodb:6.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="[email protected]"
LABEL description="HIPAA & GDPR compliant ready Mongo Database with percona-server."
Expand Down

0 comments on commit 1c6e154

Please sign in to comment.