Skip to content

Commit b0099d7

Browse files
authored
Update Dockerfile (#3659)
1 parent 7b30e08 commit b0099d7

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

images/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_IMAGE=ubuntu:20.04
2-
ARG KAIROS_INIT=v0.5.18
2+
ARG KAIROS_INIT=v0.5.20
33

44
FROM quay.io/kairos/kairos-init:${KAIROS_INIT} AS kairos-init
55

tests/install_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,6 @@ users:
168168
- "admin"
169169
`, vm)
170170
Expect(out).ToNot(ContainSubstring("kairos-agent.service: Failed with result"))
171-
Expect(out).To(ContainSubstring("WARNING: Couldn't fetch config_url"))
172171

173172
Eventually(func() string {
174173
out, err := vm.Sudo("kairos-agent state")

0 commit comments

Comments
 (0)