Bitbucket Pipeline
SSH key trouble shooting
- βbuild-arg ssh_prv_key=β$(cat ~/.ssh/id_rsa)β stargan
from repository setting This private key will be added as a default identity in ~/.ssh/config.
- docker ARG λ₯Ό μ€μΌμ§ βbuild-arg μμ μ€ κ² λ¨Ήνλ€. ssh private key μ€λ μ΄λ κ² ν΄μΌλλ€.
μλλͺ©μ :
- docker private registry μ push ν΄μ(λ€λλλμλ²) docker composeν λ ν΄λΉ μ΄λ―Έμ§λ₯Ό λ°μμ μ€ν
- BITBUCKET_DOCKER_HOST_INTERNAL λ₯Ό μ¬μ©ν΄λ λ λ― νλ€.
Appendix
- open addressing (μΆ©λμ²λ¦¬κΈ°λ²)
- open hash, close hash
Leave a comment