Skip to content

Commit 1999c7a

Browse files
author
Dmitry Shibanov
committed
add ubuntu1804
1 parent cb6c9c9 commit 1999c7a

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

images/linux/ubuntu1804.json

+54
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,46 @@
146146
"{{template_dir}}/scripts/installers/1804/basic.sh",
147147
"{{template_dir}}/scripts/installers/aws.sh",
148148
"{{template_dir}}/scripts/installers/build-essential.sh",
149+
"{{template_dir}}/scripts/installers/clang.sh",
150+
"{{template_dir}}/scripts/installers/cmake.sh",
151+
"{{template_dir}}/scripts/installers/docker-compose.sh",
152+
"{{template_dir}}/scripts/installers/docker-moby.sh",
153+
"{{template_dir}}/scripts/installers/dotnetcore-sdk.sh",
154+
"{{template_dir}}/scripts/installers/erlang.sh",
155+
"{{template_dir}}/scripts/installers/firefox.sh",
156+
"{{template_dir}}/scripts/installers/gcc.sh",
157+
"{{template_dir}}/scripts/installers/gfortran.sh",
158+
"{{template_dir}}/scripts/installers/git.sh",
159+
"{{template_dir}}/scripts/installers/google-chrome.sh",
160+
"{{template_dir}}/scripts/installers/google-cloud-sdk.sh",
161+
"{{template_dir}}/scripts/installers/haskell.sh",
162+
"{{template_dir}}/scripts/installers/heroku.sh",
163+
"{{template_dir}}/scripts/installers/hhvm.sh",
164+
"{{template_dir}}/scripts/installers/image-magick.sh",
165+
"{{template_dir}}/scripts/installers/java-tools.sh",
166+
"{{template_dir}}/scripts/installers/kind.sh",
167+
"{{template_dir}}/scripts/installers/1804/kubernetes-tools.sh",
168+
"{{template_dir}}/scripts/installers/leiningen.sh",
169+
"{{template_dir}}/scripts/installers/1804/mercurial.sh",
170+
"{{template_dir}}/scripts/installers/miniconda.sh",
171+
"{{template_dir}}/scripts/installers/mono.sh",
172+
"{{template_dir}}/scripts/installers/mysql.sh",
149173
"{{template_dir}}/scripts/installers/nvm.sh",
150174
"{{template_dir}}/scripts/installers/nodejs.sh",
175+
"{{template_dir}}/scripts/installers/bazel.sh",
176+
"{{template_dir}}/scripts/installers/phantomjs.sh",
177+
"{{template_dir}}/scripts/installers/1804/php.sh",
178+
"{{template_dir}}/scripts/installers/pollinate.sh",
179+
"{{template_dir}}/scripts/installers/postgresql.sh",
180+
"{{template_dir}}/scripts/installers/powershellcore.sh",
181+
"{{template_dir}}/scripts/installers/ruby.sh",
182+
"{{template_dir}}/scripts/installers/rust.sh",
183+
"{{template_dir}}/scripts/installers/julia.sh",
184+
"{{template_dir}}/scripts/installers/sbt.sh",
185+
"{{template_dir}}/scripts/installers/selenium.sh",
186+
"{{template_dir}}/scripts/installers/sphinx.sh",
187+
"{{template_dir}}/scripts/installers/subversion.sh",
188+
"{{template_dir}}/scripts/installers/terraform.sh",
151189
"{{template_dir}}/scripts/installers/packer.sh",
152190
"{{template_dir}}/scripts/installers/vcpkg.sh",
153191
"{{template_dir}}/scripts/installers/zeit-now.sh",
@@ -184,6 +222,10 @@
184222
"scripts":[
185223
"{{template_dir}}/scripts/installers/1804/android.sh",
186224
"{{template_dir}}/scripts/installers/azpowershell.sh",
225+
"{{template_dir}}/scripts/helpers/containercache.sh",
226+
"{{template_dir}}/scripts/installers/hosted-tool-cache.sh",
227+
"{{template_dir}}/scripts/installers/python.sh",
228+
"{{template_dir}}/scripts/installers/test-toolcache.sh",
187229
"{{template_dir}}/scripts/helpers/containercache.sh"
188230
],
189231
"environment_vars": [
@@ -194,6 +236,18 @@
194236
],
195237
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
196238
},
239+
{
240+
"type": "shell",
241+
"scripts":[
242+
"{{template_dir}}/scripts/installers/boost.sh"
243+
],
244+
"environment_vars": [
245+
"METADATA_FILE={{user `metadata_file`}}",
246+
"HELPER_SCRIPTS={{user `helper_script_folder`}}",
247+
"INSTALLER_SCRIPT_FOLDER={{user `installer_script_folder`}}"
248+
],
249+
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
250+
},
197251
{
198252
"type": "file",
199253
"source": "{{user `metadata_file`}}",

0 commit comments

Comments
 (0)