Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions Makefiles/containers-base/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ TARGET_IMAGE_ARCH?=amd64
CONTAINER_ENGINE?=docker

#################### VALIDATION FUNCTIONS ####################
.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

validate-container-engine:
ifeq ($(CONTAINER_ENGINE),docker)
@if ! command -v docker >/dev/null 2>&1; then \
Expand Down
4 changes: 0 additions & 4 deletions Makefiles/deployment/kind/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# ║ KIND Targets ║
# ╚══════════════════════════════════════════════════════════╝

.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

#################### VARIABLE DEFINITIONS ####################

ILAB_KUBE_CONTEXT?=kind-instructlab-ui
Expand Down
4 changes: 0 additions & 4 deletions Makefiles/deployment/openshift/prod/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# ║ Production Openshift Deployment Targets ║
# ╚══════════════════════════════════════════════════════════╝

.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

#################### VARIABLE DEFINITIONS ####################

SEALED_SECRETS_CONTROLLER_NAMESPACE=kube-system
Expand Down
3 changes: 0 additions & 3 deletions Makefiles/deployment/openshift/qa/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# ╔══════════════════════════════════════════════════════════╗
# ║ QA Openshift Deployment Targets ║
# ╚══════════════════════════════════════════════════════════╝
.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

#################### DEPLOYMENT FUNCTIONS ####################

Expand Down
4 changes: 0 additions & 4 deletions Makefiles/devcontainer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# ║ Devcontainer Targets ║
# ╚══════════════════════════════════════════════════════════╝

.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

#################### DEPENDENCY FUNCTIONS ####################

DEVCONTAINER_BINARY_EXISTS ?= $(shell command -v devcontainer)
Expand Down
4 changes: 0 additions & 4 deletions Makefiles/linting/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# ║ Linting Targets ║
# ╚══════════════════════════════════════════════════════════╝

.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

###################### LINTING FUNCTIONS #####################

##@ Lint commands - Commands for linting various file formats
Expand Down
4 changes: 0 additions & 4 deletions Makefiles/local/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
# ║ Local Development Targets ║
# ╚══════════════════════════════════════════════════════════╝

.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

#################### DEPENDENCY FUNCTIONS ####################

##@ Local Deployment - Helper commands for deploying UI stack locally on your machine
Expand Down
4 changes: 0 additions & 4 deletions Makefiles/podman-compose/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
# ║ Container Runtime Compose Deployment Targets ║
# ╚══════════════════════════════════════════════════════════╝

.PHONY: help
help:
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-18s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)

#################### DEPLOYMENT FUNCTIONS ####################

##@ Podman Deployment - Helper commands for deploying UI stack in Podman
Expand Down