Sign inSign up

harness/harness-ai-agent:0.1.97

Multi-platform
Index digest

sha256:c64090fe487a89695b947c05a59387941554cdfc3aa8abf5d4b0ead410777b83

OS/ARCH

Compressed size

1.09 GB

Last pushed

2 days by harnesscie

Type

Image

Manifest digest

sha256:e6036cdabb2a7af426ea468f85f02cc3f1f13c2753d488a148a9dbac5e62b530

Image Layers

1# debian.sh --arch 'arm64' out/29.94 MB
2ENV PATH=/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin0 B
3ENV LANG=C.UTF-80 B
4RUN /bin/sh -c set -eux;4.39 MB
5ENV GPG_KEY=7169605F62C751356D054A26A821E680E5FA63050 B
6ENV PYTHON_VERSION=3.12.140 B
7ENV PYTHON_SHA256=5c8462af5790baf43a321a1559dbe0db06d1be4300fb85fb53c40060668e548a0 B
8RUN /bin/sh -c set -eux;11.49 MB
9RUN /bin/sh -c set -eux;251 B
10CMD ["python3"]0 B
11ARG INSTALL_OPENAI=true0 B
12ARG INSTALL_CODEX=true0 B
13ARG GO_VERSION=1.26.60 B
14ARG GO_SHA256_AMD64=708effb774be8237570d0add163225abbdfaf4fca28b2611df167beba4feef890 B
15ARG GO_SHA256_ARM64=d0507e9e9d7fe012aae570108cbd76c15de879e17130ab8cb90d4d7445cb1f2e0 B
16ARG NPM_VERSION=12.0.20 B
17ARG UV_VERSION=0.12.50 B
18RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.6205.88 MB
19RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.661.25 MB
20ENV PATH=/usr/local/go/bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin GOPROXY=https://proxy.golang.org GOSUMDB=sum.golang.org GOTOOLCHAIN=local0 B
21RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.65.21 MB
22RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.6212 MB
23RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.6321.54 MB
24RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.621.56 MB
25RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.620.27 MB
26COPY . /opt/src/ # buildkit458.97 KB
27RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.6202.07 MB
28RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.617.94 MB
29COPY scripts/patch_pip_vendored_msgpack.py /tmp/patch_pip_vendored_msgpack.py # buildkit1.91 KB
30RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.6860.79 KB
31COPY sidecar/broker /opt/broker/lib/broker # buildkit76.5 KB
32COPY sidecar/egress-policies/ /etc/squid/ # buildkit5.92 KB
33COPY sidecar/init_from_env.py /opt/sidecar/init_from_env.py # buildkit25.52 KB
34COPY sidecar/persist_audit.py /opt/sidecar/persist_audit.py # buildkit1.35 KB
35COPY sidecar/env_engine.py /opt/sidecar/env_engine.py # buildkit19.64 KB
36COPY sidecar/cloud_provider.py /opt/sidecar/cloud_provider.py # buildkit1.82 KB
37COPY sidecar/supervisor.sh /opt/sidecar/supervisor.sh # buildkit13.35 KB
38COPY sidecar/agent_poststep /opt/sidecar/agent_poststep # buildkit2.93 KB
39COPY sidecar/landlock_lock_docker.py /opt/sidecar/landlock_lock_docker.py # buildkit4.24 KB
40COPY sidecar/drop_dac_caps.py /opt/sidecar/drop_dac_caps.py # buildkit3.78 KB
41COPY sidecar/landlock_restrict_egress.py /opt/sidecar/landlock_restrict_egress.py # buildkit4.82 KB
42RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.648.27 KB
43RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.61.26 KB
44RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.676.53 KB
45COPY sidecar/agent-helpers/git-credential-harness /usr/local/bin/git-credential-harness # buildkit1.31 KB
46COPY sidecar/agent-helpers/docker-credential-harness /usr/local/bin/docker-credential-harness # buildkit1.25 KB
47COPY sidecar/agent-helpers/99-harness-ssh.conf /etc/ssh/ssh_config.d/99-harness.conf # buildkit570 B
48RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.61.87 KB
49COPY sidecar/agent-helpers/docker-config.json /etc/skel/.docker/config.json # buildkit281 B
50RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.6750 B
51RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.63.6 KB
52COPY --chown=agent:agent entrypoint.sh /opt/agent/entrypoint.sh #5.44 KB
53RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.65.45 KB
54ENV HOME=/home/agent PYTHONDONTWRITEBYTECODE=1 PYTHONUNBUFFERED=1 NODE_NO_WARNINGS=10 B
55LABEL org.opencontainers.image.title=harness-ai-agent org.opencontainers.image.description=Harness AI agent0 B
56HEALTHCHECK &{["CMD-SHELL" "python3 -c \"import0 B
57ENTRYPOINT ["dumb-init" "--" "/opt/agent/entrypoint.sh"]0 B
58RUN |7 INSTALL_OPENAI=true INSTALL_CODEX=true GO_VERSION=1.26.61.08 MB
59LABEL io.harness.image.hardened=true0 B

Command

# debian.sh --arch 'arm64' out/ 'trixie' '@1787529600'