File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ cd ..
229
229
230
230
# GCCLIB
231
231
(cd /opt/hercules/vm370; hercules -f hercules.conf -d > /dev/null 2> /dev/null & )
232
- wget -nv https://github.com/adesutherland/CMS-370-GCCLIB/releases/download/v0.8.3 /GCCLIB.zip
232
+ wget -nv https://github.com/adesutherland/CMS-370-GCCLIB/releases/download/v0.8.4 /GCCLIB.zip
233
233
unzip GCCLIB.zip
234
234
chmod +x GCCLIB/cmsinstall.sh
235
235
mkdir io
Original file line number Diff line number Diff line change 1
1
VM/370 Docker Container - Changelog
2
2
===================================
3
3
4
+ 1.4.32 - GCCLIB v0.8.4
5
+
4
6
1.4.31 - GCCLIB v0.8.3
5
7
BREXX v0.9.11
6
8
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ herccontrol "/59"
38
38
herccontrol " /yes"
39
39
40
40
# DMSINI611R VERSION IDENTIFICATION =
41
- herccontrol " /CMS VERSION 6.0 DOCKER 1.4.31 "
41
+ herccontrol " /CMS VERSION 6.0 DOCKER 1.4.32 "
42
42
43
43
# DMSINI612R INSTALLATION HEADING =
44
44
herccontrol " /Conversional Monitor System"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
# Script to update container repositories
3
3
4
- TAG=1.4.31
4
+ TAG=1.4.32
5
5
# Docker Tagging (builder, test and latest)
6
6
docker pull adriansutherland/vm370:$TAG
7
7
docker tag adriansutherland/vm370:$TAG adriansutherland/vm370:builder
You can’t perform that action at this time.
0 commit comments