[ckan-changes] [ckan/ckan] 89e10c: Fix circleci error: E: Unable to locate package op...
Adrià Mercader
noreply at github.com
Fri Jul 19 16:51:00 UTC 2019
Branch: refs/heads/master
Home: https://github.com/ckan/ckan
Commit: 89e10c8b183e7ac5fe0345e4cb1fe24c331afe45
https://github.com/ckan/ckan/commit/89e10c8b183e7ac5fe0345e4cb1fe24c331afe45
Author: David Read <david.read at hackneyworkshop.com>
Date: 2019-07-19 (Fri, 19 Jul 2019)
Changed paths:
M .circleci/config.yml
Log Message:
-----------
Fix circleci error: E: Unable to locate package openjdk-8-jdk
This occurred because the docker/python:2 image switched from Debian stretch to buster this week.
Buster uses openjdk 11 instead of 8, but even with this CKAN was unable
to talk to Solr - maybe to do with AppArmor enabled in Buster. It was
just easiest to pin back to stretch.
Commit: eb73fe8940a43b58869dda0a808fe131ac6cd361
https://github.com/ckan/ckan/commit/eb73fe8940a43b58869dda0a808fe131ac6cd361
Author: Adrià Mercader <amercadero at gmail.com>
Date: 2019-07-19 (Fri, 19 Jul 2019)
Changed paths:
M .circleci/config.yml
Log Message:
-----------
Merge pull request #4915 from ckan/fix-circleci-jdk
Fix circleci error: openjdk-8-jdk
Compare: https://github.com/ckan/ckan/compare/740bb6b6dd57...eb73fe8940a4
More information about the ckan-changes
mailing list