Error while building BWCE Docker image on Debian

Error while building BWCE Docker image on Debian

book

Article ID: KB0073459

calendar_today

Updated On:

Products

TIBCO BusinessWorks Container Edition

Description

The following error is thrown while trying to build a BWCE Docker image on Debian:

"Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found"
 

Issue/Introduction

Error while building BWCE Docker image on Debian

Environment

Debian

Resolution

The error is thrown because "jessie" has been removed from the Debian packages.
If you are using 2.4.3 or earlier you can replace "FROM debian:jessie-slim" to "FROM debian:stretch-slim" in the DockerFile.
With 2.4.4 the default is "FROM debian:stretch-slim" in the DockerFile.

Additional Information

https://lists.debian.org/debian-devel-announce/2019/03/msg00006.html