Skip to content

gitpod-workspace-full:docker image jammy release file does not exist #1617

@dangeloaguirre

Description

@dangeloaguirre

Bug description

Docker image:

FROM gitpod/workspace-full

USER root

SHELL ["/bin/bash", "-o", "pipefail", "-c"]

COPY ./docker/apt-install.sh /usr/local/sbin/apt-install
RUN apt-get update -q 

command:
gp validate

Error:
3.723 E: The repository 'https://ppa.launchpadcontent.net/ondrej/nginx-mainline/ubuntu jammy Release' does not have a Release file.

workaround:
added
rm -f /etc/apt/sources.list.d/ondrej-ubuntu-nginx-mainline*.list

This PR might possibly resolve this issue

Steps to reproduce

Copy docker image snippet above and run the command gp validate

Expected behavior

No response

Example repository

No response

Anything else?

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingteam: team-experienceBelonging to the Experience team

    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