File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -775,3 +775,5 @@ IM 1.17.0:
775775IM 1.17.1:
776776 * Fix problem with 0 disk flavors in OpenStack.
777777 * Speed up Ansible installation using newer versions.
778+ * Fix problem with 0 disk flavors in OpenStack.
779+ * Flush Inf data to DB in case of service termination.
Original file line number Diff line number Diff line change 44author = 'micafer'
55
66version = '1.17'
7- release = '1.17.0 '
7+ release = '1.17.1 '
88
99master_doc = 'index'
1010
Original file line number Diff line number Diff line change 22FROM ubuntu:22.04
33ARG BRANCH=devel
44LABEL maintainer="Miguel Caballer <micafer1@upv.es>"
5- LABEL version="1.17.0 "
5+ LABEL version="1.17.1 "
66LABEL description="Container image to run the IM service. (http://www.grycap.upv.es/im)"
77EXPOSE 8899 8800
88
Original file line number Diff line number Diff line change 11# Dockerfile to create a container with the IM service
22FROM ubuntu:22.04
33
4- ENV VERSION=1.17.0
4+ ENV VERSION=1.17.1
55
66LABEL maintainer="Miguel Caballer <micafer1@upv.es>"
77LABEL version="${VERSION}"
You can’t perform that action at this time.
0 commit comments