Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DOCKER IMAGE] Add markserv #37

Merged
merged 2 commits into from
Feb 17, 2021
Merged

[DOCKER IMAGE] Add markserv #37

merged 2 commits into from
Feb 17, 2021

Conversation

marco-lancini
Copy link
Owner

No description provided.

@github-actions
Copy link
Contributor

Image: 📋 markserv

Step Result
🎫 Login success
📊 Version 1
📖 Build success
🛡 Trivy success
Show Build Output
Sending build context to Docker daemon  661.5kB

Step 1/8 : FROM node:12-alpine
---> 0206ff8a5f9e
Step 2/8 : RUN npm i -g markserv
---> Running in 83c22b8dea59
�[91mnpm�[0m�[91m WARN deprecated chokidar@2.1.8: Chokidar 2 will break on node v14+. Upgrade to chokidar 3 with 15x less dependencies.
�[0m�[91mnpm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
�[0m�[91mnpm�[0m�[91m WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
�[0m�[91mnpm WARN deprecated�[0m�[91m resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
�[0m/usr/local/bin/readme -> /usr/local/lib/node_modules/markserv/lib/readme.js
/usr/local/bin/markserv -> /usr/local/lib/node_modules/markserv/lib/cli.js
�[91mnpm WARN notsup Unsupported engine for got@5.7.1: wanted: {"node":">=0.10.0 <7"} (current: {"node":"12.20.1","npm":"6.14.10"})
npm WARN notsup�[0m�[91m Not compatible with your version of node/npm: got@5.7.1
�[0m�[91mnpm WARN optional�[0m�[91m SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/markserv/node_modules/chokidar/node_modules/fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
�[0m�[91m
�[0m+ markserv@1.17.4
added 783 packages from 748 contributors in 30.768s
Removing intermediate container 83c22b8dea59
---> 835099c1a085
Step 3/8 : RUN addgroup --gid 11111 -S app
---> Running in a3175f17bbce
Removing intermediate container a3175f17bbce
---> 7bbf554572cb
Step 4/8 : RUN adduser -s /bin/false -u 11111 -G app -S app
---> Running in 6e1622b8db86
Removing intermediate container 6e1622b8db86
---> 6ce55dd04b41
Step 5/8 : WORKDIR /src
---> Running in fd56f347e213
Removing intermediate container fd56f347e213
---> 7f95e2def79b
Step 6/8 : RUN chown -R app:app /src
---> Running in 4409d1b52b89
Removing intermediate container 4409d1b52b89
---> 5083a0f78e19
Step 7/8 : USER app
---> Running in 74df67f0db83
Removing intermediate container 74df67f0db83
---> 9fcdd95b0874
Step 8/8 : ENTRYPOINT [ "markserv", "-a", "0.0.0.0", "-p", "9090", "/src" ]
---> Running in 5615f917cdec
Removing intermediate container 5615f917cdec
---> 2972c7a77ad2
Successfully built 2972c7a77ad2
Successfully tagged markserv:build

Pusher: @marco-lancini, Action: pull_request

@marco-lancini marco-lancini merged commit 2e36137 into main Feb 17, 2021
@marco-lancini marco-lancini deleted the docker-markserv branch February 17, 2021 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant