forked from netlify/build-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Dockerfile
513 lines (441 loc) · 15.6 KB
/
Dockerfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
FROM ubuntu:16.04
LABEL maintainer Netlify
################################################################################
#
# Dependencies
#
################################################################################
ENV LANGUAGE en_US:en
ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8
ENV PANDOC_VERSION 2.4
# language export needed for ondrej/php PPA https://github.com/oerdnj/deb.sury.org/issues/56
RUN export DEBIAN_FRONTEND=noninteractive && \
apt-get -y update && \
apt-get install -y --no-install-recommends software-properties-common language-pack-en-base apt-transport-https gnupg-curl && \
echo 'Acquire::Languages {"none";};' > /etc/apt/apt.conf.d/60language && \
echo 'LANG="en_US.UTF-8"' > /etc/default/locale && \
echo 'LANGUAGE="en_US:en"' >> /etc/default/locale && \
locale-gen en_US.UTF-8 && \
update-locale en_US.UTF-8 && \
apt-key adv --fetch-keys https://packages.erlang-solutions.com/ubuntu/erlang_solutions.asc && \
apt-key adv --fetch-keys https://packagecloud.io/github/git-lfs/gpgkey && \
apt-add-repository -y -s 'deb https://packagecloud.io/github/git-lfs/ubuntu/ xenial main' && \
add-apt-repository -y ppa:ondrej/php && \
add-apt-repository -y ppa:openjdk-r/ppa && \
add-apt-repository -y ppa:git-core/ppa && \
add-apt-repository -y ppa:rwky/graphicsmagick && \
add-apt-repository -y ppa:deadsnakes/ppa && \
add-apt-repository -y ppa:kelleyk/emacs && \
apt-add-repository -y 'deb https://packages.erlang-solutions.com/ubuntu xenial contrib' && \
apt-get -y update && \
apt-get install -y --no-install-recommends \
advancecomp \
apache2-utils \
autoconf \
automake \
bison \
build-essential \
bzr \
cmake \
curl \
doxygen \
elixir \
emacs25-nox \
esl-erlang \
expect \
file \
fontconfig \
fontconfig-config \
g++ \
gawk \
git \
git-lfs \
gifsicle \
gobject-introspection \
graphicsmagick \
graphviz \
gtk-doc-tools \
gnupg2 \
imagemagick \
jpegoptim \
jq \
language-pack-ar \
language-pack-ca \
language-pack-cs \
language-pack-da \
language-pack-de \
language-pack-el \
language-pack-es \
language-pack-eu \
language-pack-fi \
language-pack-fr \
language-pack-gl \
language-pack-he \
language-pack-hi \
language-pack-it \
language-pack-ja \
language-pack-ka \
language-pack-ko \
language-pack-nn \
language-pack-pl \
language-pack-pt \
language-pack-ro \
language-pack-ru \
language-pack-sv \
language-pack-ta \
language-pack-th \
language-pack-tr \
language-pack-uk \
language-pack-vi \
language-pack-zh-hans \
language-pack-zh-hant \
libasound2 \
libcurl3 \
libcurl3-gnutls \
libcurl3-openssl-dev \
libenchant1c2a \
libexif-dev \
libffi-dev \
libfontconfig1 \
libgconf-2-4 \
libgd-dev \
libgdbm-dev \
libgif-dev \
libglib2.0-dev \
libgmp3-dev \
libgsl2 \
libgsl-dev \
libgtk-3-0 \
libgtk2.0-0 \
libicu-dev \
libimage-exiftool-perl \
libjpeg-progs \
libjpeg-turbo8-dev \
libmagickwand-dev \
libmcrypt-dev \
libncurses5-dev \
libnss3 \
libpng12-dev \
libreadline6-dev \
librsvg2-bin \
libsm6 \
libsqlite3-dev \
libssl-dev \
libtiff5-dev \
libwebp-dev \
libwebp5 \
libxml2-dev \
libxrender1 \
libxslt-dev \
libxss1 \
libxtst6 \
libyaml-dev \
mercurial \
nasm \
openjdk-8-jdk \
optipng \
php5.6 \
php5.6-xml \
php5.6-mbstring \
php5.6-gd \
php5.6-sqlite3 \
php5.6-curl \
php5.6-zip \
php5.6-intl \
php7.2 \
php7.2-xml \
php7.2-mbstring \
php7.2-gd \
php7.2-sqlite3 \
php7.2-curl \
php7.2-zip \
php7.2-intl \
php7.4 \
php7.4-xml \
php7.4-mbstring \
php7.4-gd \
php7.4-sqlite3 \
php7.4-curl \
php7.4-zip \
php7.4-intl \
pngcrush \
python-setuptools \
python \
python-dev \
python3 \
python3-dev \
python3.7 \
python3.7-dev \
rlwrap \
rsync \
software-properties-common \
sqlite3 \
ssh \
strace \
swig \
tree \
unzip \
virtualenv \
wget \
xfonts-base \
xfonts-75dpi \
xvfb \
zip \
# dotnet core dependencies
libunwind8-dev \
libicu-dev \
libcurl3 \
liblttng-ust0 \
libkrb5-3 \
&& \
/var/lib/dpkg/info/ca-certificates-java.postinst configure && \
apt-get clean && \
rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* && \
apt-get autoremove -y && \
unset DEBIAN_FRONTEND
################################################################################
#
# Pandoc
#
################################################################################
RUN wget -nv https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.xenial_amd64.deb && \
dpkg -i wkhtmltox_0.12.5-1.xenial_amd64.deb && \
rm wkhtmltox_0.12.5-1.xenial_amd64.deb && \
wkhtmltopdf -V
# install Pandoc (more recent version to what is provided in Ubuntu 14.04)
RUN wget https://github.com/jgm/pandoc/releases/download/$PANDOC_VERSION/pandoc-$PANDOC_VERSION-1-amd64.deb && \
dpkg -i pandoc-$PANDOC_VERSION-1-amd64.deb && \
rm pandoc-$PANDOC_VERSION-1-amd64.deb && \
pandoc -v
################################################################################
#
# Libvips
#
################################################################################
WORKDIR /tmp
# this actually builds v8.6.2
RUN \
curl -sLo vips-8.6.2.tar.gz https://github.com/jcupitt/libvips/archive/v8.6.2.tar.gz && \
tar xvf vips-8.6.2.tar.gz && \
cd libvips-8.6.2 && \
./autogen.sh && \
./configure --enable-debug=no --enable-docs=no --without-python --without-orc --without-fftw --without-gsf $1 && \
make && \
make install && \
ldconfig
WORKDIR /
################################################################################
#
# User
#
################################################################################
RUN adduser --system --disabled-password --uid 2500 --quiet buildbot --home /opt/buildhome
################################################################################
#
# Ruby
#
################################################################################
## TODO: Consider switching to rbenv or asdf-vm
USER buildbot
RUN gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 7D2BAF1CF37B13E2069D6956105BD0E739499BDB && \
curl -sL https://get.rvm.io | bash -s stable --with-gems="bundler" --autolibs=read-fail
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Match this set latest Stable releases we can support on https://www.ruby-lang.org/en/downloads/
ENV RUBY_VERSION=2.7.1
# Also preinstall Ruby 2.6.2, as many customers are pinned to it and installing is slow
RUN /bin/bash -c "source ~/.rvm/scripts/rvm && \
rvm install 2.6.2 && rvm use 2.6.2 && gem install bundler && \
rvm install $RUBY_VERSION && rvm use $RUBY_VERSION && gem install bundler && \
rvm use $RUBY_VERSION --default && rvm cleanup all"
ENV PATH /usr/local/rvm/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USER root
################################################################################
#
# Node.js
#
################################################################################
RUN curl -o- -L https://yarnpkg.com/install.sh > /usr/local/bin/yarn-installer.sh
ENV NVM_VERSION=0.35.3
# Install node.js
USER buildbot
RUN git clone https://github.com/creationix/nvm.git ~/.nvm && \
cd ~/.nvm && \
git checkout v$NVM_VERSION && \
cd /
ENV ELM_VERSION=0.19.0-bugfix6
ENV YARN_VERSION=1.22.4
ENV NETLIFY_NODE_VERSION="12.18.0"
RUN /bin/bash -c ". ~/.nvm/nvm.sh && \
nvm install --no-progress $NETLIFY_NODE_VERSION && \
npm install -g sm grunt-cli bower elm@$ELM_VERSION && \
bash /usr/local/bin/yarn-installer.sh --version $YARN_VERSION && \
nvm alias default node && nvm cache clear"
USER root
################################################################################
#
# Python
#
################################################################################
ENV PIPENV_RUNTIME 2.7
USER buildbot
RUN virtualenv -p python2.7 --no-site-packages /opt/buildhome/python2.7 && \
/bin/bash -c 'source /opt/buildhome/python2.7/bin/activate' && \
ln -nfs /opt/buildhome/python2.7 /opt/buildhome/python2.7.11
RUN virtualenv -p python3.5 --no-site-packages /opt/buildhome/python3.5 && \
/bin/bash -c 'source /opt/buildhome/python3.5/bin/activate' && \
ln -nfs /opt/buildhome/python3.5 /opt/buildhome/python3.5.6
RUN virtualenv -p python3.7 --no-site-packages /opt/buildhome/python3.7 && \
/bin/bash -c 'source /opt/buildhome/python3.7/bin/activate' && \
ln -nfs /opt/buildhome/python3.7 /opt/buildhome/python3.7.2
RUN /opt/buildhome/python${PIPENV_RUNTIME}/bin/pip install "setuptools<45"
RUN /opt/buildhome/python${PIPENV_RUNTIME}/bin/pip install pipenv
USER root
################################################################################
#
# Binrc
#
################################################################################
ENV BINRC_VERSION 0.2.9
RUN mkdir /opt/binrc && cd /opt/binrc && \
curl -sL https://github.com/netlify/binrc/releases/download/v${BINRC_VERSION}/binrc_${BINRC_VERSION}_Linux-64bit.tar.gz | tar zxvf - && \
ln -s /opt/binrc/binrc_${BINRC_VERSION}_linux_amd64/binrc_${BINRC_VERSION}_linux_amd64 /usr/local/bin/binrc
# Create a place for binrc to link/persist installs to the PATH
USER buildbot
RUN mkdir -p /opt/buildhome/.binrc/bin
ENV PATH "/opt/buildhome/.binrc/bin:$PATH"
USER root
################################################################################
#
# Hugo
#
################################################################################
ENV HUGO_VERSION 0.54.0
RUN binrc install gohugoio/hugo ${HUGO_VERSION} -c /opt/buildhome/.binrc | xargs -n 1 -I{} ln -s {} /usr/local/bin/hugo_${HUGO_VERSION} && \
ln -s /usr/local/bin/hugo_${HUGO_VERSION} /usr/local/bin/hugo
################################################################################
#
# Clojure
#
################################################################################
RUN mkdir /opt/leiningen && cd /opt/leiningen && \
curl -sL https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein > lein && \
chmod +x lein && \
ln -s /opt/leiningen/lein /usr/local/bin/lein
RUN mkdir /opt/boot-clj && cd /opt/boot-clj && \
curl -sL https://github.com/boot-clj/boot-bin/releases/download/2.5.2/boot.sh > boot && \
chmod +x boot && \
ln -s /opt/boot-clj/boot /usr/local/bin/boot
RUN curl -sL https://download.clojure.org/install/linux-install-1.10.1.492.sh | bash
USER buildbot
RUN lein
RUN boot -u
################################################################################
#
# PHP
#
################################################################################
USER root
# set default to 5.6
RUN update-alternatives --set php /usr/bin/php5.6 && \
update-alternatives --set phar /usr/bin/phar5.6 && \
update-alternatives --set phar.phar /usr/bin/phar.phar5.6
RUN wget -nv https://raw.githubusercontent.com/composer/getcomposer.org/72bb6f65aa902c76c7ca35514f58cf79a293657d/web/installer -O - | php -- --quiet && \
mv composer.phar /usr/local/bin/composer
USER buildbot
RUN mkdir -p /opt/buildhome/.php && ln -s /usr/bin/php5.6 /opt/buildhome/.php/php
ENV PATH "/opt/buildhome/.php:$PATH"
################################################################################
#
# Cask
#
################################################################################
USER buildbot
RUN rm -rf /opt/buildhome/.cask && git clone https://github.com/cask/cask.git /opt/buildhome/.cask
ENV PATH "$PATH:/opt/buildhome/.cask/bin"
###
# LZ4 Compression
###
USER root
ENV LZ4_VERSION 1.8.0
RUN curl -sL https://github.com/lz4/lz4/archive/v${LZ4_VERSION}.tar.gz | tar xzvf - && \
cd lz4-${LZ4_VERSION} && \
make && \
make install && \
cd .. && rm -rf lz4-${LZ4_VERSION}
################################################################################
#
# Go
#
################################################################################
USER buildbot
RUN mkdir -p /opt/buildhome/.gimme/bin/ && \
mkdir -p /opt/buildhome/.gimme/env/ && \
curl -sL -o /opt/buildhome/.gimme/bin/gimme https://raw.githubusercontent.com/travis-ci/gimme/master/gimme && \
chmod u+x /opt/buildhome/.gimme/bin/gimme
ENV PATH "$PATH:/opt/buildhome/.gimme/bin"
ENV GOPATH "/opt/buildhome/.gimme_cache/gopath"
ENV GOCACHE "/opt/buildhome/.gimme_cache/gocache"
# Install the default version
ENV GIMME_GO_VERSION "1.14.4"
ENV GIMME_ENV_PREFIX "/opt/buildhome/.gimme/env"
RUN gimme | bash
################################################################################
#
# Dotnet Core
#
################################################################################
WORKDIR /tmp
RUN wget https://dot.net/v1/dotnet-install.sh
RUN chmod u+x /tmp/dotnet-install.sh
RUN /tmp/dotnet-install.sh -c Current
ENV PATH "$PATH:/opt/buildhome/.dotnet/tools"
ENV PATH "$PATH:/opt/buildhome/.dotnet"
ENV DOTNET_ROOT "/opt/buildhome/.dotnet"
#populate local package cache
RUN dotnet new
################################################################################
#
# Swift
#
################################################################################
USER buildbot
ENV SWIFTENV_ROOT "/opt/buildhome/.swiftenv"
RUN git clone --depth 1 https://github.com/kylef/swiftenv.git "$SWIFTENV_ROOT"
ENV PATH "$SWIFTENV_ROOT/bin:$SWIFTENV_ROOT/shims:$PATH"
################################################################################
#
# Homebrew
#
################################################################################
USER root
RUN mkdir -p /home/linuxbrew/.linuxbrew && chown -R buildbot /home/linuxbrew/
USER buildbot
RUN /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
ENV HOMEBREW_PREFIX "/home/linuxbrew/.linuxbrew"
ENV PATH "${HOMEBREW_PREFIX}/bin:${PATH}"
ENV HOMEBREW_CELLAR "${HOMEBREW_PREFIX}/Cellar"
ENV HOMEBREW_REPOSITORY "${HOMEBREW_PREFIX}/Homebrew"
ENV HOMEBREW_CACHE "/opt/buildhome/.homebrew-cache"
RUN brew tap homebrew/bundle
WORKDIR /
################################################################################
#
# rustup
#
################################################################################
RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain none
ENV PATH "$PATH:/opt/buildhome/.cargo/bin"
# Cleanup
USER root
# Add buildscript for local testing
RUN mkdir -p /opt/build-bin
ADD run-build-functions.sh /opt/build-bin/run-build-functions.sh
ADD run-build.sh /opt/build-bin/build
ADD buildbot-git-config /root/.gitconfig
RUN rm -r /tmp/*
USER buildbot
ARG NF_IMAGE_VERSION
ENV NF_IMAGE_VERSION ${NF_IMAGE_VERSION:-latest}
ARG NF_IMAGE_TAG
ENV NF_IMAGE_TAG ${NF_IMAGE_TAG:-latest}