Skip to content

jd-apprentice/docker-armhf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

22 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Docker images built in arm/v7 πŸ‹

Learn how to build docker images in arm/v7 architecture with docker buildx and alpine linux.

Table of Contents πŸ“‘

Commands πŸ“¦

Pay attention that commands have some things hardcoded like this one the dyallo

build:
	docker buildx build \
         --platform "linux/arm/v7" \
         --tag dyallo/$(IMAGE_NAME):$(IMAGE_TAG) \
	 --push docker/$(IMAGE_NAME) \
	 --no-cache

Usage πŸ“‹

IMAGE_TAG has a default value of latest and IMAGE_NAME has no default value which means you have to pass it when calling the command.

make instance
make use
make login
make build IMAGE_NAME="<some-name>" IMAGE_TAG="<some-tag>"
make push IMAGE_NAME="<some-name>" IMAGE_TAG="<some-tag>"
make run IMAGE_NAME="<some-name>" IMAGE_TAG="<some-tag>"

License πŸ“

This project is licensed under the MIT License - see the LICENSE file for details

About

πŸ‹ Docker images built in arm/v7

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published