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
#!/bin/bash | |
# Loop through each file in the directory | |
for file in *.apk | |
do | |
# Run the apk verify command for the current file | |
apk verify "$file" | |
done |
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
glibc-dev-2.38-r9 contains: | |
usr/include/a.out.h | |
usr/include/aio.h | |
usr/include/aliases.h | |
usr/include/alloca.h | |
usr/include/ar.h | |
usr/include/argp.h | |
usr/include/argz.h | |
usr/include/assert.h | |
usr/include/byteswap.h |
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
/work/work # /usr/lib/kafka/bin/zookeeper-server-start.sh | |
USAGE: /usr/lib/kafka/bin/zookeeper-server-start.sh [-daemon] zookeeper.properties | |
/work/work # /usr/lib/kafka/bin/zookeeper-server-start.sh /usr/lib/kafka/config/zookeeper.properties | |
[2023-10-19 18:18:49,887] INFO Reading configuration from: /usr/lib/kafka/config/zookeeper.properties (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,891] INFO clientPortAddress is 0.0.0.0:2181 (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,892] INFO secureClientPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,892] INFO observerMasterPort is not set (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,892] INFO metricsProvider.className is org.apache.zookeeper.metrics.impl.DefaultMetricsProvider (org.apache.zookeeper.server.quorum.QuorumPeerConfig) | |
[2023-10-19 18:18:49,893] INFO autopurge.snapRetainCount set to 3 (org.apache.zookeeper.server.DatadirCle |
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
{"level":"warn","ts":1690576442.7054904,"logger":"fallback","caller":"handler/handler.go:112","msg":"Received push event for non-attestation tag: sha256-639c3f734de0a2ab7d188cf2740a84fadd98f72b4c2a751dda2b1fb48ce92b7f.att"} | |
{"level":"warn","ts":1690576443.0899212,"logger":"fallback","caller":"handler/handler.go:112","msg":"Received push event for non-attestation tag: sha256-311724554765dfa07320f5e591f60b25adf3613e43edaa314d7b345970476300.att"} | |
{"level":"info","ts":1690576446.8896928,"logger":"fallback","caller":"handler/handler.go:154","msg":"Unparsed Json {\"schemaVersion\":2,\"mediaType\":\"application/vnd.oci.image.manifest.v1+json\",\"config\":{\"mediaType\":\"application/vnd.oci.image.config.v1+json\",\"size\":570,\"digest\":\"sha256:a87bb91bcc7a112e1a5e6ce36ba4f822f094b8fbfa69a68a0fedbcbff2b1210b\"},\"layers\":[{\"mediaType\":\"application/vnd.dev.cosign.simplesigning.v1+json\",\"size\":239,\"digest\":\"sha256:48cfdb3ac79faee83cf39791ca8e39c6dbb9c98529ad3fb36d82667eef9fcf98\",\"annotations\":{\"dev.cosi |
This file has been truncated, but you can view the full file.
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
/work # make BUILDWORLD=no SOURCE_DATE_EPOCH=0 packages/libjpeg-turbo | |
.packagerules:5689: warning: overriding recipe for target 'packages/x86_64/meson-1.1.1-r0.apk' | |
.packagerules:894: warning: ignoring old recipe for target 'packages/x86_64/meson-1.1.1-r0.apk' | |
SDE=0; [ -z "$SDE" ] && SDE=`git log -1 --pretty=%ct --follow libjpeg-turbo.yaml`; SOURCE_DATE_EPOCH=$SDE /usr/bin/melange build libjpeg-turbo.yaml --repository-append /work/packages --keyring-append local-melange.rsa.pub --signing-key local-melange.rsa --arch x86_64 --env-file build-x86_64.env --namespace wolfi --generate-index false --cache-source gs://wolfi-sources/ -k https://packages.wolfi.dev/os/wolfi-signing.rsa.pub -r https://packages.wolfi.dev/os --source-dir ./libjpeg-turbo/ --log-policy builtin:stderr,packages/x86_64/buildlogs/libjpeg-turbo-2.1.91-r4.log | |
ℹ️ x86_64 | detected git commit for build configuration: 73ba26c80887d49eaf441abe31f065c58a7c6706 | |
ℹ️ x86_64 | melange is building: | |
ℹ️ x86_64 | configuration file: libjpeg-turbo |
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
ℹ️ x86_64 | detected git commit for build configuration: 82dc35e6ffe01d8589022f103cd427a9719c8ed6 | |
ℹ️ x86_64 | melange is building: | |
ℹ️ x86_64 | configuration file: libapr.yml | |
ℹ️ x86_64 | workspace dir: /tmp/melange-workspace-1829409006 | |
ℹ️ x86_64 | evaluating pipelines for package requirements | |
ℹ️ x86_64 | adding package "git" for pipeline "Check out sources from git" | |
ℹ️ x86_64 | adding package "make" for pipeline "Run autoconf make" | |
ℹ️ x86_64 | adding package "make" for pipeline "Run autoconf make install" | |
ℹ️ x86_64 | adding package "binutils" for pipeline "Strip binaries" | |
ℹ️ x86_64 | adding package "scanelf" for pipeline "Strip binaries" |
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
diff --git a/cmd/operator/deploy/crds/monitoring.googleapis.com_clusterpodmonitorings.yaml b/cmd/operator/deploy/crds/monitoring.googleapis.com_clusterpodmonitorings.yaml | |
index e4fbdeb55..879eda625 100644 | |
--- a/cmd/operator/deploy/crds/monitoring.googleapis.com_clusterpodmonitorings.yaml | |
+++ b/cmd/operator/deploy/crds/monitoring.googleapis.com_clusterpodmonitorings.yaml | |
@@ -1,16 +1,4 @@ | |
-# Copyright 2022 Google LLC | |
-# | |
-# Licensed under the Apache License, Version 2.0 (the "License"); | |
-# you may not use this file except in compliance with the License. | |
-# You may obtain a copy of the License at |
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
DUMP | |
// pod-name name of the postgres pod | |
// postgres-user database user that is able to access the database | |
// database-name name of the database | |
kubectl exec [pod-name] -- bash -c "pg_dump -U [postgres-user] [database-name]" > database.sql | |
RESTORE | |
// pod-name name of the postgres pod | |
// postgres-user database user that is able to access the database | |
// database-name name of the database |
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
# file: aws_eks_config.yml | |
# AWS EKS ClusterConfig used to setup the BinderHub / JupyterNotebooks K8s cluster | |
# using a workaround from https://discourse.jupyter.org/t/binder-deployed-in-aws-eks-domain-name-resolution-errors/766/10 | |
# to fix broken DNS resolution | |
--- | |
apiVersion: eksctl.io/v1alpha5 | |
kind: ClusterConfig | |
metadata: | |
name: eks-dns-production |
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
# file: aws_eks_config.yml | |
# AWS EKS ClusterConfig used to setup the BinderHub / JupyterNotebooks K8s cluster | |
# using a workaround from https://discourse.jupyter.org/t/binder-deployed-in-aws-eks-domain-name-resolution-errors/766/10 | |
# to fix broken DNS resolution | |
--- | |
apiVersion: eksctl.io/v1alpha5 | |
kind: ClusterConfig | |
metadata: | |
name: eks-dns-production |
NewerOlder