Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.dapper
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.24
FROM golang:1.25

ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
Expand Down
2 changes: 1 addition & 1 deletion chart/tinkerbell-stack/dependency_charts/hegel/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy: true
name: hegel
image: quay.io/tinkerbell/hegel:v0.11.1
image: quay.io/tinkerbell/hegel:v0.14.2
imagePullPolicy: IfNotPresent
replicas: 1
service:
Expand Down
2 changes: 1 addition & 1 deletion chart/tinkerbell-stack/dependency_charts/rufio/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deploy: true
name: rufio
image: quay.io/tinkerbell/rufio:v0.3.2
image: quay.io/tinkerbell/rufio:v0.6.5
imagePullPolicy: IfNotPresent
resources:
requests:
Expand Down
6 changes: 3 additions & 3 deletions chart/tinkerbell-stack/dependency_charts/smee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deploy: true
name: smee

# The image used to launch the container.
image: quay.io/tinkerbell/smee:v0.10.1
image: quay.io/tinkerbell/smee:v0.15.2
imagePullPolicy: IfNotPresent

# The number of pods to run.
Expand Down Expand Up @@ -111,7 +111,7 @@ syslog:
port: 514

# The Tink Worker image passed to OSIE as a kernel arg for launching.
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.9.0
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.12.2


# Additional arguments to pass to the smee container. Some arguments are already defined - refer
Expand All @@ -128,4 +128,4 @@ additionalArgs: []
additionalEnv: []
trustedProxies:
- "10.42.0.0/24"
nginxImage: nginx:1.25.1
nginxImage: nginx:1.29.1
4 changes: 2 additions & 2 deletions chart/tinkerbell-stack/dependency_charts/tink/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
controller:
deploy: true
name: tink-controller
image: quay.io/tinkerbell/tink-controller:v0.9.0
image: quay.io/tinkerbell/tink-controller:v0.12.2
imagePullPolicy: IfNotPresent
replicas: 1
args: []
Expand All @@ -20,7 +20,7 @@ controller:
server:
deploy: true
name: tink-server
image: quay.io/tinkerbell/tink:v0.9.0
image: quay.io/tinkerbell/tink:v0.12.2
imagePullPolicy: IfNotPresent
replicas: 1
service:
Expand Down
12 changes: 6 additions & 6 deletions chart/tinkerbell-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ stack:
podCIDR: &range ["10.42.0.0/24"]
publicIP: &publicIP "$(PUBLIC_IP)"
smee:
image: quay.io/tinkerbell/smee:v0.10.1
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.9.0
image: quay.io/tinkerbell/smee:v0.15.2
tinkWorkerImage: quay.io/tinkerbell/tink-worker:v0.12.2
trustedProxies: *range
publicIP: *publicIP
hostNetwork: true
Expand All @@ -26,14 +26,14 @@ smee:
type: Recreate

hegel:
image: quay.io/tinkerbell/hegel:v0.11.1
image: quay.io/tinkerbell/hegel:v0.14.2
trustedProxies: *range

rufio:
image: quay.io/tinkerbell/rufio:v0.3.2
image: quay.io/tinkerbell/rufio:v0.6.5

tink:
controller:
image: quay.io/tinkerbell/tink-controller:v0.9.0
image: quay.io/tinkerbell/tink-controller:v0.12.2
server:
image: quay.io/tinkerbell/tink:v0.9.0
image: quay.io/tinkerbell/tink:v0.12.2
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.7.0
# syntax=docker/dockerfile:1.18.0

# Build the manager binary
FROM registry.suse.com/bci/bci-base:15.6
FROM registry.suse.com/bci/bci-base:15.7
RUN zypper -n install ipmitool=1.8.18.238.gb7adc1d-150600.8.3 && zypper clean
ARG TARGETPLATFORM

Expand Down
Loading