Skip to content
Snippets Groups Projects
Verified Commit dd86c057 authored by Martin Weise's avatar Martin Weise
Browse files

WIP

parent d8ba9d8c
No related branches found
No related tags found
1 merge request!358Draft: Resolve "Hotfix admin not in sync on first install"
...@@ -18,6 +18,8 @@ author: Martin Weise ...@@ -18,6 +18,8 @@ author: Martin Weise
#### Fixes #### Fixes
* Fixed the situation where the initial `admin` user is not in sync with the Metadata Database
in [#470](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/470).
* Fixed the `dist.tar.gz` file not being found in the CI/CD pipeline on `release-` branches * Fixed the `dist.tar.gz` file not being found in the CI/CD pipeline on `release-` branches
in [#465](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/465). in [#465](https://gitlab.phaidra.org/fair-data-austria-db-repository/fda-services/-/issues/465).
......
FROM alpine:3.19
LABEL org.opencontainers.image.authors="martin.weise@tuwien.ac.at"
RUN apk add --no-cache curl bash jq mariadb-client
WORKDIR /home/alpine
COPY ./sync.sh ./sync.sh
ENTRYPOINT [ "bash", "./sync.sh" ]
\ No newline at end of file
#!/bin/bash
# fetch admin user id from auth service
# save admin user in metadata db
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment