mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-13 00:58:06 +02:00
integration: kubernetes support (#2536)
This commit is contained in:
parent
7e06f45cb3
commit
7f6ddece05
31 changed files with 7609 additions and 1 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue