Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Dmitriev committed Dec 28, 2023
1 parent 7453980 commit b72e164
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ARG ALPINE_VERSION
FROM alpine:${ALPINE_VERSION}

ARG ALPINE_VERSION
ARG AIO_VERSION
ARG COMMIT_SHA
ARG CONTAINER_VERSION
ARG GOMPLATE_VERISON
Expand All @@ -21,7 +22,7 @@ LABEL org.opencontainers.image.revision="${COMMIT_SHA}"
LABEL com.wallarm.nginx-docker.versions.alpine="${ALPINE_VERSION}"
LABEL com.wallarm.nginx-docker.versions.nginx="${NGINX_VERSION}"
LABEL com.wallarm.nginx-docker.versions.aio="${AIO_VERSION}"
LABEL com.wallarm.nginx-docker.versions.aio="${GOMPLATE_VERSION}"
LABEL com.wallarm.nginx-docker.versions.gomplate="${GOMPLATE_VERISON}"

# core deps
RUN addgroup -S wallarm && \
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ WALLARM_API_CA_VERIFY ?= True
CLIENT_ID ?= 5
PYTEST_WORKERS ?= 10
PYTEST_ARGS ?= --allure-features=Node
TEST_RS ?= false

# Single-platform for local, multi-platform for CI
ifndef CI
Expand Down
2 changes: 1 addition & 1 deletion scripts/init
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ register_node() {
if [ -e /opt/wallarm/etc/wallarm/node.yaml ] \
&& [ -s /opt/wallarm/etc/wallarm/node.yaml ]
then
echo "Node registartion skipped - node.yaml already exists"
echo "Node registration skipped - node.yaml already exists"
elif [ -n "$NODE_UUID" ] \
&& [ -n "$NODE_SECRET" ] \
&& [ -n "$WALLARM_API_TOKEN" ]
Expand Down

0 comments on commit b72e164

Please sign in to comment.