Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the builder with new lifecycle binaries and base builder image #2262

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
4 changes: 3 additions & 1 deletion builders/container-apps/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_BUILDER_IMAGE="mcr.microsoft.com/oryx/builder:debian-bullseye-20231107.1"
ARG BASE_BUILDER_IMAGE="mcr.microsoft.com/oryx/builder:debian-bullseye-20231107.2"
FROM ${BASE_BUILDER_IMAGE}

# these environment variables are generally going to be overwritten:
Expand Down Expand Up @@ -70,6 +70,8 @@ RUN mkdir -p /analyzed && \
RUN mkdir -p /cache && \
chown -R ${CNB_USER_ID}:${CNB_GROUP_ID} /cache

ADD lifecycle /cnb/lifecycle

USER ${CNB_USER_ID}:${CNB_GROUP_ID}

ENTRYPOINT [ "/startup-script.sh" ]
Binary file added builders/container-apps/lifecycle/launcher
Binary file not shown.
Loading