Commit 55e10833 authored by Remi Cresson's avatar Remi Cresson
Browse files

1st commit

parent 19223183
No related merge requests found
Pipeline #44734 passed with stage
in 2 minutes and 31 seconds
Showing with 25 additions and 2 deletions
+25 -2
stages:
- docker
Build docker image:
stage: docker
image: docker/compose:1.29.2
allow_failure: false
tags: [ dind ]
variables:
IMG: $CI_REGISTRY_IMAGE:latest
DOCKER_TLS_CERTDIR: ""
DOCKER_HOST: tcp://docker:2375
services:
- name: docker:dind
command: [ dockerd, '-H', 'tcp://0.0.0.0:2375' ]
before_script:
- echo -n $CI_REGISTRY_PASSWORD | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
script:
- wget https://github.com/stac-utils/stac-fastapi/archive/refs/tags/2.4.3.zip
- unzip *.zip
- cd stac-fastapi-2.4.3
- docker build --tag $IMG .
- docker push $IMG
# FastAPI pgstac
# STAC FastAPI (pgstac backend)
STAC API with FastAPI (pgstac backend)
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment