Compare commits
13 Commits
Author | SHA1 | Date | |
---|---|---|---|
1a6c1fcdf3 | |||
5f5f24d07d | |||
2973032ead | |||
05f2b58bdf | |||
2c30a475a0 | |||
944d2b4407 | |||
2a4cd64634 | |||
0eb5bb0723 | |||
fefd97be8d | |||
2b65b6b1fe | |||
d76ea8564a | |||
f476d6c897 | |||
7a7aafec13 |
@ -7,6 +7,8 @@ cache:
|
|||||||
key: "$CI_BUILD_STAGE"
|
key: "$CI_BUILD_STAGE"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- pnpm uninstall -g @shipzone/npmci
|
||||||
|
- pnpm install -g @ship.zone/npmci
|
||||||
- npmci npm prepare
|
- npmci npm prepare
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
|
13
Dockerfile_fossglobal_preinstalled_##version##
Normal file
13
Dockerfile_fossglobal_preinstalled_##version##
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
FROM hosttoday/ht-docker-node:npmci
|
||||||
|
RUN npm install -g \
|
||||||
|
@git.zone/tsrun \
|
||||||
|
@git.zone/tstest \
|
||||||
|
@push.rocks/qenv \
|
||||||
|
@push.rocks/smartfile \
|
||||||
|
@push.rocks/smartpath \
|
||||||
|
@push.rocks/smartshell \
|
||||||
|
@push.rocks/tapbundle \
|
||||||
|
axios \
|
||||||
|
@push.rocks/smartdelay \
|
||||||
|
@push.rocks/smartjson \
|
||||||
|
@push.rocks/tapbundle
|
@ -1,4 +1,4 @@
|
|||||||
FROM hosttoday/ht-docker-node:latest
|
FROM hosttoday/ht-docker-node:latest
|
||||||
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
LABEL author="Task Venture Capital GmbH <hello@task.vc>"
|
||||||
|
|
||||||
RUN pnpm install -g @shipzone/npmci
|
RUN pnpm install -g @ship.zone/npmci
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
FROM hosttoday/ht-docker-node:npmci
|
|
||||||
RUN npm install -g @git.zone/tsrun @git.zone/tstest @push.rocks/qenv @push.rocks/smartfile @push.rocks/smartpath @push.rocks/smartshell @push.rocks/tapbundle axios @push.rocks/smartdelay @push.rocks/smartjson
|
|
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "5.0.118",
|
"version": "5.0.125",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 1
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ht-docker-node",
|
"name": "ht-docker-node",
|
||||||
"version": "5.0.118",
|
"version": "5.0.125",
|
||||||
"description": "docker image with nodejs and shipzone.io support",
|
"description": "docker image with nodejs and shipzone.io support",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Reference in New Issue
Block a user