From 3e8f8244c521bb0bbdfa28e7c7a903aa765edc29 Mon Sep 17 00:00:00 2001 From: unitexe Date: Thu, 15 Jan 2026 01:03:39 -0600 Subject: Use banner quadlet from its repository --- .../recipes-containers/banner-quadlet/files/LICENSE | 21 --------------------- .../banner-quadlet/files/banner.container | 20 -------------------- 2 files changed, 41 deletions(-) delete mode 100644 meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/LICENSE delete mode 100644 meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/banner.container (limited to 'meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files') diff --git a/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/LICENSE b/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/LICENSE deleted file mode 100644 index 9ec8d09..0000000 --- a/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2025 Closed Circuit Consulting - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/banner.container b/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/banner.container deleted file mode 100644 index 9cd4c75..0000000 --- a/meta-unit-core/dynamic-layers/virtualization-layer/recipes-containers/banner-quadlet/files/banner.container +++ /dev/null @@ -1,20 +0,0 @@ -[Unit] -Description=Serves a custom ASCII banner -After=network-online.target -Wants=network-online.target - -[Container] -ContainerName=banner -Image=localhost:5000/banner:latest -PublishPort=8093:8080 -Environment=PYTHONUNBUFFERED=1 - -[Service] -Restart=on-failure -RestartSec=10s -RestartSteps=5 -RestartMaxDelaySec=1min -TimeoutStartSec=15min - -[Install] -WantedBy=default.target -- cgit v1.2.3