Skip to content

Commit

Permalink
Merge pull request #1662 from gounthar/tracks-bullseye-version
Browse files Browse the repository at this point in the history
chore(updatecli): Fix the Debian manifest by removing the "bullseye-" prefix
  • Loading branch information
dduportal authored Jul 1, 2023
2 parents f540173 + 9f66c4f commit 3b2c13b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions updatecli/updatecli.d/bullseye.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ sources:
bullseyeLatestVersion:
kind: dockerimage
name: "Get the latest Debian Bullseye Linux version"
transformers:
- trimprefix: "bullseye-"
spec:
image: "debian"
tagFilter: "bullseye-*"
Expand All @@ -27,6 +29,8 @@ sources:
bullseyeSlimLatestVersion:
kind: dockerimage
name: "Get the latest Debian Bullseye Linux version"
transformers:
- trimprefix: "bullseye-"
spec:
image: "debian"
tagFilter: "bullseye-*"
Expand Down

0 comments on commit 3b2c13b

Please sign in to comment.