fix: resolve TS build errors and suppress rootless podman capability warnings
- Add Toolbar and ToolbarButton to HistoryPage imports - Add Tooltip import and filterBar style to MapPage - Fix JailsTab test: use new Set<string>() instead of [] for activeJails - Add --security-opt=no-new-privileges:true to push.sh build commands
This commit is contained in:
@@ -65,12 +65,14 @@ log "Logging in to ${REGISTRY}"
|
||||
if [[ "${SKIP_BUILD}" == false ]]; then
|
||||
log "Building backend image → ${BACKEND_IMAGE}:${TAG}"
|
||||
"${ENGINE}" build \
|
||||
--security-opt=no-new-privileges:true \
|
||||
-t "${BACKEND_IMAGE}:${TAG}" \
|
||||
-f "${SCRIPT_DIR}/Dockerfile.backend" \
|
||||
"${PROJECT_ROOT}"
|
||||
|
||||
log "Building frontend image → ${FRONTEND_IMAGE}:${TAG}"
|
||||
"${ENGINE}" build \
|
||||
--security-opt=no-new-privileges:true \
|
||||
-t "${FRONTEND_IMAGE}:${TAG}" \
|
||||
-f "${SCRIPT_DIR}/Dockerfile.frontend" \
|
||||
"${PROJECT_ROOT}"
|
||||
|
||||
Reference in New Issue
Block a user