Skip to content

Commit

Permalink
Fix permissions (#20)
Browse files Browse the repository at this point in the history
* fix: +x permissions

Signed-off-by: Tomas Coufal <[email protected]>

* chore: Bump version - patch release

Signed-off-by: Tomas Coufal <[email protected]>
  • Loading branch information
tumido authored Mar 4, 2021
1 parent cf04bd9 commit 4a3ac61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ This is a Operate-First toolbox that comprises of commonly used tooling to suppl
### Create your toolbox container

```shell
$ toolbox create --image quay.io/operate-first/opf-toolbox:v0.3.1
$ toolbox create --image quay.io/operate-first/opf-toolbox:v0.3.2
Created container: opf-toolbox
Enter with: toolbox enter --container opf-toolbox-v0.3.1
Enter with: toolbox enter --container opf-toolbox-v0.3.2
```

This will create a container called `opf-toolbox-<version-id>`.

### Enter the toolbox

```shell
$ toolbox enter --container opf-toolbox-v0.3.1
$ toolbox enter --container opf-toolbox-v0.3.2
```

### Tools included
Expand Down
Empty file modified scripts/test-conftest
100644 → 100755
Empty file.
Empty file modified scripts/test-kustomize-build
100644 → 100755
Empty file.

0 comments on commit 4a3ac61

Please sign in to comment.