Sign inSign up

alpine/make

Sponsored OSS

By alpine

Updated about 8 years ago

a simple container to run make command directly

Image
1

50K+

alpine/make repository overview

make

A simple container to run make command directly, especially for https://3musketeers.io/

Repo:

https://github.com/alpine-docker/make

Docker iamge tags:

https://hub.docker.com/r/alpine/make/tags/

Usage

$ cat docker-compose.yml
version: '3.4'
services:
  alpine:
    image: alpine/make
    volumes:
      - .:/opt/app
    working_dir: /opt/app

$ cat Makefile
echo:
	docker-compose run alpine make _echo

_echo:
	echo 'Hello World!'

now you can easily run the build

$ make echo 

docker-compose run alpine make _echo
echo 'Hello World!'
Hello World!

More examples at https://3musketeers.io/

Tag summary

Content type

Image

Digest

Size

2.2 MB

Last updated

about 8 years ago

docker pull alpine/make

This week's pulls

Pulls:

90

Last week