Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
envsetup
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mediaserver
envsetup
Commits
bf8a3cef
Commit
bf8a3cef
authored
5 years ago
by
Nicolas KAROLAK
Browse files
Options
Downloads
Patches
Plain Diff
update versions
parent
9e336cf0
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.devcontainer/Dockerfile
+3
-3
3 additions, 3 deletions
.devcontainer/Dockerfile
requirements.dev.txt
+10
-12
10 additions, 12 deletions
requirements.dev.txt
requirements.txt
+1
-1
1 addition, 1 deletion
requirements.txt
with
14 additions
and
16 deletions
.devcontainer/Dockerfile
+
3
−
3
View file @
bf8a3cef
...
...
@@ -34,7 +34,7 @@ RUN \
sudo gpg --keyserver hkp://eu.pool.sks-keyservers.net --recv-key 51852D87348FFC4C && \
:
ARG
PACKER_VERSION=1.
4
.5
ARG
PACKER_VERSION=1.
5
.5
RUN
\
# packer
sudo curl -LOSs https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip && \
...
...
@@ -46,7 +46,7 @@ RUN \
sudo rm -f packer_${PACKER_VERSION}* && \
:
ARG
GO_VERSION=1.1
3.4
ARG
GO_VERSION=1.1
4.1
RUN
\
# golang
sudo curl -LOSs https://dl.google.com/go/go${GO_VERSION}.linux-amd64.tar.gz && \
...
...
@@ -70,7 +70,7 @@ RUN \
sudo rm requirements.dev.txt && \
:
ARG
OVFTOOL_VERSION=4.3.0-1
3981069
ARG
OVFTOOL_VERSION=4.3.0-1
4746126
ARG
OVFTOOL_NAME=VMware-ovftool-${OVFTOOL_VERSION}-lin.x86_64
ARG
OVFTOOL_URL=https://nextcloud.ubicast.net/s/LEcyMWG9BnKsrHX/download?path=%2FVMware%20Tools&files=${OVFTOOL_NAME}
RUN
\
...
...
This diff is collapsed.
Click to expand it.
requirements.dev.txt
+
10
−
12
View file @
bf8a3cef
...
...
@@ -20,7 +20,7 @@ cffi==1.14.0 # via bcrypt, cryptography, pynacl
cfgv==3.1.0 # via pre-commit
chardet==3.0.4 # via binaryornot, requests
click-completion==0.5.2 # via molecule
click==7.
0
# via click-completion, cookiecutter, molecule, pip-tools, python-gilt
click==7.
1.1
# via click-completion, cookiecutter, molecule, pip-tools, python-gilt
colorama==0.4.3 # via molecule, python-gilt
cookiecutter==1.7.0 # via molecule
cryptography==2.8 # via ansible, paramiko
...
...
@@ -31,10 +31,9 @@ fasteners==0.15 # via python-gilt
filelock==3.0.12 # via virtualenv
flake8==3.7.9 # via molecule
future==0.18.2 # via cookiecutter
git-url-parse==1.2.2 # via python-gilt
identify==1.4.11 # via pre-commit
identify==1.4.13 # via pre-commit
idna==2.9 # via requests
importlib-metadata==1.5.
0
# via pluggy, pre-commit, pytest, virtualenv
importlib-metadata==1.5.
2
# via pluggy, pre-commit, pytest, virtualenv
isort==4.3.21 # via pylint
jinja2-time==0.2.0 # via cookiecutter
jinja2==2.11.1 # via ansible, click-completion, cookiecutter, jinja2-time, molecule
...
...
@@ -49,7 +48,6 @@ nodeenv==1.3.5 # via pre-commit
packaging==20.3 # via pytest
paramiko==2.7.1 # via molecule
pathspec==0.7.0 # via yamllint
pbr==5.4.4 # via git-url-parse, python-gilt
pexpect==4.8.0 # via molecule
pip-tools==4.5.1 # via -r requirements.dev.in
pluggy==0.13.1 # via pytest
...
...
@@ -64,28 +62,28 @@ pyflakes==2.1.1 # via flake8
pylint==2.4.4 # via -r requirements.dev.in
pynacl==1.3.0 # via paramiko
pyparsing==2.4.6 # via packaging
pytest==5.
3.5
# via testinfra
pytest==5.
4.1
# via testinfra
python-dateutil==2.8.1 # via arrow
python-gilt==1.2.
1
# via molecule
pyyaml==5.3
# via -r requirements.in, ansible, ansible-lint, aspy.yaml, molecule, pre-commit, python-gilt, yamllint
python-gilt==1.2.
3
# via molecule
pyyaml==5.3
.1
# via -r requirements.in, ansible, ansible-lint, aspy.yaml, molecule, pre-commit, python-gilt, yamllint
requests==2.23.0 # via cookiecutter, docker
ruamel.yaml.clib==0.2.0 # via ruamel.yaml
ruamel.yaml==0.16.10 # via ansible-lint
sh==1.12.14 # via molecule, python-gilt
shellingham==1.3.2 # via click-completion
six==1.14.0 # via ansible-lint, astroid, bcrypt, click-completion, cryptography, docker, fasteners, molecule, packaging, pip-tools, pre-commit, pynacl, python-dateutil, testinfra, virtualenv, websocket-client
tabulate==0.8.
6
# via molecule
tabulate==0.8.
7
# via molecule
testinfra==3.4.0 # via molecule
toml==0.10.0 # via pre-commit
tree-format==0.1.2 # via molecule
typed-ast==1.4.1 # via astroid
urllib3==1.25.8 # via requests
virtualenv==20.0.
8
# via pre-commit
wcwidth==0.1.
8
# via pytest
virtualenv==20.0.
14
# via pre-commit
wcwidth==0.1.
9
# via pytest
websocket-client==0.57.0 # via docker
whichcraft==0.6.1 # via cookiecutter
wrapt==1.11.2 # via astroid
yamllint==1.2
0
.0 # via -r requirements.dev.in, molecule
yamllint==1.2
1
.0 # via -r requirements.dev.in, molecule
zipp==3.1.0 # via importlib-metadata
# The following packages are considered to be unsafe in a requirements file:
...
...
This diff is collapsed.
Click to expand it.
requirements.txt
+
1
−
1
View file @
bf8a3cef
...
...
@@ -11,5 +11,5 @@ jinja2==2.11.1 # via ansible
markupsafe
==1.1.1 # via jinja2
netaddr
==0.7.19 # via -r requirements.in
pycparser
==2.20 # via cffi
pyyaml
==5.3
# via -r requirements.in, ansible
pyyaml
==5.3
.1
# via -r requirements.in, ansible
six
==1.14.0 # via cryptography
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment