Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit dbd8d1f

Browse files
committed
chore(engine) backport of updating base Docker images to 20.10
1 parent 965f9c7 commit dbd8d1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

‎.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ build-binary-client-rc:
124124
- gsutil -m cp -r bin/cli/* gs://database-lab-cli/${CLEAN_TAG}/
125125

126126
.job_template: &build_image_definition
127-
image: docker:19
127+
image: docker:20
128128
stage: build-image
129129
artifacts:
130130
paths:

‎Dockerfile.ci-checker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:19.03.14
1+
FROM docker:20.10.12
22

33
# Install dependencies.
44
RUN apk update && apk add --no-cache bash

‎Dockerfile.dblab-cli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker:19.03.14
1+
FROM docker:20.10.12
22

33
# Install dependencies.
44
RUN apk update && apk add --no-cache bash jq

‎Dockerfile.dblab-server

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# See Guides to learn how to start a container: https://postgres.ai/docs/how-to-guides/administration/engine-manage
22

3-
FROM docker:19.03.14
3+
FROM docker:20.10.12
44

55
# Install dependencies.
66
RUN apk update && apk add --no-cache zfs lvm2 bash util-linux

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /