Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dubo-dubon-duponey committed Sep 19, 2023
1 parent a2e1301 commit 848c352
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 42 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
/.idea
*/cache/*
cache
*trace.json
xxx-*
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ARG FROM_REGISTRY=docker.io/dubodubonduponey

ARG FROM_IMAGE_BUILDER=base:builder-bookworm-2023-09-01
ARG FROM_IMAGE_AUDITOR=base:auditor-bookworm-2023-09-01
ARG FROM_IMAGE_RUNTIME=base:runtime-bookworm-2023-09-01
ARG FROM_IMAGE_TOOLS=tools:linux-bookworm-2023-09-01
ARG FROM_IMAGE_BUILDER=base:builder-bookworm-2023-09-05
ARG FROM_IMAGE_AUDITOR=base:auditor-bookworm-2023-09-05
ARG FROM_IMAGE_RUNTIME=base:runtime-bookworm-2023-09-05
ARG FROM_IMAGE_TOOLS=tools:linux-bookworm-2023-09-05

FROM $FROM_REGISTRY/$FROM_IMAGE_TOOLS AS builder-tools

Expand Down
2 changes: 0 additions & 2 deletions context/runtime/boot/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ root="$(cd "$(dirname "${BASH_SOURCE[0]:-$PWD}")" 2>/dev/null 1>&2 && pwd)"
readonly root
# shellcheck source=/dev/null
source "$root/helpers.sh"
# shellcheck source=/dev/null
source "$root/mdns.sh"

helpers::dir::writable /certs

Expand Down
35 changes: 0 additions & 35 deletions context/runtime/boot/mdns.sh

This file was deleted.

2 changes: 1 addition & 1 deletion hack/recipe.cue
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ cakes: {
platforms: types.#Platforms | * [
types.#Platforms.#AMD64,
types.#Platforms.#ARM64,
types.#Platforms.#V7,
// types.#Platforms.#I386,
// types.#Platforms.#V7,
// types.#Platforms.#V6,
// types.#Platforms.#S390X,
// types.#Platforms.#PPC64LE,
Expand Down

0 comments on commit 848c352

Please sign in to comment.