-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Support Debian 11 fixes #240 * Also test Debian 11 * Use newer postgresql module during unit tests * Update Gems * Fix unit and acceptance tests * Fix rubocop Co-authored-by: Trey Dockendorf <[email protected]>
- Loading branch information
1 parent
e9a1a5e
commit 569632d
Showing
9 changed files
with
56 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
HOSTS: | ||
debian11: | ||
roles: | ||
- agent | ||
platform: debian-11-amd64 | ||
hypervisor: docker | ||
image: debian:11 | ||
docker_preserve_image: true | ||
docker_cmd: | ||
- '/sbin/init' | ||
docker_image_commands: | ||
- 'apt-get install -y wget net-tools systemd-sysv locales apt-transport-https ca-certificates iproute2' | ||
- 'echo "LC_ALL=en_US.UTF-8" >> /etc/environment' | ||
- 'echo "en_US.UTF-8 UTF-8" >> /etc/locale.gen' | ||
- 'echo "LANG=en_US.UTF-8" > /etc/locale.conf' | ||
- 'locale-gen en_US.UTF-8' | ||
docker_env: | ||
- LANG=en_US.UTF-8 | ||
- LANGUAGE=en_US.UTF-8 | ||
- LC_ALL=en_US.UTF-8 | ||
docker_container_name: 'keycloak-debian11' | ||
CONFIG: | ||
log_level: debug | ||
type: foss | ||
ssh: | ||
password: root | ||
auth_methods: ["password"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters