-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to build dyalog/jarvis container using v19.0 (#69)
- Loading branch information
Showing
3 changed files
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,7 @@ | ||
### Jarvis Continuous Integration | ||
This folder will contain files related to the building and testing of draft releases of Jarvis. | ||
## Jarvis Continuous Integration | ||
This folder will contain files related to the building and testing of draft releases of Jarvis. | ||
|
||
### Updating the Docker container to use a new Dyalog APL version | ||
1. Ensure there's a public Docker container for the Dyalog version.<br>[Check the tags for the dyalog/dyalog container.](https://hub.docker.com/r/dyalog/dyalog/tags) | ||
2. Modify the FROM statement in the Dockerfile file to use the new Dyalog version | ||
3. Modify the "export DYALOG" and "export WSPATH" statements in the entrypoint file in the Docker folder to use the new Dyalog version |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM dyalog/dyalog:18.2 | ||
FROM dyalog/dyalog:19.0 | ||
USER root | ||
|
||
ADD . /opt/mdyalog/Jarvis | ||
|