Skip to content

Commit

Permalink
Merge pull request #8 from canonical/update-valkey-7.2.7
Browse files Browse the repository at this point in the history
update valkey to 7.2.7
  • Loading branch information
reneradoi authored Jan 8, 2025
2 parents 8358b0a + 9fdd2bf commit e2caa55
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions rockcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# See LICENSE-rock file for licensing details.
---
name: valkey # the name of your ROCK
base: ubuntu@22.04 # the base environment for this ROCK
version: '7.2.5' # just for humans. Semantic versioning is recommended
base: ubuntu@24.04 # the base environment for this ROCK
version: '7.2.7' # just for humans. Semantic versioning is recommended
summary: Valkey ROCK OCI # 79 char long summary
description: |
This is an OCI image that bundles Valkey together with the metrics exporter
Expand Down Expand Up @@ -55,9 +55,11 @@ parts:
source-branch: "v1.60.0"
build-snaps:
- go/1.21/stable
add-security-manifest:
plugin: dump
source: ./usr/share/rocks
source-type: local
organize:
'*.yaml': usr/share/rocks/
deb-security-manifest:
plugin: nil
after:
- redis_exporter
override-prime: |
set -x
mkdir -p $CRAFT_PRIME/usr/share/rocks/
(echo "# os-release" && cat /etc/os-release && echo "# dpkg-query" && dpkg-query -f '${db:Status-Abbrev},${binary:Package},${Version},${source:Package},${Source:Version}\n' -W) > $CRAFT_PRIME/usr/share/rocks/dpkg.query

0 comments on commit e2caa55

Please sign in to comment.