-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(linter): fix yaml linter errors
- Loading branch information
Showing
53 changed files
with
193 additions
and
205 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,4 +58,3 @@ body: | |
render: shell | ||
validations: | ||
required: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -105,4 +105,3 @@ jobs: | |
- name: Run integration tests | ||
run: | | ||
make test-integrations | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,16 +3,16 @@ base: "[email protected]" | |
version: latest | ||
summary: An NGINX rock | ||
description: | | ||
A rock equivalent of the official NGINX Docker image from Docker Hub. | ||
A rock equivalent of the official NGINX Docker image from Docker Hub. | ||
license: Apache-2.0 | ||
platforms: | ||
amd64: | ||
amd64: | ||
|
||
package-repositories: | ||
- type: apt | ||
url: https://nginx.org/packages/mainline/ubuntu | ||
key-id: 573BFD6B3D8FBC641079A6ABABF5BD827BD9BF62 | ||
suites: | ||
suites: | ||
- jammy | ||
components: | ||
- nginx | ||
|
@@ -49,4 +49,3 @@ services: | |
environment: | ||
TZ: UTC | ||
on-failure: shutdown | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
package: openssl | ||
slices: | ||
bins: | ||
essential: | ||
- libc6_libs | ||
- libc6_config | ||
- libssl3_libs | ||
- openssl_config | ||
contents: | ||
/usr/bin/c_rehash: | ||
/usr/bin/openssl: | ||
bins: | ||
essential: | ||
- libc6_libs | ||
- libc6_config | ||
- libssl3_libs | ||
- openssl_config | ||
contents: | ||
/usr/bin/c_rehash: | ||
/usr/bin/openssl: | ||
|
||
config: | ||
contents: | ||
/etc/ssl/private/: | ||
/etc/ssl/openssl.cnf: | ||
/usr/lib/ssl/certs: | ||
/usr/lib/ssl/openssl.cnf: | ||
/usr/lib/ssl/private: | ||
config: | ||
contents: | ||
/etc/ssl/private/: | ||
/etc/ssl/openssl.cnf: | ||
/usr/lib/ssl/certs: | ||
/usr/lib/ssl/openssl.cnf: | ||
/usr/lib/ssl/private: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,15 +4,15 @@ build_base: "[email protected]" | |
version: '0.0.1' | ||
summary: A chiselled rock with a custom OpenSSL slice | ||
description: | | ||
A rock containing only the binaries (and corresponding dependencies) from the OpenSSL package. | ||
Built from a custom Chisel release. | ||
A rock containing only the binaries (and corresponding dependencies) from the OpenSSL package. | ||
Built from a custom Chisel release. | ||
license: GPL-3.0 | ||
platforms: | ||
amd64: | ||
amd64: | ||
parts: | ||
build-context: | ||
plugin: nil | ||
source: chisel-releases/ | ||
source-type: local | ||
override-build: | ||
chisel cut --release ./ --root ${CRAFT_PART_INSTALL} openssl_bins | ||
build-context: | ||
plugin: nil | ||
source: chisel-releases/ | ||
source-type: local | ||
override-build: | ||
chisel cut --release ./ --root ${CRAFT_PART_INSTALL} openssl_bins |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
summary: Check that we can build the example rockcraft.yaml | ||
|
||
execute: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
|
||
summary: nodejs tutorial | ||
|
||
execute: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.