Sign inSign up

mbentley/cf-uaac

By mbentley

Updated about 8 hours ago

Image
0

5.2K

mbentley/cf-uaac repository overview

mbentley/cf-uaac

docker image for cf-uaac based off of alpine:latest

To pull this image: docker pull mbentley/cf-uaac

Build

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 \
  .

Example Usage

$ docker run -it --rm mbentley/cf-uaac sh
/ # uaac version
UAA client 4.28.0

Tag summary

Content type

Image

Digest

sha256:58ac79419

Size

109.8 MB

Last updated

about 8 hours ago

docker pull mbentley/cf-uaac