mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-08 17:42:56 +01:00
Remove puppeteer base image
We only use it in GitLab UI where we build an extra image based on this image. With https://gitlab.com/gitlab-org/gitlab-ui/-/merge_requests/2955 we build the image completely in GitLab UI and therefore can safely it in this project.
This commit is contained in:
parent
eb016e0fd1
commit
07d832674e
2 changed files with 0 additions and 19 deletions
|
|
@ -27,9 +27,6 @@ gitlab-charts-build-base-helm-3.7:
|
|||
gitlab-helm3.5-kubectl1.17:
|
||||
extends: .build_and_deploy
|
||||
|
||||
gitlab-puppeteer:
|
||||
extends: .build_and_deploy
|
||||
|
||||
gitlab-vscode-nodeless:
|
||||
extends: .build_and_deploy
|
||||
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
FROM node:16
|
||||
|
||||
ADD /scripts/ /scripts/
|
||||
|
||||
# Workaround for https://github.com/GoogleChrome/puppeteer/issues/290
|
||||
RUN apt-get update \
|
||||
&& apt-get install -yq 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 \
|
||||
&& apt-get autoremove -yq \
|
||||
&& apt-get clean -yqq \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN /scripts/install-noto-emoji
|
||||
Loading…
Add table
Add a link
Reference in a new issue