diff --git a/Dockerfile b/Dockerfile index 5732f24..d1e34e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,3 +15,6 @@ COPY --from=builder /usr/bin/coreos-installer /usr/bin/ COPY --from=builder /output/coreos/* /coreos/ COPY scripts/* /bin/ + +# Include this container in the release image payload +LABEL io.openshift.release.operator=true