-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix backwards-incompatible change on gcsfuse (#328)
* fix backwards-incompatible change on gcsfuse * Automated commit: update images. * Update Dockerfile allow caching the type (dir vs file) so that things are a bit faster. this creates weird race conditions (file vs. dir) but that should be fine (tm) * dummy commit * Automated commit: update images.
- Loading branch information
1 parent
71aa83a
commit f4093ac
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
package resources | ||
|
||
// <AUTOMATICALLY GENERATED> | ||
// <AUTOMATICALLY GENERATED> | ||
// ======================================= | ||
// == || These are set by automation || == | ||
// .. vv ........................... vv .. | ||
|
||
const DOCKER_CERTBOT_IMAGE = "gcr.io/kctf-docker/certbot@sha256:82be4c84fad2a11a6b92aa472cab2dd7018178ab89f27d4d77f46997ff539229" | ||
const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:560897fba48dffba06e3a03c0b959bebc5e8bcb01d51e71bce75e05d0ad71119" | ||
const DOCKER_GCSFUSE_IMAGE = "gcr.io/kctf-docker/gcsfuse@sha256:b3e780cd860d3566bd91e6cc5a39e55377a33c22ff521b393f14947852967831" | ||
|
||
// .. ^^ ........................... ^^ .. | ||
// == || These are set by automation || == | ||
// ======================================= | ||
// </AUTOMATICALLY GENERATED> | ||
// </AUTOMATICALLY GENERATED> |