Skip to content

Commit 69da3dd

Browse files
committed
switch to chainguard's python for the build task image
Signed-off-by: Taylor Silva <dev@taydev.net>
1 parent 494cd3a commit 69da3dd

2 files changed

Lines changed: 5 additions & 9 deletions

File tree

ci/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
set -e
44

5-
apk add --no-progress git
5+
apk add --no-progress git gcc ytt
66

77
git config --global user.email "concourseteam+concourse-github-bot@gmail.com"
88
git config --global user.name "Concourse Bot"

ci/build.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ platform: linux
44
image_resource:
55
type: registry-image
66
source:
7-
repository: python
8-
tag: 3.14-alpine
7+
repository: cgr.dev/chainguard/python
8+
tag: latest-dev
99

1010
inputs:
1111
- name: docs
@@ -18,9 +18,5 @@ outputs:
1818
path: docs
1919

2020
run:
21-
path: sh
22-
args:
23-
- -c
24-
- |
25-
apk add --no-progress bash
26-
docs/ci/build
21+
path: docs/ci/build
22+
user: root #needed for the chainguard python image

0 commit comments

Comments
 (0)