Skip to content

Commit ed96663

Browse files
committed
Merge pull request #8 from QuentinPerez/bump-scw
Bump scw/image-builder
2 parents 75d4c69 + 00f77bd commit ed96663

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN apt-get -qq update \
2424
&& apt-get clean
2525

2626
# Download scw
27-
ENV SCW_VERSION 1.8.1
27+
ENV SCW_VERSION 1.9.0
2828

2929
RUN case "${ARCH}" in \
3030
armv7l|armhf|arm) \

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
NAME = image-builder
22
VERSION = latest
3-
VERSION_ALIASES = 1.4.1 1.4 1
3+
VERSION_ALIASES = 1.4.2 1.4 1
44
TITLE = image-builder
55
DESCRIPTION = An image to build other images
66
SOURCE_URL = https://github.com/scaleway/image-builder
77

88

99
IMAGE_VOLUME_SIZE = 50G
1010
IMAGE_BOOTSCRIPT = docker
11-
IMAGE_NAME = Image Builder 1.4.1
11+
IMAGE_NAME = Image Builder 1.4.2
1212

1313
DEFAULT_IMAGE_ARCH = x86_64
1414

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,16 @@ root@yourmachine> scw run --name="arm-builder" --commercial-type=C1 image-builde
200200

201201
## Changelog
202202

203-
### 1.4.1 (unreleased)
203+
### 1.4.2 (unreleased)
204+
205+
* Bump scw @1.9.0
206+
207+
### 1.4.1 (2016-03-30)
204208

205209
* Use 50GB instead of 150GB
206210
* Bump scw @1.8.1
207211

208-
### 1.4.0 (2015-03-21)
212+
### 1.4.0 (2016-03-21)
209213
* Multiarch documentation
210214
* Bump scw to 1.8.0
211215
* Improved image-builder-configure (now he don't ask for login/password is ~/.scwrc already exist)

0 commit comments

Comments
 (0)