Skip to content

Commit

Permalink
Generate docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanzimanyi committed Oct 13, 2023
1 parent e20b341 commit f61d85f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
# psql: [12,13,14,15,16]
psql: [12,14,15]
psql: [12,13,14,15,16]
postgis: [3.4]
os: [ubuntu-latest]

Expand Down Expand Up @@ -51,7 +50,7 @@ jobs:
context: .
file: ./docker/Dockerfile
push: true
tags: mobilitydb/mobilitydb:${{ matrix.psql }}-${{ matrix.postgis }}-1.0-test
tags: mobilitydb/mobilitydb:${{ matrix.psql }}-${{ matrix.postgis }}-1.1-beta1
build-args: |
POSTGRES_VERSION=${{ matrix.psql }}
POSTGIS_VERSION=${{ matrix.postgis }}
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# Install MobilityDB
RUN wget -O MobilityDB.tar.gz "https://github.com/MobilityDB/MobilityDB/archive/v1.0.tar.gz" \
RUN wget -O MobilityDB.tar.gz "https://github.com/MobilityDB/MobilityDB/archive/v1.1.0-beta1.tar.gz" \
&& mkdir -p /usr/local/src/MobilityDB \
&& tar \
--extract \
Expand Down

0 comments on commit f61d85f

Please sign in to comment.