File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
incubating/mqadvanced-server-dev Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ sudo: required
2
2
language : go
3
3
4
4
go :
5
- - 1.9
5
+ - 1.10
6
6
7
7
services :
8
8
- docker
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ ARG BASE_IMAGE=ubuntu:16.04
17
17
###############################################################################
18
18
# Build stage to build Go code
19
19
###############################################################################
20
- FROM golang:1.9 as builder
20
+ FROM golang:1.10 as builder
21
21
WORKDIR /go/src/github.com/ibm-messaging/mq-container/
22
22
COPY cmd/ ./cmd
23
23
COPY internal/ ./internal
@@ -34,7 +34,7 @@ RUN go test -v ./internal/...
34
34
###############################################################################
35
35
# Main build stage, to build MQ image
36
36
###############################################################################
37
- FROM $BASE_IMAGE
37
+ FROM $BASE_IMAGE
38
38
39
39
# The URL to download the MQ installer from in tar.gz format
40
40
# This assumes an archive containing the MQ Debian (.deb) install packages
Original file line number Diff line number Diff line change 1
- # © Copyright IBM Corporation 2017
1
+ # © Copyright IBM Corporation 2017, 2018
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
15
15
ARG BASE_IMAGE
16
16
17
17
# Build stage to build Go code
18
- FROM golang:1.9 as builder
18
+ FROM golang:1.10 as builder
19
19
WORKDIR /go/src/github.com/ibm-messaging/mq-container/
20
20
COPY cmd/ ./cmd
21
21
COPY internal/ ./internal
Original file line number Diff line number Diff line change 15
15
# ##############################################################################
16
16
# Build stage to build Go code
17
17
# ##############################################################################
18
- FROM golang:1.9 as builder
18
+ FROM golang:1.10 as builder
19
19
WORKDIR /go/src/github.com/ibm-messaging/mq-container/
20
20
COPY cmd/ ./cmd
21
21
COPY internal/ ./internal
@@ -59,4 +59,4 @@ RUN chmod +x /usr/local/bin/runmq*
59
59
60
60
EXPOSE 9443
61
61
62
- ENTRYPOINT ["runmqdevserver" ]
62
+ ENTRYPOINT ["runmqdevserver" ]
You can’t perform that action at this time.
0 commit comments