Skip to content

Geolab base 1.0.1 - #64

Open
sparafina-earthscope wants to merge 17 commits into
mainfrom
geolab-base-0.2.0
Open

Geolab base 1.0.1#64
sparafina-earthscope wants to merge 17 commits into
mainfrom
geolab-base-0.2.0

Conversation

@sparafina-earthscope

Copy link
Copy Markdown
Contributor

[1.0.1]

Added

  • pin base image to pangeo-base:04bb14b
  • add geolab-base version as ENV GEOLAB_VERSION (must be manually edited)
  • add graphviz package
  • add pygraphviz package
  • add ipycytoscape
  • added tests for new packages

Changed

  • removed test_packages.py
  • moved test_notebook functions to test_helpers.py module to make it easier for users to import when writing tests
  • updated test_notebook.ipynb to use test_helpers functions

@sparafina-earthscope
sparafina-earthscope requested a review from a team as a code owner August 20, 2026 22:02
USE_TIMESTAMP_VERSION was forcing the shared release job to discard
any semantic version entered when manually running the release job,
always substituting a UTC timestamp instead.
Bakes the release version into the image's org.opencontainers.image.version
label via DOCKER_EXTRA_OPTIONS, alongside the existing IMAGE_AUTHORS/PYTHON_VERSION args.
Docker doesn't validate ARG values, so an empty --build-arg or ARG
default would silently bake an empty version label/env into the image.
No default means an omitted --build-arg now fails the guard added
in abbc516 instead of silently baking in a stale version.
Adds a step before building the platform image explaining that
CHANGELOG.md must be updated by hand and that GEOLAB_VERSION is now
required (no default) rather than optional metadata.
@sparafina-earthscope
sparafina-earthscope requested a review from a team as a code owner August 27, 2026 18:28
Surfaces it as an editable field on GitLab's "Run pipeline" page, so
it can be overridden without editing and committing .gitlab-ci.yml
for each release.
No default forces it to be set explicitly on the "Run pipeline" page
for every build; left blank, the Dockerfile guard fails the build
instead of silently baking in a stale version.
Notes that the official image build sets GEOLAB_VERSION on the "Run
pipeline" page rather than via a manual --build-arg, and that it has
no default there either.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant