flxbl

sfp-pro-lite (latest)

Published 2025-10-27 04:09:29 +00:00 by flxbl-bot

Installation

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

About this package

Build system for modular development in Salesforce

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:0ebb3dd98809cffc1b5ade76d8ccac01def087e7d7a84a84a33db4aa9090ac67 in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c ln -sf /bin/bash /bin/sh # buildkit
ARG NODE_MAJOR=22
RUN |1 NODE_MAJOR=22 /bin/sh -c echo 'Acquire::Retries "5";' > /etc/apt/apt.conf.d/80-retries && apt-get -qq update && apt-get -qq -y install --no-install-recommends curl wget 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 -qq update && apt-get -qq -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
ARG REGISTRY=ghcr.io
ARG SFP_VERSION=49.7.1
ARG GIT_COMMIT=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa
ARG IMAGE_TAG=49.7.1
ENV TZ=UTC NODE_ENV=production SF_CONTAINER_MODE=true DOCKER_IMAGE_TAG=49.7.1
RUN |5 NODE_MAJOR=22 REGISTRY=ghcr.io SFP_VERSION=49.7.1 GIT_COMMIT=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa IMAGE_TAG=49.7.1 /bin/sh -c apt-get -qq update && apt-get -qq -y install --no-install-recommends jq zip unzip git tzdata && apt-mark manual jq zip unzip tzdata && which jq zip unzip || echo "CLI tools not installed properly" # buildkit
WORKDIR /app
COPY /build/packages /app/packages/ # buildkit
COPY /build/node_modules /app/node_modules/ # buildkit
COPY /build/package.json /app/ # buildkit
RUN |5 NODE_MAJOR=22 REGISTRY=ghcr.io SFP_VERSION=49.7.1 GIT_COMMIT=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa IMAGE_TAG=49.7.1 /bin/sh -c groupadd --gid 1001 sfp && useradd --uid 1001 --gid sfp --shell /bin/bash --create-home sfp # buildkit
RUN |5 NODE_MAJOR=22 REGISTRY=ghcr.io SFP_VERSION=49.7.1 GIT_COMMIT=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa IMAGE_TAG=49.7.1 /bin/sh -c cd /app/packages/cli && npm link # buildkit
WORKDIR /root
RUN |5 NODE_MAJOR=22 REGISTRY=ghcr.io SFP_VERSION=49.7.1 GIT_COMMIT=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa IMAGE_TAG=49.7.1 /bin/sh -c npm install -g opencode-ai@0.12.1 # buildkit
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=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa org.opencontainers.image.vendor=Flxbl org.opencontainers.image.source=https://github.com/flxbl-io/sfp-pro org.opencontainers.image.title=Flxbl sfp pro lite docker image - April 25

Labels

Key Value
io.sfp.version 49.7.1
org.opencontainers.image.created 2025-10-26T07:38:20.874Z
org.opencontainers.image.description Build system for modular development in Salesforce
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 e4e395fc0004d57003820c1b1bb4f5d605cc0dfa
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 49.7.1-18814842190
Details
Container
2025-10-27 04:09:29 +00:00
0
OCI / Docker
linux/amd64
NOASSERTION
386 MiB
Versions (20) View all
latest 2025-10-27
49.7.1-18814842190 2025-10-27
49.7.0-18770137997 2025-10-24
49.6.1-18514984638 2025-10-15
49.5.0-18366409418 2025-10-09