Skip to content

Commit 962218b

Browse files
committed
Update bootstrap date
1 parent 56b408c commit 962218b

3 files changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/bootstrap.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
name: docker
1+
---
2+
name: Bootstrap Container
23

34
on:
45
push:

.github/workflows/containers.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
name: Void Containers
23
on:
34
workflow_dispatch:
45
inputs:

Dockerfile.bootstrap

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ RUN apk add ca-certificates curl && \
1414

1515
FROM scratch
1616
LABEL org.opencontainers.image.source https://github.com/void-linux/void-docker
17+
LABEL org.voidlinux.docker.bootstrapdate 2021-03-12
1718
COPY --from=stage0 /target /
1819
# We dump the cache here as its only valid for x86_64 and we're trying
1920
# to be multi-arch

0 commit comments

Comments
 (0)