Skip to content

Commit c22bc5e

Browse files
jimmykarilyclaude
andcommitted
[DO NOT MERGE] point kairos-init at the ssh-hardening PR image
Consumes the preview image published by kairos-io/kairos-init#432 so this PR's ssh-hardening job runs against the unreleased hardening work. Revert this commit and bump the KAIROS_INIT tag to the release that lands the hardening before merging. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
1 parent 95f16eb commit c22bc5e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

images/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
ARG BASE_IMAGE=ubuntu:20.04
22
ARG KAIROS_INIT=v0.16.3
33

4-
FROM quay.io/kairos/kairos-init:${KAIROS_INIT} AS kairos-init
4+
# TEMP: point at the kairos-init PR preview image so this PR exercises the
5+
# unreleased ssh-hardening branch (kairos-io/kairos-init#432). Revert to
6+
# `FROM quay.io/kairos/kairos-init:${KAIROS_INIT}` before merge and bump
7+
# KAIROS_INIT to the released tag that contains the hardening.
8+
FROM ghcr.io/kairos-io/kairos-init:pr-432 AS kairos-init
59

610
FROM ${BASE_IMAGE} AS base-kairos
711
ARG MODEL=generic

0 commit comments

Comments
 (0)