Fix Node install & adopt fork GHA and readme #1
Annotations
3 errors and 21 warnings
ruby-dev:3.3.4-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
ruby-dev:3.3.5-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
ruby-dev:3.2.5-alpine
buildx failed with: ERROR: failed to solve: process "/bin/sh -c set -eux; osType=\"$(sed -n 's|^ID=||p' /etc/os-release)\"; export GNUPGHOME=\"$(mktemp -d)\"; [ \"${osType}\" = \"alpine\" ] && apk add --no-cache --virtual .gosu-deps gnupg || :; for keyserver in $(shuf -e keyserver.ubuntu.com keys.openpgp.org keys.mailvelope.com); do gpg --batch --no-tty --keyserver \"${keyserver}\" --recv-keys \"B42F6819007F00F88E364FD4036A9C25BF357DD4\" && break || :; done; curl -sSL -o /usr/local/bin/gosu \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}\"; chmod +x /usr/local/bin/gosu; curl -sSL \"https://github.com/tianon/gosu/releases/download/${GOSU_VERSION}/gosu-${TARGETARCH}.asc\" | gpg --batch --verify - /usr/local/bin/gosu; command -v gpgconf && gpgconf --kill all || :; rm -rf \"${GNUPGHOME}\"; unset -v GNUPGHOME; [ \"${osType}\" = \"alpine\" ] && apk del --no-network .gosu-deps || :;" did not complete successfully: exit code: 127
|
ruby-dev:3.3.4-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.3.4-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.2.2-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.2.2-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L7
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
ruby-dev:3.3.5-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.3.5-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.2.5-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.2.5-alpine
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.2.5
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.2.5
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L7
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
ruby-dev:3.3.5
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.3.5
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L7
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
ruby-dev:3.2.2
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
ruby-dev:3.2.2
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L7
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
ruby-dev:3.3.4
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Legacy key/value format with whitespace separator should not be used:
Dockerfile#L7
LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format
More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/
|
ruby-dev:3.3.4
Unexpected input(s) 'visibility', valid inputs are ['add-hosts', 'allow', 'annotations', 'attests', 'build-args', 'build-contexts', 'builder', 'cache-from', 'cache-to', 'cgroup-parent', 'context', 'file', 'labels', 'load', 'network', 'no-cache', 'no-cache-filters', 'outputs', 'platforms', 'provenance', 'pull', 'push', 'sbom', 'secrets', 'secret-envs', 'secret-files', 'shm-size', 'ssh', 'tags', 'target', 'ulimit', 'github-token']
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
hicknhack-software~docker-ruby-dev~2XYOQZ.dockerbuild
Expired
|
107 KB |
|
hicknhack-software~docker-ruby-dev~DL7FI2.dockerbuild
Expired
|
32.8 KB |
|
hicknhack-software~docker-ruby-dev~GUA2U1.dockerbuild
Expired
|
101 KB |
|
hicknhack-software~docker-ruby-dev~KTK0CN.dockerbuild
Expired
|
120 KB |
|
hicknhack-software~docker-ruby-dev~ML9MX8.dockerbuild
Expired
|
95.5 KB |
|
hicknhack-software~docker-ruby-dev~MUDK5M.dockerbuild
Expired
|
139 KB |
|
hicknhack-software~docker-ruby-dev~TYP6VF.dockerbuild
Expired
|
32.7 KB |
|
hicknhack-software~docker-ruby-dev~XCVADR.dockerbuild
Expired
|
33.5 KB |
|