Commit graph

15 commits

Author SHA1 Message Date
dependabot[bot]
a8927e8ff8
chore(deps): bump distroless/base-debian12 from d64f548 to 1dfdb5e in /.github (#4671)
chore(deps): bump distroless/base-debian12 in /.github

Bumps distroless/base-debian12 from `d64f548` to `1dfdb5e`.

---
updated-dependencies:
- dependency-name: distroless/base-debian12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 13:59:24 -07:00
dependabot[bot]
67002b21be
chore(deps): bump busybox from 3fbc632 to 1ceb872 in /.github (#4824)
Bumps busybox from `3fbc632` to `1ceb872`.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-07 13:51:59 -07:00
dependabot[bot]
dc9f1b5def
chore(deps): bump busybox from caa382c to 3fbc632 in /.github (#4549)
Bumps busybox from `caa382c` to `3fbc632`.

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 12:36:09 -06:00
Kenneth Jenkins
30cd8a8472
ci: remove ca-certificates workaround (#4488)
Update our Dockerfiles to debian12 distroless base images and remove the
ca-certificates workaround (Debian 12 has dropped the problematic
expired root certificate).
2023-09-18 15:47:10 -07:00
Kenneth Jenkins
d96ca0611a
pin to a debian:latest image for casource base image (#4250)
The debian 'stable' images configure apt to install from the rolling
'stable' repository, rather than a specific Debian release. Thus even
though we pin to a specific Docker image digest, the packages installed
by 'apt-get' can change when a new Debian release is promoted to stable.

Instead, pin to an image where apt is configured to install from
repositories for a specific Debian release (in this case, bullseye).
2023-06-13 09:41:53 -07:00
Caleb Doxsey
75a037b901
try pinning docker dependency (#3185)
* try pinning docker dependency

* pin deps
2022-03-23 13:47:35 -06:00
Travis Groth
1b179139be
deployment: add debug image for all releases (#3001) 2022-02-08 07:27:43 -05:00
Travis Groth
73dd6b93c2
deployment: fix distroless base arch (#2925) 2022-01-12 12:51:47 -05:00
Travis Groth
4e4a161521
deployment: remove DST_Root_CA_X3 from docker images (#2677) 2021-10-14 20:10:49 -04:00
Travis Groth
23249c8df9
deployment: enable multi-arch release images (#1643) 2020-12-03 11:07:15 -05:00
Travis Groth
914b952854
envoy: Switch to distroless/base for releases (#810) 2020-05-31 10:18:03 -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
3e562bbf37
deployment: publish with github actions and goreleaser (#586)
* Add release workflow
2020-04-07 07:28:58 -04:00