Skip to content

[Critical] debian repositories broken #64

@geek-merlin

Description

@geek-merlin

This docker package seems to have stopped working in gitlab-ci as of today.
apt-get update throws errors like

$ [ -f .skip-composer-install ] || ( apt-get update -qq -y && apt-get install -qq -y unzip )
W: GPG error: https://dl.yarnpkg.com stable InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 23E7166788B63E1E
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.248.204 80]

and

$ apt-get update -yqqq
W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.248.204 80]

See some discussion in the gitlab forum: Gitlab runners stopped working

where this workaround has been confirmed to work:

before_script:
  - echo -e "deb http://deb.debian.org/debian jessie main\ndeb http://security.debian.org jessie/updates main" > /etc/apt/sources.list

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions