celestiaorg / celestia-app

Celestia consensus node
https://celestiaorg.github.io/celestia-app/
Apache License 2.0
345 stars 285 forks source link

Celestia-app:v2.2.0-mocha docker image error #3943

Open breezytm opened 2 weeks ago

breezytm commented 2 weeks ago

Summary of Bug

I am currenlty experiencing this issue with the latest celestia-app docker image v2.2.0-mocha

/opt/entrypoint.sh: line 22: /bin/celestia-appd: cannot execute binary file: Exec format error
/opt/entrypoint.sh: line 22: /bin/celestia-appd: No error information

Version

Docker image ghcr.io/celestiaorg/celestia-app:v2.2.0-mocha

Steps to Reproduce

Deploy appd using the latest docker image

rootulp commented 3 days ago

Can you elaborate on how you're trying to run the Docker image? On my machine, the image looks fine:

$ docker run ghcr.io/celestiaorg/celestia-app:v2.2.0 version
Unable to find image 'ghcr.io/celestiaorg/celestia-app:v2.2.0' locally
v2.2.0: Pulling from celestiaorg/celestia-app
188a7166e459: Already exists
4cedf65dbd58: Pull complete
a8f94b8cde7c: Pull complete
d6bbdc7c7606: Pull complete
4f4fb700ef54: Pull complete
Digest: sha256:42fef8aa367a192886f05503ed2f1c0abafedd037e0af0f540c3331d5d87ece6
Status: Downloaded newer image for ghcr.io/celestiaorg/celestia-app:v2.2.0
Starting celestia-appd with command:
/bin/celestia-appd version

2.2.0
$ docker run ghcr.io/celestiaorg/celestia-app:v2.2.0 init foo
Starting celestia-appd with command:
/bin/celestia-appd init foo

{"app_message":{"auth":{"accounts":[],"params":{"max_memo_characters":"256","sig_verify_cost_ed25519":"590","sig_verify_cost_secp256k1":"1000","tx_sig_limit":"7","tx_size_cost_per_byte":"10"}},"authz":{"authorization":[]},"bank":{"balances":[],"denom_metadata":[{"base":"utia","denom_units":[{"aliases":["microtia"],"denom":"utia","exponent":0},{"aliases":[],"denom":"TIA","exponent":6}],"description":"The native token of the Celestia network.","display":"TIA","name":"TIA","symbol":"TIA","uri":"","uri_hash":""}],"params":{"default_send_enabled":true,"send_enabled":[]},"supply":[]},"blob":{"params":{"gas_per_blob_byte":8,"gov_max_square_size":"64"}},"capability":{"index":"1","owners":[]},"crisis":{"constant_fee":{"amount":"1000","denom":"utia"}},"distribution":{"delegator_starting_infos":[],"delegator_withdraw_infos":[],"fee_pool":{"community_pool":[]},"outstanding_rewards":[],"params":{"base_proposer_reward":"0.000000000000000000","bonus_proposer_reward":"0.000000000000000000","community_tax":"0.020000000000000000","withdraw_addr_enabled":true},"previous_proposer":"","validator_accumulated_commissions":[],"validator_current_rewards":[],"validator_historical_rewards":[],"validator_slash_events":[]},"evidence":{"evidence":[]},"feegrant":{"allowances":[]},"genutil":{"gen_txs":[]},"gov":{"deposit_params":{"max_deposit_period":"604800s","min_deposit":[{"amount":"10000000000","denom":"utia"}]},"deposits":[],"proposals":[],"starting_proposal_id":"1","tally_params":{"quorum":"0.334000000000000000","threshold":"0.500000000000000000","veto_threshold":"0.334000000000000000"},"votes":[],"voting_params":{"voting_period":"604800s"}},"ibc":{"channel_genesis":{"ack_sequences":[],"acknowledgements":[],"channels":[],"commitments":[],"next_channel_sequence":"0","receipts":[],"recv_sequences":[],"send_sequences":[]},"client_genesis":{"clients":[],"clients_consensus":[],"clients_metadata":[],"create_localhost":false,"next_client_sequence":"0","params":{"allowed_clients":["06-solomachine","07-tendermint"]}},"connection_genesis":{"client_connection_paths":[],"connections":[],"next_connection_sequence":"0","params":{"max_expected_time_per_block":"75000000000"}}},"interchainaccounts":{"controller_genesis_state":{"active_channels":[],"interchain_accounts":[],"params":{"controller_enabled":false},"ports":[]},"host_genesis_state":{"active_channels":[],"interchain_accounts":[],"params":{"allow_messages":["/ibc.applications.transfer.v1.MsgTransfer","/cosmos.bank.v1beta1.MsgSend","/cosmos.staking.v1beta1.MsgDelegate","/cosmos.staking.v1beta1.MsgBeginRedelegate","/cosmos.staking.v1beta1.MsgUndelegate","/cosmos.staking.v1beta1.MsgCancelUnbondingDelegation","/cosmos.distribution.v1beta1.MsgSetWithdrawAddress","/cosmos.distribution.v1beta1.MsgWithdrawDelegatorReward","/cosmos.distribution.v1beta1.MsgFundCommunityPool","/cosmos.gov.v1.MsgVote","/cosmos.feegrant.v1beta1.MsgGrantAllowance","/cosmos.feegrant.v1beta1.MsgRevokeAllowance"],"host_enabled":true},"port":"icahost"}},"minfee":{"network_min_gas_price":"0.000001000000000000"},"mint":{"bond_denom":"utia"},"packetfowardmiddleware":{"in_flight_packets":{},"params":{"fee_percentage":"0.000000000000000000"}},"params":null,"qgb":{"params":{"data_commitment_window":"400"}},"signal":{},"slashing":{"missed_blocks":[],"params":{"downtime_jail_duration":"60s","min_signed_per_window":"0.750000000000000000","signed_blocks_window":"5000","slash_fraction_double_sign":"0.020000000000000000","slash_fraction_downtime":"0.000000000000000000"},"signing_infos":[]},"staking":{"delegations":[],"exported":false,"last_total_power":"0","last_validator_powers":[],"params":{"bond_denom":"utia","historical_entries":10000,"max_entries":7,"max_validators":100,"min_commission_rate":"0.050000000000000000","unbonding_time":"1814400s"},"redelegations":[],"unbonding_delegations":[],"validators":[]},"transfer":{"denom_traces":[],"params":{"receive_enabled":true,"send_enabled":true},"port_id":"transfer"},"vesting":{}},"chain_id":"test-chain-rPv0yM","gentxs_dir":"","moniker":"foo","node_id":"38d509ff6a3eab060d7473ed9a8ddeea00a6a29e"}