Releases: BLSQ/openhexa-docker-images
Releases · BLSQ/openhexa-docker-images
v1.4.0
1.4.0 (2024-09-03)
Miscellaneous Chores
v1.3.9
1.3.9 (2024-08-22)
Bug Fixes
- docker: Build images using the default docker driver (f4dfbed)
- docker: load the base image in docker (a48f704)
- Notebook: point to workspace directory as root directory (#41) (b7c8fd9)
- try to disable docker cache to not have awscli in the image (#47) (c023ef2)
- use the local registry (try at least) (b80b116)
v1.3.8
1.3.8 (2024-06-25)
Miscellaneous
- Add renovate.json (#35) (8a85f78)
- deps: update actions/checkout action to v4 (#36) (b6befe2)
- deps: update docker/build-push-action action to v6 (#38) (c81065b)
v1.3.7
1.3.7 (2024-06-25)
Bug Fixes
- SDK: Upgrade openehxa.sdk to latest version to fix connections (3ff4db5)
v1.3.6
1.3.6 (2024-06-24)
Bug Fixes
- Dockerfile: use conda for internal (#32) (8811841)
v1.3.5
1.3.5 (2024-06-14)
Miscellaneous
v1.3.4
1.3.4 (2024-06-10)
Bug Fixes
- Use conda instead of pip to install requirements.txt (dc2f430)
v1.3.3
1.3.3 (2024-06-05)
Bug Fixes
- Pipeline: Try..catch around the pipeline execution to catch all errors that can occur and exit the program with an error (fc0da2a)
- The pipeline job is not stopped in case of error (#27) (1ee95b8)
Miscellaneous
- Add a wildcard for the patch number of openhexa.toolbox (3d13ef9)
- Removing the fuse unmount (done by the system) (9c57eb6)
v1.3.2
1.3.2 (2024-05-28)
Bug Fixes
- Set PYTHONUNBUFFERED to send to stdout & stderr directly (3041386)
v1.3.1
1.3.1 (2024-05-27)
Bug Fixes
- pipelines: Local pipelines run without a token or a server url (1eb50ad)
Miscellaneous
- Dockerfile: Remove the cache for apt-get to not rebuild the packages (4276831)
- Pipeline: Refactor main function (524a29d)