Skip to content

Commit

Permalink
Merge pull request #491 from Nordix/tuomo/restore-base-image-arg
Browse files Browse the repository at this point in the history
🌱 add ARG BASE_IMAGE to sushy-tools Dockerfile
  • Loading branch information
metal3-io-bot authored Mar 28, 2024
2 parents 0fcde1d + 8c6f46a commit eb5b862
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/sushy-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM docker.io/library/python:3.9.18-slim-bookworm
ARG BASE_IMAGE=docker.io/library/python:3.9.18-slim-bookworm

FROM $BASE_IMAGE

ARG SUSHY_TOOLS_VERSION="1.1.0"
ARG DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit eb5b862

Please sign in to comment.