Commit graph

8 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
1ead148cbc
docker: fix debug images (#3520) 2022-08-02 08:26:23 -06: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