Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove(docker): remove unused images #4803

Merged
merged 4 commits into from
Jan 17, 2025
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
4 changes: 2 additions & 2 deletions crates/iota-rosetta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,13 +81,13 @@ you can also start the individual server using docker run.
To start the rosetta-online server, run

```shell
docker run iotaledger/iota-rosetta-devnet iota-rosetta start-online-server
docker run iotaledger/iota-rosetta-local iota-rosetta start-online-server
```

Alternatively, to start the rosetta-offline server, run

```shell
docker run iotaledger/iota-rosetta-devnet iota-rosetta start-offline-server
docker run iotaledger/iota-rosetta-local iota-rosetta start-offline-server
```

## Supported APIs
Expand Down
93 changes: 0 additions & 93 deletions docker/deterministic-canary/Dockerfile

This file was deleted.

34 changes: 0 additions & 34 deletions docker/deterministic-canary/build.sh

This file was deleted.

74 changes: 0 additions & 74 deletions docker/iota-indexer-tidb/Dockerfile

This file was deleted.

5 changes: 0 additions & 5 deletions docker/iota-indexer-tidb/build.sh

This file was deleted.

95 changes: 0 additions & 95 deletions docker/iota-node-deterministic/Dockerfile

This file was deleted.

47 changes: 0 additions & 47 deletions docker/iota-node-deterministic/README.md

This file was deleted.

Loading
Loading