Skip to content

Commit a7c8c43

Browse files
committed
CI: use base ubuntu in image creation tasks
1 parent fba2911 commit a7c8c43

File tree

2 files changed

+1242
-1231
lines changed

2 files changed

+1242
-1231
lines changed

ci/dockerfiles/integration/build-docker-args.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#!/usr/bin/env bash
22
set -eu -o pipefail
33

4+
# install needed dependencies so that this task can be run on a stock ubuntu image
5+
apt-get update -y
6+
apt-get install -y ca-certificates curl jq
7+
48
bosh_cli_url="$(curl -H "Authorization: token ${GITHUB_ACCESS_TOKEN}" -s https://api.github.com/repos/cloudfoundry/bosh-cli/releases/latest \
59
| jq -r '.assets[] | select(.name | contains ("linux-amd64")) | .browser_download_url')"
610
meta4_cli_url="$(curl -H "Authorization: token ${GITHUB_ACCESS_TOKEN}" -s https://api.github.com/repos/dpb587/metalink/releases/latest \

0 commit comments

Comments
 (0)