Skip to content

yperteam/docker-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-images

To push a new (or updated) Dockerfile to Docker Hub:

Create a Docker image:

docker build -t <DOCKER_HUB_ID>/<REPOSITORY>:<TAG> <DOCKERFILE_PATH> --platform linux/amd64
# Exemple: docker build -t yperteam/circleci-python:3.10 .

The --platform linux/amd64 option is only required on new Mac (with ARM chip)

Check that the images is created:

docker images

Then, log in:

docker login

credentials are in 1Password

And, push it to Hub:

docker push <IMAGE_NAME>:<TAG>
# Exemple: docker push yperteam/circleci-python:3.10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors