AMP-dockerized icon indicating copy to clipboard operation
AMP-dockerized copied to clipboard

Created modified Dockerfile for ARM64 build

Open SahajJain01 opened this issue 3 years ago • 0 comments

Removed srcds dependencies as they don't have arm64 support. Replaced amd64 Java with arm64 Using buildx build was successful but unable to create AMP instance due to failure of fetching arm64 binary for amp.

Logs: ----------------------, Starting AMP-Dockerized..., ----------------------, Note: This is an UNOFFICIAL IMAGE for CubeCoders AMP. This was created by the community, NOT CubeCoders., Please, DO NOT contact CubeCoders (Discord or otherwise) for technical support when using this image., They do not support nor endorse this image and will not help you., Instead, please direct support requests to https://github.com/MitchTalmadge/AMP-dockerized/issues., We are happy to help you there!, Thank you!!, ----------------------, , Copying AMP Core..., Ensuring AMP user exists..., Adding group amp' (GID 124) ..., Done., Adding system user amp' (UID 1001) ..., Adding new user amp' (UID 1001) with group amp' ..., Not creating home directory `/home/amp'., Ensuring correct file permissions..., Setting timezone from TZ env var..., , Current default time zone: 'Asia/Kolkata', Local time is now: Wed Jan 5 10:43:34 IST 2022., Universal Time is now: Wed Jan 5 05:13:34 UTC 2022., , Making sure Main instance exists..., Creating Main instance... (This can take a while), [Info] AMP Instance Manager v2.3.0.8 built 21/12/2021 17:18, [Info] Release spec: Release (aarch64) - built by CUBECODERS/buildbot on CCL-DEV, [Info] Testing internet connection..., [Info] Checking licence key..., [Info] Licence Type: AMP Professional, [Info] Current Usage: 1, [Info] Creating Instance: 'Main', [Info] Performing Step: Creating Environment, [Activity] Audit: Unknown/None [CreateInstance] Created instance Main using ADS module on port 8080., [Info] Performing Step: Downloading AMP, [Info] Using cached archive: /home/amp/.ampdata/instances/AMPCache-2308.zip, [Info] Performing Step: Unpacking, [Error] Download or unpack failed. Please check your network connection and try again., [Error] AMP_Linux_aarch64 does not exist!, [Info] Performing Step: Failed, [Info] Instance creation failed. The core archive failed to download or unpack, Setting all instances to use MainLine updates..., Upgrading Instances..., [Info] AMP Instance Manager v2.3.0.8 built 21/12/2021 17:18, [Info] Release spec: Release (aarch64) - built by CUBECODERS/buildbot on CCL-DEV, [Info] There are no instances to update., Ensuring Main Instance will Start on Boot..., Starting AMP..., [Info] AMP Instance Manager v2.3.0.8 built 21/12/2021 17:18, [Info] Release spec: Release (aarch64) - built by CUBECODERS/buildbot on CCL-DEV, [Info] No AMP instances are currently set to start automatically on boot., AMP Started., ----------------------, NOTICE: Java 17 is now the default in this image. Java 16 has been removed in preference of Java 17, which is LTS., Use the Java Configuration section in the AMP Web UI to select a specific version. Otherwise, Java 17 will be used automatically., ----------------------, Entrypoint Sleeping. Logs can be viewed through AMP web UI or at ampdata/instances/Main/AMP_Logs

SahajJain01 avatar Jan 05 '22 05:01 SahajJain01