Docker image for build and validate docker images by hadolint
176
Docker image for build and validate docker images.
# Create access token and login into docker from CLI
docker login -u <your username>
# Build image
docker build -t docker-build .
# Tag and push the image with tag latest
docker image tag docker-build borchevkin/docker-build:latest
docker image push borchevkin/docker-build:latest
# Push the image with version
docker image tag docker-build borchevkin/docker-build:1.0.0
docker image push borchevkin/docker-build:1.0.0
Content type
Image
Digest
sha256:65fbf01a0…
Size
226.2 MB
Last updated
about 2 years ago
docker pull borchevkin/docker-build