Skip to content
Snippets Groups Projects
Commit ce0dcc81 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Use debian again for the docker CI image

It has a new enough firefox now
parent 828c19cd
No related branches found
No related tags found
No related merge requests found
image: registry.gitlab.tugraz.at/vpu/webcomponents/common/main:v2 image: registry.gitlab.tugraz.at/vpu/webcomponents/common/main:v4
before_script: before_script:
- "sed -i 's|git@gitlab.tugraz.at:VPU|../..|g' .gitmodules" - "sed -i 's|git@gitlab.tugraz.at:VPU|../..|g' .gitmodules"
......
FROM ubuntu:18.04 FROM debian:buster
ENV LANG C.UTF-8 ENV LANG C.UTF-8
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
...@@ -13,8 +13,8 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \ ...@@ -13,8 +13,8 @@ RUN curl -sL https://deb.nodesource.com/setup_12.x | bash - \
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
nodejs \ nodejs \
chromium-browser \ chromium \
firefox \ firefox-esr \
composer \ composer \
php-zip \ php-zip \
rsync \ rsync \
......
#!/bin/bash #!/bin/bash
set -e set -e
TAG="registry.gitlab.tugraz.at/vpu/webcomponents/common/main:v3" TAG="registry.gitlab.tugraz.at/vpu/webcomponents/common/main:v4"
sudo docker build --tag "${TAG}" --file "Dockerfile" . sudo docker build --tag "${TAG}" --file "Dockerfile" .
echo "Now run: sudo docker push '$TAG'" echo "Now run: sudo docker push '$TAG'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment