Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 5f9e3a0

Browse files
committed
206-doublestar-mount Corrected Dockerfile, added missing comments to config.go
1 parent 92655c8 commit 5f9e3a0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# This file is designed to only used by goreleaser.
22
FROM golang:1.18.4 AS builder
3-
RUN apk add --update --no-cache ca-certificates tzdata && update-ca-certificates
3+
4+
RUN update-ca-certificates
45

56
FROM scratch as runner
67

internal/plugin/config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ type Config struct {
4242
GCS gcs.Config
4343
}
4444

45+
// HandleMount runs prior to Rebuild and Restoring of caches to handle unique
46+
// paths such as double-star globs
4547
func (c *Config) HandleMount() error {
4648
mountLen := len(c.Mount)
4749
if mountLen > 0 {

0 commit comments

Comments
 (0)