Skip to content

Commit 7a07004

Browse files
Update Docker tags Ubuntu bionic
1 parent 9b0a879 commit 7a07004

File tree

10 files changed

+6
-7
lines changed

10 files changed

+6
-7
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
21
# Use this tag to build a customized local image
32

43
SWIFT_VERSION?=nightly-amazonlinux2
54
LAYER_VERSION?=nightly-amazonlinux2
65
DOCKER_OS?=amazonlinux2
7-
# SWIFT_VERSION=5.2.3
8-
# LAYER_VERSION=5-2-3
9-
# DOCKER_OS=xenial
6+
# SWIFT_VERSION=5.2.3-bionic
7+
# LAYER_VERSION=5-2-3-bionic
8+
# DOCKER_OS=bionic
109
DOCKER_TAG=nio-swift:$(SWIFT_VERSION)
1110
SWIFT_DOCKER_IMAGE=$(DOCKER_TAG)
1211
SWIFT_LAMBDA_LIBRARY=nio-swift-lambda-runtime-$(LAYER_VERSION)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.0.3 as builder
1+
FROM swift:5.0.3-bionic as builder
22

33
RUN apt-get -qq update && apt-get -q -y install \
44
libssl-dev libicu-dev
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.1.5 as builder
1+
FROM swift:5.1.5-bionic as builder
22

33
RUN apt-get -qq update && apt-get -q -y install \
44
libssl-dev libicu-dev
File renamed without changes.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM swift:5.2.3 as builder
1+
FROM swift:5.2.3-bionic as builder
22

33
RUN apt-get -qq update && apt-get -q -y install \
44
libssl-dev libicu-dev
File renamed without changes.

0 commit comments

Comments
 (0)