Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
c90a8fff4a | |||
f290fa2eb1 |
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "rustocat"
|
name = "rustocat"
|
||||||
version = "0.1.10"
|
version = "0.1.11"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Socat in rust with many less features and a configuration file"
|
description = "Socat in rust with many less features and a configuration file"
|
||||||
license = "ISC"
|
license = "ISC"
|
||||||
|
@ -19,9 +19,7 @@ docker:
|
|||||||
FROM alpine
|
FROM alpine
|
||||||
RUN apk add --no-cache libssl3
|
RUN apk add --no-cache libssl3
|
||||||
COPY +build/rustocat rustocat
|
COPY +build/rustocat rustocat
|
||||||
ENTRYPOINT ["/bin/sh"]
|
ENTRYPOINT ["rustocat"]
|
||||||
CMD ["-c", "/rustbuild/rustocat"]
|
|
||||||
ARG EARTHLY_TARGET_TAG
|
ARG EARTHLY_TARGET_TAG
|
||||||
ARG TAG=$EARTHLY_TARGET_TAG
|
ARG TAG=$EARTHLY_TARGET_TAG
|
||||||
SAVE IMAGE --push docker.hibas123.de/rustocat:latest
|
SAVE IMAGE --push docker.hibas123.de/rustocat:$TAG
|
||||||
SAVE IMAGE --push docker.hibas123.de/rustocat:$TAG
|
|
||||||
|
Reference in New Issue
Block a user