mirror of
https://github.com/netdata/netdata.git
synced 2025-04-13 09:11:50 +00:00
Spelling build (#10909)
This commit is contained in:
parent
148118f29d
commit
24ce83460a
7 changed files with 8 additions and 8 deletions
Dockerfile.test
build/m4
build_external
clean-install-arch-debug.Dockerfileclean-install-arch-extras.Dockerfileclean-install-arch.Dockerfile
netdata.spec.inscenarios/aclk-testing
|
@ -3,7 +3,7 @@
|
|||
# `./packaging/docker/Dockerfile`.
|
||||
#
|
||||
# TODO: Create a netdata/package-builder:alpine9
|
||||
#FROM netdata/package-buidler:alpine AS build
|
||||
#FROM netdata/package-builder:alpine AS build
|
||||
FROM alpine:3.9 AS build
|
||||
|
||||
# Install Dependencies
|
||||
|
@ -27,7 +27,7 @@ RUN ./netdata-installer.sh --dont-wait --dont-start-it --disable-go "${INSTALLER
|
|||
|
||||
FROM alpine:3.9 AS runtime
|
||||
|
||||
# Install runtime dependeices
|
||||
# Install runtime dependencies
|
||||
RUN apk --no-cache -U add curl bash libuv zlib util-linux libmnl python
|
||||
|
||||
# Create netdata user/group
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
# weak
|
||||
# weakref
|
||||
#
|
||||
# Unsuppored function attributes will be tested with a prototype returning
|
||||
# Unsupported function attributes will be tested with a prototype returning
|
||||
# an int and not accepting any arguments and the result of the check might
|
||||
# be wrong or meaningless so use with care.
|
||||
#
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM archlinux/base:latest
|
||||
|
||||
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
|
||||
# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
|
||||
# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
|
||||
# Hub this file can be deleted.
|
||||
RUN echo sdlsjdkls
|
||||
RUN pacman -Syyu --noconfirm
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM archlinux/base:latest
|
||||
|
||||
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
|
||||
# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
|
||||
# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
|
||||
# Hub this file can be deleted.
|
||||
RUN echo sdlsjdkls
|
||||
RUN pacman -Syyu --noconfirm
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
FROM archlinux/base:latest
|
||||
|
||||
# There is some redundancy between this file and the archlinux Dockerfile in the helper images
|
||||
# repo and also with the clean-install.Dockefile. Once the help image is availabled on Docker
|
||||
# repo and also with the clean-install.Dockerfile. Once the help image is available on Docker
|
||||
# Hub this file can be deleted.
|
||||
|
||||
RUN pacman -Sy
|
||||
|
|
|
@ -29,5 +29,5 @@ mqttc.connect("vernemq", 9002, 60)
|
|||
|
||||
#mqttc.publish("/agent/mine","Test1")
|
||||
#mqttc.subscribe("$SYS/#", 0)
|
||||
print("Connected succesfully, monitoring /agent/#", flush=True)
|
||||
print("Connected successfully, monitoring /agent/#", flush=True)
|
||||
mqttc.loop_forever()
|
||||
|
|
|
@ -320,7 +320,7 @@ install -m 755 system/netdata-init-d \
|
|||
# ############################################################
|
||||
# Package Go within netdata (TBD: Package it separately)
|
||||
safe_sha256sum() {
|
||||
# Within the contexct of the installer, we only use -c option that is common between the two commands
|
||||
# Within the context of the installer, we only use -c option that is common between the two commands
|
||||
# We will have to reconsider if we start non-common options
|
||||
if command -v sha256sum >/dev/null 2>&1; then
|
||||
sha256sum $@
|
||||
|
|
Loading…
Add table
Reference in a new issue