Skip to content
Snippets Groups Projects

Updated base job doing docker image creation

Merged Bartek Wrona requested to merge bw_updates into develop
2 files
+ 36
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -2,9 +2,42 @@
"name": "Hive NodeJS & Typescript",
"image": "registry.gitlab.syncad.com/hive/common-ci-configuration/emsdk:4.0.1-3@sha256:a2aef5aee0c4bcf1655cd9388d9d940ebfe588c66dae12d0abf5e21a6aff6f0d",
"containerUser": "emscripten",
//"runArgs": ["--network=host"],
"containerEnv": {
"DISPLAY": "host.docker.internal:0.0"
},
"portsAttributes": {
"8000-8080": {
"label": "Playwright test server, do not autoforward",
"onAutoForward": "ignore"
},
"30000-50000": {
"label": "Playwright test server, do not autoforward",
"onAutoForward": "ignore"
}
},
"mounts": [
{
"source": "/storage1/",
"target": "/storage1/",
"type": "bind"
},
{
"source": "${localEnv:HOME}/.gitconfig",
"target": "/home/emscripten/.gitconfig",
"type": "bind"
}
],
"customizations": {
"vscode": {
"extensions": []
"extensions": [
"ms-playwright.playwright",
"Vue.volar",
"GitHub.copilot",
"GitHub.copilot-chat"
]
}
}
}
\ No newline at end of file
Loading