Compare commits

..

No commits in common. "11f944ffa545c6ca543b60d0ecb83d4bb2996716" and "0735e96913ea1af95169497f3f9e7702fb3e367d" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM docker.io/library/alpine:3.16.0 FROM docker.io/library/alpine:3.15.4
RUN apk add bind-tools curl iputils RUN apk add bind-tools curl iputils

View File

@ -1,7 +1,7 @@
# CONTAINER_RUNTIME # CONTAINER_RUNTIME
# The CONTAINER_RUNTIME variable will be used to specified the path to a # The CONTAINER_RUNTIME variable will be used to specified the path to a
# container runtime. This is needed to start and run a container image. # container runtime. This is needed to start and run a container image.
CONTAINER_RUNTIME?=$(shell which podman) CONTAINER_RUNTIME?=$(shell which docker)
# NETWORKTOOLS_IMAGE_REGISTRY_NAME # NETWORKTOOLS_IMAGE_REGISTRY_NAME
# Defines the name of the new container to be built using several variables. # Defines the name of the new container to be built using several variables.