Movatterモバイル変換


[0]ホーム

URL:


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

Commit825e9e3

Browse files
committed
fix: specify the Docker image to get the exact version of ZFS libs
1 parent1ac759b commit825e9e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎Dockerfile.dblab‎

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

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

‎Dockerfile.dblab-server‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525
# --env VERIFICATION_TOKEN=token \
2626
# --env MOUNT_DIR=/var/lib/dblab/clones \
2727
# --env UNIX_SOCKET_DIR=/var/lib/dblab/sockets \
28-
# --env DOCKER_IMAGE=postgres:12-alpine \
28+
# --env DOCKER_IMAGE=postgres:13-alpine \
2929
# --detach \
3030
# postgresai/dblab-server:latest
3131

32-
FROM docker:19
32+
FROM docker:19.03.14
3333

34-
# Installdependecies.
34+
# Installdependencies.
3535
RUN apk update && apk add --no-cache zfs lvm2 bash util-linux
3636

3737
WORKDIR /home/dblab

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp