Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NFV - Network Functions Virtualisation
SOL005
Commits
3cf16c22
Commit
3cf16c22
authored
May 28, 2020
by
Giacomo Bernini
Browse files
fixed dockerfile and jenkins validation script
parent
65793fe5
Pipeline
#3577
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docker/Dockerfile
View file @
3cf16c22
# Copyright ETSI 2017
# See: https://forge.etsi.org/etsi-forge-copyright-statement.txt
FROM
alpine:3.
6
FROM
alpine:3.
10.0
RUN
env
RUN
apk update
...
...
@@ -16,9 +16,9 @@ RUN gem install rdoc --pre || gem install rdoc --pre
RUN
gem
install
asciidoctor-pdf-cjk
RUN
wget https://forge.etsi.org/swagger2markup-cli-1.3.2.jar
RUN
npm config
set
proxy
$http_proxy
RUN
npm
install
-g
swagger-
tools@0.10.3
RUN
npm
install
-g
json-refs
@3.0.2
RUN
npm
install
-g
yamljs
@0.3.0
RUN
npm
install
-g
swagger-
cli
RUN
npm
install
-g
json-refs
RUN
npm
install
-g
yamljs
ADD
validate-in-docker.sh /validate-in-docker.sh
RUN
chmod
+x /validate-in-docker.sh
...
...
docker/validate-in-docker.sh
View file @
3cf16c22
...
...
@@ -32,7 +32,7 @@ function validate_api () {
mv
"
${
deliverable
}
-
${
api
}
-API.pdf"
"../build/"
echo
"--- Validating
${
merged_file
}
"
swagger-
tools
validate
"
${
merged_file
}
"
swagger-
cli
validate
"
${
merged_file
}
"
vres
=
$?
echo
"--- Validation done (
$vres
)."
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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