Sha256: d76dd3a91106e07fd127400ad9d7bbdd65fe0454012680aee9414741e098b1ca
Contents?: true
Size: 478 Bytes
Versions: 8
Compression:
Stored size: 478 Bytes
Contents
version: "3.9" services: gem: build: . volumes: - ./:/gem:cached - ~/.ssh:/root/.ssh - ~/.bash_history:/root/.bash_history - bundle_cache:/bundle_cache environment: - BUNDLE_PATH=/bundle_cache - GEM_HOME=/bundle_cache - GEM_PATH=/bundle_cache bundle_cache: image: busybox volumes: - bundle_cache:/bundle_cache volumes: bundle_cache: public: networks: default: name: 'uffizzi_default_network'
Version data entries
8 entries across 8 versions & 1 rubygems