Skip to content

Commit

Permalink
Add possibility to overwrite base image
Browse files Browse the repository at this point in the history
oci-env compose build --build-arg BASE_IMAGE=foo
  • Loading branch information
dosas authored and lubosmj committed Nov 15, 2023
1 parent 28789ae commit 79d2117
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/pulp/pulp-ci-centos:latest
ARG BASE_IMAGE=ghcr.io/pulp/pulp-ci-centos:latest
FROM $BASE_IMAGE

# configure S6 to use env variables
ENV S6_KEEP_ENV=1
Expand Down

0 comments on commit 79d2117

Please sign in to comment.