Skip to content

Commit

Permalink
Remove Debian 11 from custom packaging and add unreleased Debian 13
Browse files Browse the repository at this point in the history
We need a newer `rustc`
  • Loading branch information
s0undt3ch committed Apr 27, 2024
1 parent b28c4d6 commit 99ff96e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ will be commited.
### [![Salt Packaging](https://github.com/saltstack/salt-ci-containers/actions/workflows/packaging-containers.yml/badge.svg)](https://github.com/saltstack/salt-ci-containers/actions/workflows/packaging-containers.yml)

- packaging:centosstream-9 - `ghcr.io/saltstack/salt-ci-containers/packaging:centosstream-9`
- packaging:debian-11 - `ghcr.io/saltstack/salt-ci-containers/packaging:debian-11`
- packaging:debian-12 - `ghcr.io/saltstack/salt-ci-containers/packaging:debian-12`
- packaging:debian-13 - `ghcr.io/saltstack/salt-ci-containers/packaging:debian-13`


### [![Virt Minion](https://github.com/saltstack/salt-ci-containers/actions/workflows/virt-minion-containers.yml/badge.svg)](https://github.com/saltstack/salt-ci-containers/actions/workflows/virt-minion-containers.yml)
Expand Down
2 changes: 1 addition & 1 deletion containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ custom:
Salt Packaging:
name: packaging
versions:
- debian-11
- debian-12
- debian-13
- centosstream-9
# <---- Custom Containers ---------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion custom/packaging/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# [![Salt Packaging](https://github.com/saltstack/salt-ci-containers/actions/workflows/packaging-containers.yml/badge.svg)](https://github.com/saltstack/salt-ci-containers/actions/workflows/packaging-containers.yml)

- packaging:centosstream-9 - `ghcr.io/saltstack/salt-ci-containers/packaging:centosstream-9`
- packaging:debian-11 - `ghcr.io/saltstack/salt-ci-containers/packaging:debian-11`
- packaging:debian-12 - `ghcr.io/saltstack/salt-ci-containers/packaging:debian-12`
- packaging:debian-13 - `ghcr.io/saltstack/salt-ci-containers/packaging:debian-13`
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM debian:11
FROM debian:trixie

COPY 01_nodoc /etc/dpkg/dpkg.cfg.d/01_nodoc

Expand Down

0 comments on commit 99ff96e

Please sign in to comment.