Restore of old Header Box, addition of Gitignore item

This commit is contained in:
DerLinkman 2024-06-06 15:09:41 +02:00
parent 838d071095
commit b7a40197f9
No known key found for this signature in database
GPG key ID: D97E3B395819FCF7
2 changed files with 5 additions and 7 deletions

3
.gitignore vendored
View file

@ -1 +1,2 @@
.cache
.cache
.venv

View file

@ -2,13 +2,10 @@
{% block announce %}
{% if config.theme.language == 'de' %}
<!-- <center><h4>Alle Befehle sind gemäß der Syntax des <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/linux/">Docker Compose Plugin</a> und der <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/other/">Standalone Variante</a> anwählbar.<br></h4></center> -->
<center><h4 style="color:red">ACHTUNG! ACHTUNG!! ACHTUNG!!!</h4><h4>Alle Docker Versionen zwischen 25.0.0 bis 25.0.2 sind von einem <a style="color:#6390e5;" href="https://github.com/moby/moby/pull/47306">Bug im Docker Daemon in Bezug auf IPv6</a> betroffen, welches bei deaktiviertem IPv6 im Docker Network für Probleme gesorgt hat. <br>Bitte Updated Docker mindestens auf Version 25.0.3 um den Fehler zu korrigieren und keine unnötigen Workarounds einbauen zu müssen!</h4></center>
<center><h4>Alle Befehle sind gemäß der Syntax des <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/linux/">Docker Compose Plugin</a> und der <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/other/">Standalone Variante</a> anwählbar.<br></h4></center>
{% elif config.theme.language == 'en' %}
<!-- <center><h4>All Commands are available according to the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/linux/">Docker Compose Plugin</a> and the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/other/">Standalone Version</a> syntax</h4></center> -->
<center><h4 style="color:red">ATTENTION! ATTENTION!! ATTENTION!!!</h4><h4>All Docker Versions between 25.0.0 and 25.0.2 are affected by a <a style="color:#6390e5;" href="https://github.com/moby/moby/pull/47306">Docker Daemon Bug regarding IPv6</a> which causes strange behaviours on Docker Networks with disabled IPv6 connectivitiy. <br>Please update Docker at least to Version 25.0.3 if affected to negotiate this bug and leave unecessary workarounds behind!</h4></center>
<center><h4>All Commands are available according to the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/linux/">Docker Compose Plugin</a> and the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/other/">Standalone Version</a> syntax</h4></center>
{% else %}
<!-- <center><h4>All Commands are available according to the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/linux/">Docker Compose Plugin</a> and the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/other/">Standalone Version</a> syntax</h4></center> -->
<center><h4 style="color:red">ATTENTION! ATTENTION!! ATTENTION!!!</h4><h4>All Docker Versions between 25.0.0 and 25.0.2 are affected by a <a style="color:#6390e5;" href="https://github.com/moby/moby/pull/47306">Docker Daemon Bug regarding IPv6</a> which causes strange behaviours on Docker Networks with disabled IPv6 connectivitiy. <br>Please update Docker at least to Version 25.0.3 if affected to negotiate this bug and leave unecessary workarounds behind!</h4></center>
<center><h4>All Commands are available according to the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/linux/">Docker Compose Plugin</a> and the <a style="color:#6390e5;" href="https://docs.docker.com/compose/install/other/">Standalone Version</a> syntax</h4></center>
{% endif %}
{% endblock %}