Skip to content

Commit

Permalink
Dependencies maintenance
Browse files Browse the repository at this point in the history
* Bump versions of base docker images for go/python
* Use new buildkit based blubber build

Bug: T344324
Change-Id: I964af73a92be0cb5edf88d4fed1a59648c8e4684
  • Loading branch information
johngian authored and manjiki committed Aug 16, 2023
1 parent 33b4d35 commit 536d9e3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .pipeline/blubber.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# syntax=docker-registry.wikimedia.org/repos/releng/blubber:v0.12.1
version: v4
base: docker-registry.wikimedia.org/golang:1.13-3
base: docker-registry.wikimedia.org/golang1.15:1.15-1-20230813
lives:
in: /srv/service/
runs:
Expand All @@ -22,10 +23,10 @@ variants:
prep:
includes: [build]
production:
base: docker-registry.wikimedia.org/python3-build-buster
base: docker-registry.wikimedia.org/python3-bullseye
copies: [prep]
entrypoint: [cmd/tegola/tegola]
apt: { packages: [build-essential, jq, wmf-certificates, curl, libsnappy-dev] }
apt: { packages: [build-essential, jq, wmf-certificates, curl, libsnappy-dev, git] }
python:
requirements: ["requirements.txt"]
version: python3

0 comments on commit 536d9e3

Please sign in to comment.