Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPEC.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ nano, ncdu, parallel, procps, shellcheck, sudo, tini, tree, unzip, vim, zsh
| `datalad` | `uv tool install --with datalad-container --with datalad-next datalad` |
| `jj` | Musl binary from GitHub release + zsh completion |
| `deno` | Deno JS/TS runtime via install script + zsh/bash PATH setup |
| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.5.3) |
| `entire` | Entire CLI via temporary Go toolchain install (`entireio/cli` v0.6.1) |
| `apptainer` | Apptainer `.deb` from upstream GitHub release (amd64 only; bookworm/trixie auto-detected) |

### Container Environment
Expand Down
2 changes: 1 addition & 1 deletion images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ RUN if [ "$EXTRA_ENTIRE" = "1" ]; then \
mkdir -p /tmp/goroot && \
tar -xzf /tmp/go.tar.gz -C /tmp/goroot --strip-components=1 && \
GOROOT=/tmp/goroot GOPATH=/tmp/gopath PATH="/tmp/goroot/bin:$PATH" \
go install github.com/entireio/cli/cmd/entire@v0.5.3 && \
go install github.com/entireio/cli/cmd/entire@v0.6.1 && \
mkdir -p ~/.local/bin && \
mv /tmp/gopath/bin/entire ~/.local/bin/entire && \
chmod -R u+w /tmp/gopath && \
Expand Down
Loading