Skip to content

Commit

Permalink
Image debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Dec 10, 2024
1 parent 8bbb1f1 commit da50b3b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build_gb_base.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: geoBoundaries Base Image Build
run-name: gB Base Build
on: push
on:
push:
branches: ['main']
paths: ['geoBoundaryBuilder/images/**']
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/build_workpool_operator.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: geoBoundaries Base Image Build
name: geoBoundaries Workpool Operator Build
run-name: gB k8s Workpool Operator
on: push
on:
push:
branches: ['main']
paths: ['geoBoundaryBuilder/images/**']
jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions geoBoundaryBuilder/images/k8s_worker.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
FROM prefecthq/prefect:3.1.6.dev6-python3.12-kubernetes

RUN apt-get update && apt-get install -y --no-install-recommends \
gnupg \
lsb-release && \
apt-get clean && rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit da50b3b

Please sign in to comment.