Skip to content

Support passing build arguments#15

Merged
michaelconnor00 merged 1 commit intomainfrom
support-build-args
Feb 11, 2026
Merged

Support passing build arguments#15
michaelconnor00 merged 1 commit intomainfrom
support-build-args

Conversation

@ghelobytes
Copy link
Contributor

Adds ability to pass build arguments.
Required by this PR https://github.com/EO-DataHub/eodh-jupyter-images/pull/8

  publish:
    needs: prepare
    uses: EO-DataHub/github-actions/.github/workflows/ecr-publish.yaml@main
    with:
      IMAGE_NAME: eodh-default-notebook
      IMAGE_TAG: ${{ needs.prepare.outputs.image_tag }}
      AWS_ROLE_ARN: ${{ vars.AWS_ROLE_ARN }}
      AWS_ECR_ALIAS: ${{ vars.AWS_ECR_ALIAS }}
      BUILD_CONTEXT: notebook
      BUILD_ARGS: |
        PYTHON_VERSION=3.13

@ghelobytes ghelobytes marked this pull request as draft February 10, 2026 21:40
@ghelobytes ghelobytes marked this pull request as ready for review February 10, 2026 21:48
@michaelconnor00 michaelconnor00 merged commit 648fb87 into main Feb 11, 2026
5 checks passed
@michaelconnor00 michaelconnor00 deleted the support-build-args branch February 11, 2026 21:32
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.

3 participants