Skip to content

Commit

Permalink
Merge pull request #23 from nebari-dev/fix-base-img
Browse files Browse the repository at this point in the history
Pin docker base image.  Add setuptools for pkg_resources module
  • Loading branch information
aktech authored Oct 24, 2024
2 parents 98be35a + f8eca4a commit fdb77c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion self-registration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.12
FROM python:3.12@sha256:05855f5bf06f5a004b0c1a8aaac73a9d9ea54390fc289d3e80ef52c4f90d5585

WORKDIR /app

Expand Down
1 change: 1 addition & 0 deletions self-registration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
fastapi==0.104.1
uvicorn==0.24.0.post1
jinja2==3.1.2
setuptools==69.0.3
python-keycloak==3.3.0
pyyaml==5.4.1
python-multipart==0.0.6
Expand Down
2 changes: 1 addition & 1 deletion src/nebari_plugin_self_registration/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.13"
__version__ = "0.0.14"
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ version: 0.0.16
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.0.13"
appVersion: "0.0.14"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image:
repository: quay.io/nebari/nebari-self-registration
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: "20240926-1841"
tag: "20241023-1753"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit fdb77c3

Please sign in to comment.