Skip to content
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

Fix PG client in CB - Attempt 2 #375

Merged
merged 1 commit into from
Aug 23, 2021
Merged

Fix PG client in CB - Attempt 2 #375

merged 1 commit into from
Aug 23, 2021

Conversation

amCap1712
Copy link
Member

Do not know what the issue is with the existing Dockerfile but doing what we do in LB should hopefully fix it.

@github-actions

This comment has been minimized.

@amCap1712 amCap1712 changed the base branch from master to amCap1712-patch-2 August 22, 2021 19:36
@github-actions

This comment has been minimized.

Base automatically changed from amCap1712-patch-2 to master August 23, 2021 04:17
@amCap1712 amCap1712 merged commit 6f60bb8 into master Aug 23, 2021
@amCap1712 amCap1712 deleted the amCap1712-patch-1 branch August 23, 2021 04:17
@github-actions
Copy link

Unit Test Results

    1 files  ±0      1 suites  ±0   46s ⏱️ ±0s
143 tests ±0  143 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 6f60bb8. ± Comparison against base commit 6f60bb8.

@@ -15,12 +15,13 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# PostgreSQL client
RUN apt-key adv --keyserver ha.pool.sks-keyservers.net --recv-keys B97B0AFCAA1A47F044F244A07FCC7D46ACCC4CF8
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it's possible that this keyserver is no longer available:

$ host ha.pool.sks-keyservers.net
Host ha.pool.sks-keyservers.net not found: 3(NXDOMAIN)

amCap1712 added a commit to metabrainz/sir that referenced this pull request Sep 9, 2021
The keyserver ha.pool.sks-keyservers.net is no loger available. Also, the jessie repo is unavailable. We have faced similar issues in various PythonBrainz projects before. For instance: metabrainz/critiquebrainz#375 and metabrainz/listenbrainz-server#1427 . Applying the same fix here.
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