splunk / splunk/docker-splunk

Update version of libgnutls30

Open
#593 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
549
Forks
277
Avg merge
3d 9h
Merged PRs (30d)
2

Description

Hello,

I was trying to build a Debian-10 image and saw the following error.

#7 38.11 E: Version '3.6.7-4+deb10u7' for 'libgnutls30' was not found
------
executor failed running [/bin/sh -c /install.sh && rm -rf /install.sh]: exit code: 100

I later updated the version of the GNU TLS library to deb10u10 (libgnutls30=3.6.7-4+deb10u10) instead of deb10u7, which worked. Please let me know if updating the version is alright and if I can create the PR if the above fix is correct.

Note: This is where I found the version of the library: https://packages.debian.org/buster/libgnutls30

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Inspect the Debian-10 image build and /install.sh for the pinned libgnutls30 version. Update the pin from 3.6.7-4+deb10u7 to 3.6.7-4+deb10u10, then rebuild the image and confirm the installation step succeeds.

Written by the indexing model from the issue text.

Assessment

Tech stack
debian, docker
Domain
devops, infrastructure
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.