flxbl

sfp-pro-lite (latest)

Published 2025-09-11 09:43:34 +00:00 by flxbl-bot

Installation

docker pull source.flxbl.io/flxbl/sfp-pro-lite:latest
sha256:b55038459076bbc4f892b9b12a027eb700e07d499bf254504419a16dc38ec4dc

About this package

sfp-pro

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:e67907c77897d27192314f6c4fa0112b6f7dce3e127500516535cc50fe736c92 in /
CMD ["/bin/bash"]
RUN /bin/sh -c ln -sf /bin/bash /bin/sh # buildkit
ARG REGISTRY=ghcr.io
ARG SFP_VERSION=49.2.0
ARG GIT_COMMIT=5cedf8a4ab967598b1c01247bcba62a7e7098901
ARG NODE_MAJOR=22
ENV DEBIAN_FRONTEND=noninteractive TZ=UTC NODE_ENV=production SF_CONTAINER_MODE=true
RUN |4 REGISTRY=ghcr.io SFP_VERSION=49.2.0 GIT_COMMIT=5cedf8a4ab967598b1c01247bcba62a7e7098901 NODE_MAJOR=22 /bin/sh -c apt-get update && apt-get -y install --no-install-recommends jq zip unzip curl wget git tzdata && apt-mark manual jq zip unzip tzdata && which jq zip unzip || echo "CLI tools not installed properly" # buildkit
RUN |4 REGISTRY=ghcr.io SFP_VERSION=49.2.0 GIT_COMMIT=5cedf8a4ab967598b1c01247bcba62a7e7098901 NODE_MAJOR=22 /bin/sh -c apt-get update && apt-get upgrade -y && apt-get -y install --no-install-recommends make ca-certificates gcc-14 g++-14 gnupg && mkdir -p /etc/apt/keyrings && curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg && echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_$NODE_MAJOR.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list && apt-get update && apt-get -y install --no-install-recommends nodejs && update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 100 --slave /usr/bin/g++ g++ /usr/bin/g++-14 --slave /usr/bin/gcov gcov /usr/bin/gcov-14 && ln -s /usr/bin/gcc /usr/bin/cc && apt-get autoremove --assume-yes && apt-get clean --assume-yes && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /build/packages /app/packages/ # buildkit
COPY /build/node_modules /app/node_modules/ # buildkit
COPY /build/package.json /app/ # buildkit
RUN |4 REGISTRY=ghcr.io SFP_VERSION=49.2.0 GIT_COMMIT=5cedf8a4ab967598b1c01247bcba62a7e7098901 NODE_MAJOR=22 /bin/sh -c cd /app/packages/cli && npm link # buildkit
WORKDIR /root
ENV NODE_NO_WARNINGS=1
ENTRYPOINT []
CMD ["/bin/sh"]
LABEL org.opencontainers.image.description=sfp is a build system for modular development in Salesforce. org.opencontainers.image.licenses=BSL-1.1 org.opencontainers.image.url=https://github.com/flxbl-io/sfp-pro org.opencontainers.image.documentation=https://docs.flxbl.io/sfp-pro org.opencontainers.image.revision=5cedf8a4ab967598b1c01247bcba62a7e7098901 org.opencontainers.image.vendor=Flxbl org.opencontainers.image.source=https://github.com/flxbl-io/sfp-pro org.opencontainers.image.title=Flxbl sfp pro docker image - April 25

Labels

Key Value
org.opencontainers.image.created 2025-09-11T08:54:18.909Z
org.opencontainers.image.description sfp-pro
org.opencontainers.image.documentation https://docs.flxbl.io/sfp-pro
org.opencontainers.image.licenses NOASSERTION
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision 5cedf8a4ab967598b1c01247bcba62a7e7098901
org.opencontainers.image.source https://github.com/flxbl-io/sfp-pro
org.opencontainers.image.title sfp-pro
org.opencontainers.image.url https://github.com/flxbl-io/sfp-pro
org.opencontainers.image.vendor Flxbl
org.opencontainers.image.version main
Details
Container
2025-09-11 09:43:34 +00:00
0
OCI / Docker
linux/amd64
NOASSERTION
351 MiB
Versions (15) View all
latest 2025-09-11
49.2.0-17639268636 2025-09-11
49.1.0-17544002686 2025-09-08
49.0.0-16849478288 2025-08-09
48.3.0-16718335895 2025-08-04