Skip to content

Commit

Permalink
Oracle doc fix (add "key:" to secret) (#750)
Browse files Browse the repository at this point in the history
* fix domain filter match logic to not match similar domain names

* MAINTAINER is deprecated - using LABEL instead

https://docs.docker.com/engine/reference/builder/#maintainer-deprecated

* Fix to documentation for Oracle to include `key:`
  • Loading branch information
CaptTofu authored and hjacobs committed Nov 6, 2018
1 parent ae0e908 commit 2c60263
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/tutorials/oracle.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ auth:
region: us-phoenix-1
tenancy: ocid1.tenancy.oc1...
user: ocid1.user.oc1...
key: |
-----BEGIN RSA PRIVATE KEY-----
-----END RSA PRIVATE KEY-----
fingerprint: af:81:71:8e...
Expand Down

0 comments on commit 2c60263

Please sign in to comment.