question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

apt-get update failing due to removal of Wheezy and Jessie (except LTS) from mirrors

See original GitHub issue

When I am doing apt-get update on base of confluentinc/cp-kafka-rest:4.0.0. It is failing with Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages 404 Not Found It is because Removal of Wheezy and Jessie (except LTS) from mirrors

My Dockerfile for ref

FROM confluentinc/cp-kafka-rest:4.0.0

ENV TZ Asia/Kolkata

RUN apt-get update

RUN apt-get install -y uuid-runtime

COPY start-kafka-rest /usr/bin/start-kafka-rest

RUN chmod 755 /usr/bin/start-kafka-rest

ENTRYPOINT ["/usr/bin/start-kafka-rest"]

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:12
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
ewencpcommented, Mar 28, 2019

Hey folks, we’ve merged this update to address the issue: https://github.com/confluentinc/cp-docker-images/pull/717 We will be moving the base image too stretch, but please keep in mind that there are compatibility issues with updating these, so this is the sort of change that can only be made across major release versions. Just changing base image in bugfixes would break some downstream consumers.

For existing releases, subsequent bugfix releases of the images for that major.minor version will include the linked PR.

1reaction
pdkproitfcommented, Mar 28, 2019

This is also a problem for confluentinc/cp-kafka-connect:5.1.2

Read more comments on GitHub >

github_iconTop Results From Across the Web

Removal of Wheezy and Jessie (except LTS) from mirrors
Hello, as Wheezy and Jessie have been integrated into the archive.debian.org structure recently, we are now removing all of Wheezy and all non- ......
Read more >
Wheezy and Jessie Backports have been moved to Debian ...
... repos except for LTS have been removed from the Debian mirrors and moved to the Debian Archive. Since then, I've been getting...
Read more >
Resolved - debian jessie apt/system update error - Plesk Forum
I have an issue with apt updates here, running plesk onyx 17.8.11 update 46 on ... Ign http://debian.mirrors.ovh.net wheezy Release.gpg Ign ...
Read more >
apt-get update is failing in debian - Super User
The debian Team did not move jessie-updates to the archive repository (yet). But they already removed it from the regular repositories.
Read more >
[Info] if any armbian image depends on debian Jessie (or ...
Removal of Wheezy and Jessie (except LTS) from mirrors ... https://superuser.com/questions/1417617/apt-get-update-is-failing-in-debian.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found