Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
histhub
dodis
Commits
a1c1602d
Commit
a1c1602d
authored
Sep 30, 2019
by
Zivi
Browse files
added new image reference
parent
1b0a35af
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a1c1602d
...
...
@@ -2,6 +2,10 @@
# Official docker image.
image
:
docker:latest
variables
:
DOCKER_DRIVER
:
overlay2
DOCKER_TLS_CERTDIR
:
"
"
services
:
-
docker:dind
...
...
Dockerfile
View file @
a1c1602d
FROM
node:10-slim
# add basic libs
RUN
apt-get update
&&
apt-get
install
-y
\
bash
\
g++
\
gcc
\
ca-certificates
\
make
\
python
\
bash
\
git
# Create app directory
RUN
mkdir
-p
/usr/local/app
# Move to the app directory
WORKDIR
/usr/local/app
FROM
source.dodis.ch:4577/histhub/node-kafka-docker-base:latest
# copy app to the container
COPY
package.json package-lock.json config.json tsconfig.json /usr/local/app/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment