Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 outdated node base image tag updated #24

Open
wants to merge 1 commit into
base: release-3.8.0
Choose a base branch
from

Conversation

srajasimman
Copy link

this PR will fix the following docker build issue with an outdated Debian node base image

#8 [stage-1 2/7] RUN apt-get clean     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'     && apt update && apt install fonts-indic -y     && apt-get install -y google-chrome-unstable gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget       --no-install-recommends     && rm -rf /var/lib/apt/lists/*
#8 17.45 OK
#8 17.51 
#8 17.51 WARNING: apt does not have a stable CLI interface yet. Use with caution in scripts.
#8 17.51 
#8 24.71 Get:1 http://dl.google.com/ stable InRelease [1825 B]
#8 27.35 Ign http://deb.debian.org/ jessie InRelease
#8 27.35 Ign http://deb.debian.org/ jessie-updates InRelease
#8 27.35 Ign http://security.debian.org/ jessie/updates InRelease
#8 27.41 Ign http://security.debian.org/ jessie/updates Release.gpg
#8 27.46 Ign http://security.debian.org/ jessie/updates Release
#8 27.56 Ign http://deb.debian.org/ jessie Release.gpg
#8 ...

#7 [build 1/4] FROM docker.io/circleci/node:8.11.2-stretch@sha256:147dd7f8267b50bb827a9682bcd774c0923e03c82c2a8bbfa303bd36b7304c74
#7 extracting sha256:e80dfb6a4adf7a00bab2a596e518acdf66c94fd2534023225f6e1a1861f72417 10.1s
#7 extracting sha256:e80dfb6a4adf7a00bab2a596e518acdf66c94fd2534023225f6e1a1861f72417 11.3s done
#7 ...

#8 [stage-1 2/7] RUN apt-get clean     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'     && apt update && apt install fonts-indic -y     && apt-get install -y google-chrome-unstable gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget       --no-install-recommends     && rm -rf /var/lib/apt/lists/*
#8 27.69 Err http://security.debian.org/ jessie/updates/main amd64 Packages
#8 27.69   
#8 27.78 Ign http://deb.debian.org/ jessie-updates Release.gpg
#8 27.90 Err http://security.debian.org/ jessie/updates/main amd64 Packages
#8 27.90   
#8 27.99 Ign http://deb.debian.org/ jessie Release
#8 28.22 Ign http://deb.debian.org/ jessie-updates Release
#8 28.27 Err http://security.debian.org/ jessie/updates/main amd64 Packages
#8 28.27   
#8 28.63 Err http://security.debian.org/ jessie/updates/main amd64 Packages
#8 28.63   
#8 28.87 Get:2 http://dl.google.com/ stable/main amd64 Packages [1075 B]
#8 31.44 Err http://security.debian.org/ jessie/updates/main amd64 Packages
#8 31.44   404  Not Found [IP: 151.101.2.132 80]
#8 33.74 Err http://deb.debian.org/ jessie/main amd64 Packages
#8 33.74   404  Not Found
#8 33.95 Err http://deb.debian.org/ jessie-updates/main amd64 Packages
#8 33.95   404  Not Found
#8 34.44 Fetched 2900 B in 9s (311 B/s)
#8 34.44 W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.2.132 80]
#8 34.44 
#8 34.44 W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/binary-amd64/Packages  404  Not Found
#8 34.44 
#8 34.44 W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found
#8 34.44 
#8 34.44 E: Some index files failed to download. They have been ignored, or old ones used instead.
#8 ERROR: process "/bin/sh -c apt-get clean     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && sh -c 'echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list'     && apt update && apt install fonts-indic -y     && apt-get install -y google-chrome-unstable gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget       --no-install-recommends     && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

#7 [build 1/4] FROM docker.io/circleci/node:8.11.2-stretch@sha256:147dd7f8267b50bb827a9682bcd774c0923e03c82c2a8bbfa303bd36b7304c74
#7 CANCELED
------
 > [stage-1 2/7] RUN apt-get clean     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'     && apt update && apt install fonts-indic -y     && apt-get install -y google-chrome-unstable gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget       --no-install-recommends     && rm -rf /var/lib/apt/lists/*:
#8 33.95 Err http://deb.debian.org/ jessie-updates/main amd64 Packages
#8 33.95   404  Not Found
#8 34.44 Fetched 2900 B in 9s (311 B/s)
#8 34.44 W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages  404  Not Found [IP: 151.101.2.132 80]
#8 34.44 
#8 34.44 W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/binary-amd64/Packages  404  Not Found
#8 34.44 
#8 34.44 W: Failed to fetch http://deb.debian.org/debian/dists/jessie-updates/main/binary-amd64/Packages  404  Not Found
#8 34.44 
#8 34.44 E: Some index files failed to download. They have been ignored, or old ones used instead.
------
Dockerfile:10
--------------------
   9 |     MAINTAINER "Mahesh Kumar Gangula" "mahesh@ilimi.in"
  10 | >>> RUN apt-get clean \
  11 | >>>     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
  12 | >>>     && sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
  13 | >>>     && apt update && apt install fonts-indic -y \
  14 | >>>     && apt-get install -y google-chrome-unstable gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget \
  15 | >>>       --no-install-recommends \
  16 | >>>     && rm -rf /var/lib/apt/lists/*
  17 |     RUN groupadd -r sunbird && useradd -r -g sunbird -G audio,video sunbird \
--------------------
ERROR: failed to solve: process "/bin/sh -c apt-get clean     && wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -     && sh -c 'echo \"deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main\" >> /etc/apt/sources.list.d/google.list'     && apt update && apt install fonts-indic -y     && apt-get install -y google-chrome-unstable gconf-service libasound2 libatk1.0-0 libc6 libcairo2 libcups2 libdbus-1-3 libexpat1 libfontconfig1 libgcc1 libgconf-2-4 libgdk-pixbuf2.0-0 libglib2.0-0 libgtk-3-0 libnspr4 libpango-1.0-0 libpangocairo-1.0-0 libstdc++6 libx11-6 libx11-xcb1 libxcb1 libxcomposite1 libxcursor1 libxdamage1 libxext6 libxfixes3 libxi6 libxrandr2 libxrender1 libxss1 libxtst6 ca-certificates fonts-liberation libappindicator1 libnss3 lsb-release xdg-utils wget       --no-install-recommends     && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100

@santhosh-tg

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant