Skip to content

Commit

Permalink
chore(engine) backport of updating base Docker images to 20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
agneum committed Feb 24, 2022
1 parent 965f9c7 commit dbd8d1f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ build-binary-client-rc:
- gsutil -m cp -r bin/cli/* gs://database-lab-cli/${CLEAN_TAG}/

.job_template: &build_image_definition
image: docker:19
image: docker:20
stage: build-image
artifacts:
paths:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ci-checker
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:19.03.14
FROM docker:20.10.12

# Install dependencies.
RUN apk update && apk add --no-cache bash
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dblab-cli
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker:19.03.14
FROM docker:20.10.12

# Install dependencies.
RUN apk update && apk add --no-cache bash jq
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dblab-server
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See Guides to learn how to start a container: https://postgres.ai/docs/how-to-guides/administration/engine-manage

FROM docker:19.03.14
FROM docker:20.10.12

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

0 comments on commit dbd8d1f

Please sign in to comment.