Skip to content

Docker image is no longer buildable #35

@andrewbeard

Description

@andrewbeard

Since Debian Stretch has gone EOL the opendxl-broker can no longer be build via the current Dockerfile, as the stretch apt repos have moved to archive.debian.org.

 > [builder  2/10] RUN apt-get update -y     && apt-get install -y libssl1.0-dev libboost-dev cmake uuid-dev wget build-essential:                                                                                                
0.320 Ign:1 http://deb.debian.org/debian stretch InRelease                                                       
0.321 Ign:2 http://security.debian.org/debian-security stretch/updates InRelease                                 
0.344 Ign:3 http://deb.debian.org/debian stretch-updates InRelease                                               
0.352 Ign:4 http://security.debian.org/debian-security stretch/updates Release                                   
0.376 Ign:5 http://deb.debian.org/debian stretch Release                                                         
0.378 Ign:6 http://security.debian.org/debian-security stretch/updates/main all Packages                         
0.403 Ign:7 http://deb.debian.org/debian stretch-updates Release                                                 
0.407 Ign:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages                       
0.427 Ign:9 http://deb.debian.org/debian stretch/main arm64 Packages                                             
0.445 Ign:6 http://security.debian.org/debian-security stretch/updates/main all Packages
0.455 Ign:10 http://deb.debian.org/debian stretch/main all Packages
0.470 Ign:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages
0.482 Ign:11 http://deb.debian.org/debian stretch-updates/main arm64 Packages
0.504 Ign:6 http://security.debian.org/debian-security stretch/updates/main all Packages
0.506 Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
0.529 Ign:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages
0.533 Ign:9 http://deb.debian.org/debian stretch/main arm64 Packages
0.557 Ign:6 http://security.debian.org/debian-security stretch/updates/main all Packages
0.559 Ign:10 http://deb.debian.org/debian stretch/main all Packages
0.587 Ign:11 http://deb.debian.org/debian stretch-updates/main arm64 Packages
0.587 Ign:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages
0.611 Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
0.616 Ign:6 http://security.debian.org/debian-security stretch/updates/main all Packages
0.639 Ign:9 http://deb.debian.org/debian stretch/main arm64 Packages
0.645 Ign:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages
0.667 Ign:10 http://deb.debian.org/debian stretch/main all Packages
0.671 Ign:6 http://security.debian.org/debian-security stretch/updates/main all Packages
0.693 Ign:11 http://deb.debian.org/debian stretch-updates/main arm64 Packages
0.695 Err:8 http://security.debian.org/debian-security stretch/updates/main arm64 Packages
0.695   404  Not Found [IP: 151.101.2.132 80]
0.726 Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
0.752 Ign:9 http://deb.debian.org/debian stretch/main arm64 Packages
0.778 Ign:10 http://deb.debian.org/debian stretch/main all Packages
0.805 Ign:11 http://deb.debian.org/debian stretch-updates/main arm64 Packages
0.829 Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
0.854 Ign:9 http://deb.debian.org/debian stretch/main arm64 Packages
0.882 Ign:10 http://deb.debian.org/debian stretch/main all Packages
0.908 Ign:11 http://deb.debian.org/debian stretch-updates/main arm64 Packages
0.935 Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
0.961 Err:9 http://deb.debian.org/debian stretch/main arm64 Packages
0.961   404  Not Found
0.987 Ign:10 http://deb.debian.org/debian stretch/main all Packages
1.013 Err:11 http://deb.debian.org/debian stretch-updates/main arm64 Packages
1.013   404  Not Found
1.042 Ign:12 http://deb.debian.org/debian stretch-updates/main all Packages
1.043 Reading package lists...
1.047 W: The repository 'http://security.debian.org/debian-security stretch/updates Release' does not have a Release file.
1.047 W: The repository 'http://deb.debian.org/debian stretch Release' does not have a Release file.
1.047 W: The repository 'http://deb.debian.org/debian stretch-updates Release' does not have a Release file.
1.047 E: Failed to fetch http://security.debian.org/debian-security/dists/stretch/updates/main/binary-arm64/Packages  404  Not Found [IP: 151.101.2.132 80]
1.047 E: Failed to fetch http://deb.debian.org/debian/dists/stretch/main/binary-arm64/Packages  404  Not Found
1.047 E: Failed to fetch http://deb.debian.org/debian/dists/stretch-updates/main/binary-arm64/Packages  404  Not Found
1.047 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:9
--------------------
   8 |     # Packages (OpenSSL, Boost)
   9 | >>> RUN apt-get update -y \
  10 | >>>     && apt-get install -y libssl1.0-dev libboost-dev cmake uuid-dev wget build-essential
  11 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get update -y     && apt-get install -y libssl1.0-dev libboost-dev cmake uuid-dev wget build-essential" did not complete successfully: exit code: 100

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions