Remove private mirror from dockerfiles.
build-organic-test Build build-organic-test has succeeded Details
organic-test Build organic-test has failed Details
build-cargo-fmt Build build-cargo-fmt has succeeded Details
semver Build semver has succeeded Details
cargo-fmt Build cargo-fmt has succeeded Details

I now have a pull-through cache set up with kaniko, so I no longer need this hard-coded path. Removing the private mirror from the dockerfiles makes them more portable.
This commit is contained in:
Tom Alexander 2023-07-13 15:29:00 -04:00
parent 799b444eee
commit d6c175a3cc
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM harbor.fizz.buzz/dockerhub/library/rust:1.70.0
FROM rustlang/rust:nightly-alpine3.17
RUN rustup component add rustfmt

View File

@ -1,3 +1,3 @@
FROM harbor.fizz.buzz/dockerhub/rustlang/rust:nightly-alpine3.17
FROM rustlang/rust:nightly-alpine3.17
RUN apk add --no-cache musl-dev emacs