Skip to content

Commit

Permalink
feat: opensource COBOL 4J 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
yutaro-sakamoto committed Nov 1, 2024
1 parent 37eca4a commit c3b8c5b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ RUN curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x8

# install opensourcecobol4j
RUN cd /root &&\
curl -L -o opensourcecobol4j-v1.1.2.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.2.tar.gz &&\
tar zxvf opensourcecobol4j-v1.1.2.tar.gz &&\
cd opensourcecobol4j-1.1.2 &&\
curl -L -o opensourcecobol4j-v1.1.3.tar.gz https://github.com/opensourcecobol/opensourcecobol4j/archive/refs/tags/v1.1.3.tar.gz &&\
tar zxvf opensourcecobol4j-v1.1.3.tar.gz &&\
cd opensourcecobol4j-1.1.3 &&\
./configure --prefix=/usr/ &&\
make &&\
make install &&\
rm ../opensourcecobol4j-v1.1.2.tar.gz
rm ../opensourcecobol4j-v1.1.3.tar.gz

# Install Open COBOL ESQL 4J
ENV PATH="$PATH:/root/.local/share/coursier/bin"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Versions :

- OS: Ubuntu
- opensource COBOL 4J: v1.1.2
- opensource COBOL 4J: v1.1.3
- Open COBOL ESQL 4J: v1.1.1

In order to "Hello World" program, run the following commands in the docker container
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
- "5432:5432"

oc4j_client:
image: opensourcecobol/opensourcecobol4j:1.1.2
image: opensourcecobol/opensourcecobol4j:1.1.3
container_name: oc4j_client
stdin_open: true
tty: true
Expand Down

0 comments on commit c3b8c5b

Please sign in to comment.