File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- FROM scaleway/ubuntu:amd64-vivid
1
+ FROM scaleway/ubuntu:amd64-wily
2
2
# following 'FROM' lines are used dynamically thanks do the image-builder
3
3
# which dynamically update the Dockerfile if needed.
4
- #FROM scaleway/ubuntu:armhf-vivid # arch=armv7l
5
- #FROM scaleway/ubuntu:arm64-vivid # arch=arm64
6
- #FROM scaleway/ubuntu:i386-vivid # arch=i386
7
- #FROM scaleway/ubuntu:mips-vivid # arch=mips
4
+ #FROM scaleway/ubuntu:armhf-wily # arch=armv7l
5
+ #FROM scaleway/ubuntu:arm64-wily # arch=arm64
6
+ #FROM scaleway/ubuntu:i386-wily # arch=i386
7
+ #FROM scaleway/ubuntu:mips-wily # arch=mips
8
8
9
9
# Prepare rootfs
10
10
RUN /usr/local/sbin/scw-builder-enter
Original file line number Diff line number Diff line change 1
- NAME = APP_NAME
1
+ NAME = my-image
2
2
VERSION = latest
3
3
VERSION_ALIASES = 1.2.3 1.2 1
4
- TITLE = APP_TITLE
5
- DESCRIPTION = APP_DESCRIPTION
4
+ TITLE = My image
5
+ DESCRIPTION = My image with Ubuntu and MySQL
6
6
DOC_URL =
7
7
SOURCE_URL = https://github.com/scaleway-community/...
8
8
VENDOR_URL =
@@ -11,7 +11,7 @@ DEFAULT_IMAGE_ARCH = x86_64
11
11
12
12
IMAGE_VOLUME_SIZE = 50G
13
13
IMAGE_BOOTSCRIPT = stable
14
- IMAGE_NAME = APP_IMAGE_NAME
14
+ IMAGE_NAME = My image
15
15
16
16
## Image tools (https://github.com/scaleway/image-tools)
17
17
all: docker-rules.mk
You can’t perform that action at this time.
0 commit comments