0
0
Fork 0
mirror of https://github.com/netdata/netdata.git synced 2025-04-13 09:11:50 +00:00

Spelling build ()

This commit is contained in:
Josh Soref 2021-04-14 05:24:45 -04:00 committed by GitHub
parent 148118f29d
commit 24ce83460a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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.
#

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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()

View file

@ -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 $@