Skip to content

Commit 0309099

Browse files
committed
Merge pull request #9 from scaleway/moul-patch-2
Update README.md
2 parents 856a404 + cfaac01 commit 0309099

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,4 +249,14 @@ This initial version contains:
249249

250250
---
251251

252+
#### A note about the Makefile system
253+
254+
All our images are using a simple Makefile containing only variables and including the [docker-rules.mk](https://github.com/scaleway/image-tools/blob/master/builder/docker-rules.mk) file that is downloaded on the first run.
255+
256+
The `docker-rules.mk` script is [regularly updated](https://github.com/scaleway/image-tools/commits/master/builder/docker-rules.mk), so it is more convenient to keep downloading a fresh copy regularly.
257+
258+
We are using a `curl ... | bash` install method which can be considered as unsafe. But this command is only used in the build step of the image, as soon as you start a Scaleway server, this command won't be run.
259+
260+
---
261+
252262
A project by [![Scaleway](https://avatars1.githubusercontent.com/u/5185491?v=3&s=42)](https://www.scaleway.com/)

0 commit comments

Comments
 (0)