Skip to content

Commit

Permalink
Switch to ekirjasto-circulation-admin package
Browse files Browse the repository at this point in the history
...and revert to The Palace Project's circ-baseimage for now
  • Loading branch information
ttuovinen committed Jan 24, 2024
1 parent 6d2e561 commit 5e4869c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions api/admin/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,8 @@ class OperationalMode(str, Enum):

class Configuration(LoggerMixin):
APP_NAME = "E-kirjasto Collection Manager"
# PACKAGE_NAME = "@natlibfi/ekirjasto-circulation-admin"
# PACKAGE_VERSION = "0.0.1"
PACKAGE_NAME = "@thepalaceproject/circulation-admin"
PACKAGE_VERSION = "1.11.0"
PACKAGE_NAME = "@natlibfi/ekirjasto-circulation-admin"
PACKAGE_VERSION = "0.0.1"

STATIC_ASSETS = {
"admin_js": "circulation-admin.js",
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The only difference are what services are enabled.
###############################################################################

ARG BASE_IMAGE=ghcr.io/natlibfi/ekirjasto-circ-baseimage:latest
ARG BASE_IMAGE=ghcr.io/thepalaceproject/circ-baseimage:latest

FROM ${BASE_IMAGE} AS common

Expand Down

0 comments on commit 5e4869c

Please sign in to comment.