Skip to content

Update test packages to use docker images based on Debian bullseye #2732

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from

Conversation

mrodm
Copy link
Contributor

@mrodm mrodm commented Jul 15, 2025

Update test packages based on nginx and apache to use docker image versions based on Debian bullseye

Relates elastic/integrations#14523
Relates #2731 (comment)

  • nginx:1.21.1 still defines Debian buster in /etc/apt/sources.list file
    • nginx:1.22.0 defined Debian bullseye, but it has been chosen the latest minor of 1.22.x in this PR.
  • httpd:2.4.50 still defines Debian buster in /etc/apt/sources.list file

As example:

 $ docker run --rm -it --entrypoint /bin/bash httpd:2.4.51
Unable to find image 'httpd:2.4.51' locally
2.4.51: Pulling from library/httpd
e5ae68f74026: Pull complete 
bc36ee1127ec: Pull complete 
0e5b7b813c8c: Pull complete 
a343142ddd8a: Pull complete 
94c13707a187: Pull complete 
Digest: sha256:0c8dd1d9f90f0da8a29a25dcc092aed76b09a1c9e5e6e93c8db3903c8ce6ef29
Status: Downloaded newer image for httpd:2.4.51
root@3b9d1c58bf47:/usr/local/apache2# cat /etc/apt/sources.list
# deb http://snapshot.debian.org/archive/debian/20211201T000000Z bullseye main
deb http://deb.debian.org/debian bullseye main
# deb http://snapshot.debian.org/archive/debian-security/20211201T000000Z bullseye-security main
deb http://security.debian.org/debian-security bullseye-security main
# deb http://snapshot.debian.org/archive/debian/20211201T000000Z bullseye-updates main
deb http://deb.debian.org/debian bullseye-updates main

@mrodm mrodm self-assigned this Jul 15, 2025
@mrodm mrodm force-pushed the fix_test_packages branch from e52a762 to d9d0725 Compare July 15, 2025 11:05
@mrodm mrodm marked this pull request as ready for review July 15, 2025 11:59
@mrodm mrodm requested a review from a team July 15, 2025 11:59
@mrodm mrodm changed the title Update test packages to use docker images based on bullseye Update test packages to use docker images based on Debian bullseye Jul 15, 2025
@mrodm mrodm force-pushed the fix_test_packages branch from 12c7623 to 80266ac Compare July 16, 2025 08:15
@mrodm
Copy link
Contributor Author

mrodm commented Jul 16, 2025

Closing in favor of #2736

@mrodm mrodm closed this Jul 16, 2025
@elasticmachine
Copy link
Collaborator

💚 Build Succeeded

History

cc @mrodm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants