Compare commits
9 Commits
bump/v0.5.
...
feat/proxy
Author | SHA1 | Date | |
---|---|---|---|
beddcd2a80 | |||
cc5e0be668 | |||
edd0d06b93 | |||
cfb1781a69 | |||
7d878a8e8e | |||
b52a90b666 | |||
4a76489a3e | |||
be228ba9f2 | |||
6c7b2a6716 |
2
.github/workflows/tags.yaml
vendored
2
.github/workflows/tags.yaml
vendored
@ -7,7 +7,7 @@ jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: sudo apt-get update && sudo apt install -y libgpgme-dev libassuan-dev libdevmapper-dev
|
||||
- run: sudo apt-get update && sudo apt install -y libgpgme-dev libassuan-dev libdevmapper-dev btrfs-progs libbtrfs-dev
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
- uses: actions/setup-go@v2
|
||||
|
@ -6,7 +6,7 @@
|
||||
# automation that wants to get the version of the programs currently supported
|
||||
# in sandbox
|
||||
|
||||
export OSIE_DOWNLOAD_LINK="https://tinkerbell-oss.s3.amazonaws.com/osie-uploads/osie-v0-n=448,c=6bf665c,b=master.tar.gz"
|
||||
export OSIE_DOWNLOAD_LINK="https://tinkerbell-oss.s3.amazonaws.com/osie-uploads/osie-v0-n=404,c=c35a5f8,b=master.tar.gz"
|
||||
export TINKERBELL_TINK_BOOTS_IMAGE="quay.io/tinkerbell/boots:sha-ad742e11"
|
||||
export TINKERBELL_TINK_CLI_IMAGE="quay.io/tinkerbell/tink-cli:sha-1b178dae"
|
||||
export TINKERBELL_TINK_HEGEL_IMAGE="quay.io/tinkerbell/hegel:sha-c8a68311"
|
||||
|
@ -4,4 +4,5 @@ ARG REGISTRY_USERNAME
|
||||
ARG REGISTRY_PASSWORD
|
||||
RUN mkdir -p /certs /auth
|
||||
RUN htpasswd -Bbn ${REGISTRY_USERNAME} ${REGISTRY_PASSWORD} > /auth/htpasswd
|
||||
ADD config.yml /etc/docker/registry/config.yml
|
||||
EXPOSE 443
|
||||
|
22
deploy/registry/config.yml
Normal file
22
deploy/registry/config.yml
Normal file
@ -0,0 +1,22 @@
|
||||
version: 0.1
|
||||
proxy:
|
||||
remoteurl: https://quay.io/tinkerbell-actions
|
||||
log:
|
||||
accesslog:
|
||||
disabled: true
|
||||
fields:
|
||||
service: registry
|
||||
storage:
|
||||
cache:
|
||||
blobdescriptor: inmemory
|
||||
filesystem:
|
||||
rootdirectory: /var/lib/registry
|
||||
http:
|
||||
addr: :5000
|
||||
headers:
|
||||
X-Content-Type-Options: [nosniff]
|
||||
health:
|
||||
storagedriver:
|
||||
enabled: true
|
||||
interval: 10s
|
||||
threshold: 3
|
Reference in New Issue
Block a user