Custom Docker image for Ory OathKeeper built with
ubi8/go-toolset to run on ubi8/minimal.
Install Docker and configure BuildKit:
docker buildx create --use --name buildkitBuild a local image:
docker buildx bake --load localTest that the image starts:
docker run --rm -it quay.io/bitski/oathkeeper:latest serveLogin Quay.io:
docker login quay.ioThen build and publish a multi-platform image:
docker buildx bake --push