feat: add initial multi-environment CI/CD pipeline POC #1

Merged
nietzshn merged 20 commits from dev into staging 2026-06-02 22:04:02 -06:00
Showing only changes of commit 6e72bfed41 - Show all commits
+1 -1
View File
@@ -17,7 +17,7 @@ LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.revision="${GIT_COMMIT}"
LABEL org.opencontainers.image.source="https://git.kubistudio.cloud/kubistudio/cicd-multi-env-pipeline-poc"
RUN apk add --no-cache curl
RUN apk add --no-cache curl && apk upgrade --no-cache libxml2
COPY nginx.conf /etc/nginx/nginx.conf
COPY src/ /usr/share/nginx/html/