Open luckydonald opened 9 months ago
Okey, that failed test
build is weird.
It says
Error: buildx bake failed with:
ERROR: failed to solve: failed to do request:
Head "https://registry-1.docker.io/v2/docker/dockerfile/manifests/1":
net/http: TLS handshake timeout
Sounds like a hiccup with some docker api?
I was under the impression github would have pr-squasing somewhere in the UI. Oh well.
Anyways, it's squashed now.
Even if commit cecce66 was much cooler sounding than 5874c3c.
Edit: Apparently it does: https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/configuring-commit-squashing-for-pull-requests
Under "Pull Requests", select Allow squash merging. This allows contributors to merge a pull request by squashing all commits into a single commit. The default commit message presented to contributors when merging is the commit title and message if the pull request contains only 1 commit, or the pull request title and list of commits if the pull request contains 2 or more commits.
@crazy-max anything missing here for a merge?
Updated dependency containers (traefik, mariadb, redis):
traefik:2.10.4
->2.11.0
mariadb:10.5
->11.3.2
redis:4.0-alpine
->7.2.4-alpine
Tested the
traefik
configuration withanonaddy:1.0.8
.That's also the reason why I didn't bump nginx, as I didn't test that example.
I only updated the tested images.