Sign inSign up

borchevkin/docker-build

By borchevkin

Updated about 2 years ago

Docker image for build and validate docker images by hadolint

Image
Developer tools
0

176

borchevkin/docker-build repository overview

docker-build

Description

Docker image for build and validate docker images.

Upload image to Docker Hub

# 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

Tag summary

Content type

Image

Digest

sha256:65fbf01a0

Size

226.2 MB

Last updated

about 2 years ago

docker pull borchevkin/docker-build