Skip to content

Releases: BLSQ/openhexa-docker-images

v1.4.0

03 Sep 13:27
681d272
Compare
Choose a tag to compare

1.4.0 (2024-09-03)

Miscellaneous Chores

v1.3.9

22 Aug 12:10
f1765c0
Compare
Choose a tag to compare

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

26 Jun 10:52
3059725
Compare
Choose a tag to compare

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

25 Jun 16:07
a5324eb
Compare
Choose a tag to compare

1.3.7 (2024-06-25)

Bug Fixes

  • SDK: Upgrade openehxa.sdk to latest version to fix connections (3ff4db5)

v1.3.6

24 Jun 13:09
b4dd47b
Compare
Choose a tag to compare

1.3.6 (2024-06-24)

Bug Fixes

  • Dockerfile: use conda for internal (#32) (8811841)

v1.3.5

14 Jun 09:22
d1fac1b
Compare
Choose a tag to compare

1.3.5 (2024-06-14)

Miscellaneous

v1.3.4

10 Jun 15:03
2596624
Compare
Choose a tag to compare

1.3.4 (2024-06-10)

Bug Fixes

  • Use conda instead of pip to install requirements.txt (dc2f430)

v1.3.3

05 Jun 09:34
2219298
Compare
Choose a tag to compare

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

28 May 14:54
916d16d
Compare
Choose a tag to compare

1.3.2 (2024-05-28)

Bug Fixes

  • Set PYTHONUNBUFFERED to send to stdout & stderr directly (3041386)

v1.3.1

27 May 10:21
9b6702a
Compare
Choose a tag to compare

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)