Skip to content

Commit

Permalink
Allow building integration image from different base. We need docker-…
Browse files Browse the repository at this point in the history
…cpi images (based on the integration image) for Noble to support noble stemcells
  • Loading branch information
jpalermo authored and CI Bot committed Mar 1, 2025
1 parent 5b5cd9d commit 38334fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/dockerfiles/integration/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# bosh/integration:main
FROM ubuntu:jammy
ARG BASE_IMAGE=ubuntu:jammy
FROM $BASE_IMAGE

ARG BOSH_CLI_URL
ARG META4_CLI_URL
Expand Down

0 comments on commit 38334fa

Please sign in to comment.