EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESA
PRISM
VS
Commits
f34e6eeb
Commit
f34e6eeb
authored
Oct 18, 2021
by
Fabian Schindler
Browse files
Bump version: 2.0.0-alpha.
72dfa09f
→ 2.0.0-alpha.
c419417c
parent
c419417c
Changes
44
Hide whitespace changes
Inline
Side-by-side
scheduler/setup.py
View file @
f34e6eeb
...
...
@@ -5,7 +5,7 @@ long_description = ""
setup
(
name
=
"scheduler"
,
version
=
"2.0.0
-alpha.72
"
,
version
=
"2.0.0"
,
author
=
""
,
author_email
=
""
,
description
=
"scheduler for PVS"
,
...
...
sftp/Dockerfile
View file @
f34e6eeb
...
...
@@ -37,4 +37,4 @@ ADD entrypoint.sh /etc/sftp.d
RUN
chmod
-v
+x /etc/sftp.d/entrypoint.sh
LABEL
version="2.0.0
-alpha.72
"
LABEL
version="2.0.0"
shibauth/Dockerfile
View file @
f34e6eeb
...
...
@@ -55,4 +55,4 @@ RUN chmod -v +x \
CMD
["/run-shibboleth.sh"]
LABEL
version="2.0.0
-alpha.72
"
LABEL
version="2.0.0"
testing/Dockerfile
View file @
f34e6eeb
...
...
@@ -41,4 +41,4 @@ ADD requirements.txt /
RUN
pip3
install
--upgrade
pip
RUN
pip3
install
-r
requirements.txt
LABEL
version="2.0.0
-alpha.72
"
LABEL
version="2.0.0"
Prev
1
2
3
Next
Write
Preview
Markdown
is supported
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