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
Bug description
Docker image:
command:
gp validateError:
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*.listThis PR might possibly resolve this issue
Steps to reproduce
Copy docker image snippet above and run the command
gp validateExpected behavior
No response
Example repository
No response
Anything else?
No response