Skip to content

Commit 34392c5

Browse files
committed
Update readme
1 parent 5ddd031 commit 34392c5

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AWS Lambda [Rust](https://www.rust-lang.org/) docker builder 🐑 🦀 🐳 [![Build Status](https://github.com/softprops/lambda-rust/workflows/Main/badge.svg)](https://github.com/softprops/lambda-rust/actions)
1+
# AWS Lambda [Rust](https://www.rust-lang.org/) docker builder 🐑 🦀 🐳 [![Build Status](https://github.com/oursource/lambda-rust/workflows/Main/badge.svg)](https://github.com/oursource/lambda-rust/actions)
22

33

44
## 🤔 about
@@ -10,14 +10,14 @@ This provides a build environment, consistent with your target execution environ
1010

1111
## 📦 install
1212

13-
Tags for this docker image follow the naming convention `softprops/lambda-rust:{version}-rust-{rust-stable-version}`
13+
Tags for this docker image follow the naming convention `oursource/lambda-rust:{version}-rust-{rust-stable-version}`
1414
where `{rust-stable-version}` is a stable version of rust.
1515

16-
You can find a list of available docker tags [here](https://hub.docker.com/r/softprops/lambda-rust/tags)
16+
You can find a list of available docker tags [here](https://hub.docker.com/r/oursource/lambda-rust/tags)
1717

18-
> 💡 If you don't find the version you're looking for, please [open a new github issue](https://github.com/softprops/lambda-rust/issues/new?title=I%27m%20looking%20for%20version%20xxx) to publish one
18+
> 💡 If you don't find the version you're looking for, please [open a new github issue](https://github.com/our-source/lambda-rust/issues/new?title=I%27m%20looking%20for%20version%20xxx) to publish one
1919
20-
You can also depend directly on `softprops/lambda-rust:latest` for the most recently published version.
20+
You can also depend directly on `oursource/lambda-rust:latest` for the most recently published version.
2121

2222
## 🤸 usage
2323

@@ -45,7 +45,7 @@ $ docker run --rm \
4545
-v ${PWD}:/code \
4646
-v ${HOME}/.cargo/registry:/cargo/registry \
4747
-v ${HOME}/.cargo/git:/cargo/git \
48-
softprops/lambda-rust
48+
oursource/lambda-rust
4949
```
5050
> 💡 The -v (volume mount) flags for `/cargo/{registry,git}` are optional but when supplied, provides a much faster turn around when doing iterative development
5151
@@ -68,7 +68,7 @@ $ docker run --rm \
6868
-v ${PWD}:/code \
6969
-v ${HOME}/.cargo/registry:/cargo/registry \
7070
-v ${HOME}/.cargo/git:/cargo/git \
71-
softprops/lambda-rust
71+
oursource/lambda-rust
7272
```
7373

7474
For more custom codebases, the '-w' argument can be used to override the working directory.
@@ -82,7 +82,7 @@ $ docker run --rm \
8282
-v ${HOME}/.cargo/registry:/cargo/registry \
8383
-v ${HOME}/.cargo/git:/cargo/git \
8484
-w /code/lambdas/mylambda \
85-
softprops/lambda-rust
85+
oursource/lambda-rust
8686
```
8787

8888
## ⚓ using hooks
@@ -120,7 +120,7 @@ docker run \
120120
-v ${PWD}:/code \
121121
-v ${HOME}/.cargo/registry:/cargo/registry \
122122
-v ${HOME}/.cargo/git:/cargo/git \
123-
softprops/lambda-rust
123+
oursource/lambda-rust
124124

125125
# start a one-off docker container replicating the "provided.al2" lambda runtime
126126
# awaiting an event to be provided via stdin
@@ -198,3 +198,4 @@ More instructions can be found [here](https://github.com/vvilhonen/cargo-aws-lam
198198
199199
200200
Doug Tangren (softprops) 2020
201+
Johan Smits 2021

0 commit comments

Comments
 (0)