Commit graph

127 commits

Author SHA1 Message Date
dependabot[bot]
27b5c2ede8
chore(deps): bump debian from 1c34464 to 4567e1e (#3508)
Bumps debian from `1c34464` to `4567e1e`.

---
updated-dependencies:
- dependency-name: debian
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-28 13:50:51 -06:00
dependabot[bot]
d1e2aafa79
chore(deps): bump golang from 1.18-buster to 1.18.4-buster (#3509)
Bumps golang from 1.18-buster to 1.18.4-buster.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-07-28 13:42:00 -06:00
Caleb Doxsey
70f5d8b173
storage: add filter expressions, upgrade go to 1.18.1 (#3365)
* storage: add filter expressions

* upgrade go
2022-05-16 20:09:50 -06:00
Caleb Doxsey
75a037b901
try pinning docker dependency (#3185)
* try pinning docker dependency

* pin deps
2022-03-23 13:47:35 -06:00
Caleb Doxsey
2824faecbf
frontend: react+mui (#3004)
* mui v5 wip

* wip

* wip

* wip

* use compressor for all controlplane endpoints

* wip

* wip

* add deps

* fix authenticate URL

* fix test

* fix test

* fix build

* maybe fix build

* fix integration test

* remove image asset test

* add yarn.lock
2022-02-07 08:47:58 -07:00
Travis Groth
73dd6b93c2
deployment: fix distroless base arch (#2925) 2022-01-12 12:51:47 -05:00
Travis Groth
62b07cb530
deployment: multi-arch master images (#2896) 2022-01-05 11:00:24 -05:00
Travis Groth
477cb2a9d7
deployment: migrate pomerium-cli automation to new repo (#2771) 2021-11-19 11:13:39 -05:00
Travis Groth
c3171ad58b
ci: remove hadolint (#2726) 2021-10-28 18:42:06 -04:00
Travis Groth
4e4a161521
deployment: remove DST_Root_CA_X3 from docker images (#2677) 2021-10-14 20:10:49 -04:00
Stephen
f1c76b23fc
Hadolint (#2363) 2021-08-09 11:16:35 -04:00
Robert
1846c71d94
Include pomerium-cli in the docker image by default. Fixes #1343. (#1345)
Size increases by 22MB.  (144MB -> 167MB)

This normalizes with expectations (and instructions, see impersonation
docs) that it will be there.
2020-08-28 15:39:54 -04:00
Robert
99f05e661a
Use apt-get instead of apt to eliminate warning. (#1344)
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

Signed-off-by: Robert <rspier@pobox.com>
2020-08-28 15:34:13 -04:00
Travis Groth
d58f68ab15 Update build and release process for envoy embedding (#699) 2020-05-18 17:10:10 -04:00
Caleb Doxsey
02615b8b6c Merge remote-tracking branch 'origin/master' into feature/envoy 2020-05-18 17:10:10 -04:00
Travis Groth
99e788a9b4 envoy: Initial changes 2020-05-18 17:10:10 -04:00
Travis Groth
b9b66ec20f
deploy: autocert documentation and defaults (#658)
* Define AUTOCERT_DIR in dockerfiles

* Add autocert example and compose file

* Update reference docs for defaults
2020-05-05 21:13:28 -04:00
Travis Groth
7ad528fef5
Update docker master/latest tag handling (#598)
* Ensure latest is actually latest semver and not last published

* Resume publishing master snapshot

* Build master image off debug gcr.io/distroless/base:debug
2020-04-12 14:42:03 -04:00
Travis Groth
3e562bbf37
deployment: publish with github actions and goreleaser (#586)
* Add release workflow
2020-04-07 07:28:58 -04:00
Travis Groth
d0848fd250 Make dockerfiles consistent between archs 2019-07-07 17:13:50 -04:00
Travis Groth
02177043aa Add config handling to dockerfiles and update documentation 2019-05-26 22:28:51 -04:00
Nandor Kracser
8b86454cb5 docker: add missing golint command 2019-05-15 13:29:16 +02:00
Bobby DeSimone
7d2af213cc
deployment: add images for arm (#102) 2019-05-03 12:28:29 -07:00
Bobby DeSimone
c18f7d89ae
deployment: use distroless builds (#101)
Replaces the current alpine based Dockerfile with distroless. Improvements include:

- Minimal surface area, ideal for static builds like pomerium.
- Includes `ca-certificates`
- Includes`nsswitch`

Closes #97 .
2019-05-02 19:02:46 -07:00
Bobby DeSimone
fbe1cae482
proxy: remove unused setting AuthorizeInternalAddr (#93)
- Added unit tests for policy validation.
- Removed extraneous policy validation for URLs.
- Add dependency caching to dockerfile.
2019-04-24 13:28:29 -07:00
Michael Barrientos
7c2c9ceffe deployment : fixes dockerfile closes #9 (#14). 2019-01-15 18:02:39 -08:00
Bobby DeSimone
d56c889224
initial release 2019-01-02 12:13:36 -08:00