Skip to content

Commit 3efc1c3

Browse files
committed
propagate image name updates
Signed-off-by: Alexander Bezzubov <[email protected]>
1 parent a8818be commit 3efc1c3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ WORKDIR /devfest
66

77
ARG DEBIAN_FRONTEND=noninteractive
88

9-
ENV BBLFSH_HOSTNAME devfest_bblfshd
9+
ENV BBLFSH_HOSTNAME amld_bblfshd
1010
ENV BBLFSH_PORT 9432
11-
ENV GITBASE_HOSTNAME devfest_gitbase
11+
ENV GITBASE_HOSTNAME amld_gitbase
1212
ENV GITBASE_PORT 3306
1313
ENV GITBASE_USERNAME root
1414
ENV GITBASE_PASSWORD ""

notebooks/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def path(self, file_or_dir: Union[FilesABC, DirsABC]):
6363
def query_gitbase(sql: str) -> Iterator[Dict[str, Any]]:
6464
try:
6565
connection = pymysql_connect(
66-
host="devfest_gitbase",
66+
host="amld_gitbase",
6767
port=3306,
6868
user="root",
6969
password="",

0 commit comments

Comments
 (0)