Commit Graph

25 Commits

Author SHA1 Message Date
Sayantan Santra 4a8b62446c
fix: Case mismatch 2024-08-28 11:37:45 -05:00
Abdürrahim YILMAZ 855145d4d7 fix: argument was not being passed
Argument was not being passed, although it is declared. So changed to a
static path in "FROM scratch" part

Error message before the fix:

Step 17/19 : COPY --from=builder
/chhoto-url/target/$target/release/chhoto-url /chhoto-url
COPY failed: stat chhoto-url/target//release/chhoto-url: file does not
exist
2024-08-28 03:12:33 +03:00
Abdürrahim YILMAZ 59f679a1c2 fix: copy destination path
Error message before the fix:

Step 4/19 : COPY ./actix/Cargo.toml ./actix/Cargo.lock .

When using COPY with more than one source file, the destination must be
a directory and end with a /
2024-08-28 03:04:37 +03:00
Sayantan Santra 931b4a95e4
chg: Added SPDX headers 2024-04-03 20:40:26 -05:00
Sayantan Santra ce76f04f35
build: Support specifying targets with build-arg 2024-03-25 01:10:09 -05:00
Sayantan Santra db5d1f72bd
chg: Use username as a variable in Makefile 2024-03-25 01:05:06 -05:00
Sayantan Santra e54aa3b33b
build: Use different dockerfiles for single and multi-arch builds 2024-03-25 01:00:25 -05:00
Sayantan Santra 82559d38fd
chg: Nicer multi-arch builds and also add armv7 2024-03-25 00:56:39 -05:00
Sayantan Santra ffb4846239
fix: Multi-arch upload 2024-03-24 23:27:31 -05:00
Sayantan Santra 5bd174d287
build: Switched to a cross-rt based multi-arch build process 2024-03-24 23:03:18 -05:00
Sayantan Santra 9221c3e371
chg: Add support for specifying the architecture 2024-03-24 19:38:33 -05:00
Sayantan Santra c5cfba85f9
chg: Allow specifying target in the Dockerfile 2024-03-24 19:12:38 -05:00
Sayantan Santra 8b1af0a169
chg: Moved the resources folder out of actix since it isn't Rust 2024-03-08 10:41:52 -06:00
Sayantan Santra d1ac769fc1
build: Use cargo-chef to potentially speed up builds 2024-03-06 19:24:36 -06:00
Sayantan Santra 4a8385955b
chg: Renamed the project
When starting out, I kept the name same as the original project.
But I think I've made significant changes, so keeping the name
same would be disingenuous.
2024-02-10 18:29:50 -06:00
Sayantan Santra caa6c58fd2
build: Switch to a static build to mitigate incompatible packages 2024-02-08 11:33:26 -06:00
Sayantan Santra e14fc1f3b5 Don't include resources during build for better caching 2023-04-11 19:17:42 -05:00
Sayantan Santra 3a2b1acf49 Remove redundant EXPOSE from DockerFile 2023-04-08 18:19:37 -05:00
Sayantan Santra 96b3ae1297 Password login enabled 2023-04-08 15:36:33 -05:00
Sayantan Santra a1f73c8a9d Display list of links 2023-04-03 11:55:27 -05:00
Sayantan Santra b9d76b6734 Basic redirection working 2023-04-02 22:26:23 -05:00
Sayantan Santra 0e97516759 Rearrangement 2023-04-02 16:53:55 -05:00
Sayantan Santra 214f2af0b0 Updated to Java 17 2023-01-12 23:27:37 +05:30
Przemek Dragańczuk e9cf90cea7 - Published to Docker HUB;
- Updated to Java 14
- A bunch of changes I wanted to do earlier
2020-05-23 19:54:27 +02:00
Przemek Dragańczuk f4109b1b2c Added basic docker support 2020-02-14 20:17:56 +01:00