Skip to content

Commit

Permalink
Reference #79 in a TODO comment
Browse files Browse the repository at this point in the history
This will serve as a reminder to support Trixie when possible.
  • Loading branch information
jsf9k committed Jun 12, 2024
1 parent ff44677 commit 088d33a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,11 @@ jobs:
- debian10-systemd
- debian11-systemd
- debian12-systemd
# Docker does not yet officially support Debian Trixie. See
# https://docs.docker.com/engine/install/debian/ for more
# details.
# TODO: Docker does not yet officially support Debian
# Trixie, but we should add support when that becomes
# possible. See
# https://docs.docker.com/engine/install/debian/ and
# cisagov/ansible-role-docker#79 for more details.
# - debian13-systemd
- fedora39-systemd
- fedora40-systemd
Expand Down
7 changes: 4 additions & 3 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@ galaxy_info:
- buster
- bullseye
- bookworm
# Docker does not yet officially support Debian Trixie. See
# https://docs.docker.com/engine/install/debian/ for more
# details.
# TODO: Docker does not yet officially support Debian Trixie,
# but we should add support when that becomes possible. See
# https://docs.docker.com/engine/install/debian/ and
# cisagov/ansible-role-docker#79 for more details.
# - trixie
- name: Fedora
versions:
Expand Down
6 changes: 4 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,10 @@ platforms:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:rw
# Docker does not yet officially support Debian Trixie. See
# https://docs.docker.com/engine/install/debian/ for more details.
# TODO: Docker does not yet officially support Debian Trixie, but we
# should add support when that becomes possible. See
# https://docs.docker.com/engine/install/debian/ and
# cisagov/ansible-role-docker#79 for more details.
# - cgroupns_mode: host
# command: /lib/systemd/systemd
# image: docker.io/cisagov/docker-debian13-ansible:latest
Expand Down

0 comments on commit 088d33a

Please sign in to comment.