Files
dynk8s-provisioner/Containerfile
Dustin C. Hatch c721571043
All checks were successful
dustin/dynk8s-provisioner/pipeline/head This commit looks good
container: Rebase on Fedora 35
Fedora 36 has OpenSSL 3, while the *rust* container image has OpenSSL
1.1.  Since Fedora 35 is still supported, and it includes OpenSSL 1.1,
we can use it as our base for the runtime image.
2022-09-11 13:17:54 -05:00

6 lines
102 B
Docker

FROM fedora:35
COPY target/release/dynk8s-provisioner /usr/bin/
CMD ["/usr/bin/dynk8s-provisioner"]