forked from Deuxfleurs/garage
change dockerfile; add gzip caching
This commit is contained in:
parent
75d96bdc58
commit
24766a0eb9
2 changed files with 3 additions and 1 deletions
|
@ -12,6 +12,7 @@ steps:
|
|||
pull: true
|
||||
settings:
|
||||
restore: true
|
||||
archive_format: "gzip"
|
||||
bucket: drone-cache
|
||||
region: garage
|
||||
mount:
|
||||
|
@ -36,6 +37,7 @@ steps:
|
|||
pull: true
|
||||
settings:
|
||||
rebuild: true
|
||||
archive_format: "gzip"
|
||||
bucket: drone-cache
|
||||
region: garage
|
||||
mount:
|
||||
|
|
|
@ -3,7 +3,7 @@ FROM archlinux:latest
|
|||
RUN mkdir -p /garage/meta
|
||||
RUN mkdir -p /garage/data
|
||||
ENV RUST_BACKTRACE=1
|
||||
ENV RUST_LOG=garage=debug
|
||||
ENV RUST_LOG=garage=info
|
||||
|
||||
COPY target/release/garage.stripped /garage/garage
|
||||
|
||||
|
|
Loading…
Reference in a new issue