Skip to content

Commit

Permalink
rebootstrap from this branch base image
Browse files Browse the repository at this point in the history
  • Loading branch information
diclophis committed Apr 1, 2024
1 parent 50e611d commit dbae672
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

container:
options: "--user 0"
image: public.ecr.aws/debian/debian:bookworm-20240311-slim
#image: ghcr.io/unhookd/polly:3.0-rc1@sha256:7cc65086b101fe352a8ff83180888f0f7079b2f80139b0f39ba7b2a4cb34b168
#image: public.ecr.aws/debian/debian:bookworm-20240311-slim
image: ghcr.io/unhookd/polly:4.0-rc-3@sha256:1169fa172ec82abfaa368396aaad8be59d1879e76fcd115495567598d7500586

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.default
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile-upstream:master-experimental
FROM public.ecr.aws/debian/debian:bookworm-20240311-slim AS base
FROM ghcr.io/unhookd/polly:4.0-rc-3@sha256:1169fa172ec82abfaa368396aaad8be59d1879e76fcd115495567598d7500586 AS base
USER root
ENV DEBIAN_FRONTEND=noninteractive LC_ALL=C.UTF-8 LANG=en_US LANGUAGE=en_US ACCEPT_EULA=y
RUN set -ex; \
Expand Down
4 changes: 2 additions & 2 deletions Pollyfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env ruby

@base = image {
#stage "base", "ghcr.io/unhookd/polly:3.0-rc1@sha256:7cc65086b101fe352a8ff83180888f0f7079b2f80139b0f39ba7b2a4cb34b168"
stage "base", "ghcr.io/unhookd/polly:4.0-rc-3@sha256:1169fa172ec82abfaa368396aaad8be59d1879e76fcd115495567598d7500586"
#stage "base", "ghcr.io/unhookd/polly:3.0-rc1"
#stage "base", "ubuntu:jammy-20220421"
stage "base", "public.ecr.aws/debian/debian:bookworm-20240311-slim"
#stage "base", "public.ecr.aws/debian/debian:bookworm-20240311-slim"

root

Expand Down

0 comments on commit dbae672

Please sign in to comment.