File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN apt-get -qq update \
24
24
&& apt-get clean
25
25
26
26
# Download scw
27
- ENV SCW_VERSION 1.8.1
27
+ ENV SCW_VERSION 1.9.0
28
28
29
29
RUN case "${ARCH}" in \
30
30
armv7l|armhf|arm) \
Original file line number Diff line number Diff line change 1
1
NAME = image-builder
2
2
VERSION = latest
3
- VERSION_ALIASES = 1.4.1 1.4 1
3
+ VERSION_ALIASES = 1.4.2 1.4 1
4
4
TITLE = image-builder
5
5
DESCRIPTION = An image to build other images
6
6
SOURCE_URL = https://github.com/scaleway/image-builder
7
7
8
8
9
9
IMAGE_VOLUME_SIZE = 50G
10
10
IMAGE_BOOTSCRIPT = docker
11
- IMAGE_NAME = Image Builder 1.4.1
11
+ IMAGE_NAME = Image Builder 1.4.2
12
12
13
13
DEFAULT_IMAGE_ARCH = x86_64
14
14
Original file line number Diff line number Diff line change @@ -200,12 +200,16 @@ root@yourmachine> scw run --name="arm-builder" --commercial-type=C1 image-builde
200
200
201
201
## Changelog
202
202
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)
204
208
205
209
* Use 50GB instead of 150GB
206
210
* Bump scw @1 .8.1
207
211
208
- ### 1.4.0 (2015 -03-21)
212
+ ### 1.4.0 (2016 -03-21)
209
213
* Multiarch documentation
210
214
* Bump scw to 1.8.0
211
215
* Improved image-builder-configure (now he don't ask for login/password is ~ /.scwrc already exist)
You can’t perform that action at this time.
0 commit comments