Bitbucket Pipeline

less than 1 minute read

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ν• λ–„ ν•΄λ‹Ή 이미지λ₯Ό λ°›μ•„μ„œ μ‹€ν–‰

https://support.atlassian.com/bitbucket-cloud/docs/build-and-push-a-docker-image-to-a-container-registry/

Appendix

  • open addressing (μΆ©λŒμ²˜λ¦¬κΈ°λ²•)
    • open hash, close hash

Leave a comment