integration: kubernetes support (#2536)

This commit is contained in:
Caleb Doxsey 2021-08-30 11:38:32 -06:00 committed by GitHub
parent 7e06f45cb3
commit 7f6ddece05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 7609 additions and 1 deletions

View file

@ -24,4 +24,6 @@ ENTRYPOINT [ "/bin/pomerium" ]
CMD ["-config","/pomerium/config.yaml"]
EOF
docker build --tag=pomerium/pomerium:dev .
# save the image so we can load it from docker-compose
docker save --output=/tmp/pomerium-dev.tar pomerium/pomerium:dev
)