Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/tiler
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
4 changes: 2 additions & 2 deletions gateway/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM nginx:stable
FROM docker.io/nginx:stable
COPY default.conf /etc/nginx/conf.d/
COPY content/ /usr/share/nginx/html/
COPY content/ /usr/share/nginx/html/
4 changes: 2 additions & 2 deletions mapimages/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
FROM nginx:stable
COPY default.conf /etc/nginx/conf.d/
FROM docker.io/nginx:stable
COPY default.conf /etc/nginx/conf.d/
2 changes: 1 addition & 1 deletion mapproxy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM kartoza/mapproxy
FROM docker.io/kartoza/mapproxy
ENV PRODUCTION=true
COPY mapproxy.yaml /mapproxy/
COPY seed.yaml /mapproxy/
2 changes: 1 addition & 1 deletion tiler/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.11-bullseye
FROM docker.io/python:3.11-bullseye

RUN set -eux; \
apt-get update; \
Expand Down
9 changes: 3 additions & 6 deletions tiler/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# use github master while we wait for new release
git+https://github.com/mapbox/rio-color#egg=rio-color
cogeo-mosaic==4.1.1
titiler.core==0.7.1
titiler.mosaic==0.7.1
uvicorn==0.19.0
titiler.core==0.11.5
titiler.mosaic==0.11.5
uvicorn==0.21.1