Skip to content

error while trying build #1

Description

@StudentCyberOps

mehdi-nouira@jack-sparrow-ship:~/docker-collectd$ sudo docker build -t puckel/collectd .
DEPRECATED: The legacy builder is deprecated and will be removed in a future release.
Install the buildx component to build images with BuildKit:
https://docs.docker.com/go/buildx/

Sending build context to Docker daemon 14.34kB
Step 1/14 : FROM puckel/docker-base
---> 8d2b742164e4
Step 2/14 : MAINTAINER Puckel_
---> Using cache
---> c60916b78c8c
Step 3/14 : ENV DEBIAN_FRONTEND noninteractive
---> Using cache
---> c7d34bbdf691
Step 4/14 : ENV TERM linux
---> Using cache
---> eeb3b544f966
Step 5/14 : ENV INITRD No
---> Using cache
---> 0653b9d857d2
Step 6/14 : RUN sed -i 's/http://deb.debian.org/debian/stretch-updates//g' /etc/apt/sources.list && sed -i 's/http://deb.debian.org/debian/ http://archive.debian.org/debian/g' /etc/apt/sources.list && sed -i 's/http://security.debian.org/ http://archive.debian.org/debian-security/g' /etc/apt/sources.list
---> Running in d6de5d6e9296
---> Removed intermediate container d6de5d6e9296
---> c3dd3ea6df95
Step 7/14 : RUN apt-get update -yqq && apt-get install -yqq collectd supervisor python-pip && pip install envtpl && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base
---> Running in 04b1fe460a40
W: The repository 'http://archive.debian.org/debian stretch-updates Release' does not have a Release file.
E: Failed to fetch http://archive.debian.org/debian/dists/stretch-updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.2.132 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
The command '/bin/sh -c apt-get update -yqq && apt-get install -yqq collectd supervisor python-pip && pip install envtpl && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/man /usr/share/doc /usr/share/doc-base' returned a non-zero code: 100

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions