docker image for cf-uaac based off of alpine:latest
To pull this image:
docker pull mbentley/cf-uaac
docker build \
--build-arg CF_UAAC_VER="$(wget -q --header="Accept: application/vnd.github+json" --header="X-GitHub-Api-Version: 2022-11-28" -O - https://api.github.com/repos/cloudfoundry/cf-uaac/releases/latest | jq -r .tag_name)" \
-t mbentley/cf-uaac \
.
$ docker run -it --rm mbentley/cf-uaac sh
/ # uaac version
UAA client 4.28.0
Content type
Image
Digest
sha256:58ac79419…
Size
109.8 MB
Last updated
about 8 hours ago
docker pull mbentley/cf-uaac