flxbl

sfp-server (50.5.0-18814842190)

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

Installation

docker pull source.flxbl.io/flxbl/sfp-server:50.5.0-18814842190
sha256:90ab28fc1a96f7c2e24deb7e5579154c9a4ad177d15a90efa1c6c93b1b333dc9

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=50.5.0
ARG GIT_COMMIT=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa
ENV TZ=UTC NODE_ENV=production SF_CONTAINER_MODE=true
RUN |4 NODE_MAJOR=22 REGISTRY=ghcr.io SFP_VERSION=50.5.0 GIT_COMMIT=e4e395fc0004d57003820c1b1bb4f5d605cc0dfa /bin/sh -c groupadd --gid 1001 sfp && useradd --uid 1001 --gid sfp --shell /bin/bash --create-home sfp # buildkit
WORKDIR /app
COPY --chown=sfp:sfp /build/packages /app/packages/ # buildkit
COPY --chown=sfp:sfp /build/node_modules /app/node_modules/ # buildkit
COPY --chown=sfp:sfp /build/package.json /app/ # buildkit
USER sfp
ENV NODE_NO_WARNINGS=1 SF_CONTAINER_MODE=true
WORKDIR /app

Labels

Key Value
io.sfp.version 50.5.0
org.opencontainers.image.created 2025-10-26T07:38:14.979Z
org.opencontainers.image.description Build system for modular development in Salesforce
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 50.5.0-18814842190
Details
Container
2025-10-27 04:10:37 +00:00
0
OCI / Docker
linux/amd64
NOASSERTION
316 MiB
Versions (23) View all
latest 2025-10-27
50.5.0-18814842190 2025-10-27
50.4.0-18770137997 2025-10-24
50.2.0-18366409418 2025-10-09
50.1.1-17935923746 2025-09-23