splunk / docker-splunk

Splunk Docker GitHub Repository
462 stars 253 forks source link

Resolve issue "make base-debian-10 failing" #582

Closed colinbjohnson closed 10 months ago

colinbjohnson commented 1 year ago

Currently it is not possible to perform the following:

  1. Checkout the splunk repo.
  2. Run the following: make base-debian-10

While the existing repo indicates "We are no longer releasing Debian images on Docker Hub as of May 2021 (Splunk Enterprise v8.2.0+). Red Hat images will continue to be published" the files for building images based on debian are still there which may cause some confusion as to "maintained Dockerfiles" and "published images".

I feel that supporting Debian (or at least two flavors of Linux) would be ideal so I've gone ahead and updated the file so make base-debian-10 runs correctly.

I've also added a comment regarding the use of specific versions of software during builds - I feel that it is important to note why specific versions are being used - either as a philosophy (i.e. we want predictability in builds) or as a software requirement.