Move to internal registry
This commit is contained in:
+1
-1
@@ -40,7 +40,7 @@ RUN SECRET_KEY_BASE_DUMMY=1 ./bin/rails assets:precompile
|
||||
|
||||
|
||||
# Fetch beamer library
|
||||
FROM basecamp/beamer:vfs AS beamer
|
||||
FROM registry.37signals.com/basecamp/beamer:vfs AS beamer
|
||||
|
||||
|
||||
# Final stage for app image
|
||||
|
||||
@@ -23,8 +23,9 @@ env:
|
||||
x-beamer-accessory: &beamer-accessory
|
||||
image: basecamp/beamer:vfs
|
||||
registry:
|
||||
username: bcbot
|
||||
password:
|
||||
server: registry.37signals.com
|
||||
username: robot$harbor-bot
|
||||
password:
|
||||
- BASECAMP_REGISTRY_PASSWORD
|
||||
options:
|
||||
user: 1000 # Match the UID of the Rails app, for volume permissions
|
||||
|
||||
@@ -23,8 +23,9 @@ env:
|
||||
x-beamer-accessory: &beamer-accessory
|
||||
image: basecamp/beamer:vfs
|
||||
registry:
|
||||
username: bcbot
|
||||
password:
|
||||
server: registry.37signals.com
|
||||
username: robot$harbor-bot
|
||||
password:
|
||||
- BASECAMP_REGISTRY_PASSWORD
|
||||
options:
|
||||
user: 1000 # Match the UID of the Rails app, for volume permissions
|
||||
|
||||
@@ -23,8 +23,9 @@ env:
|
||||
x-beamer-accessory: &beamer-accessory
|
||||
image: basecamp/beamer:vfs
|
||||
registry:
|
||||
username: bcbot
|
||||
password:
|
||||
server: registry.37signals.com
|
||||
username: robot$harbor-bot
|
||||
password:
|
||||
- BASECAMP_REGISTRY_PASSWORD
|
||||
options:
|
||||
user: 1000 # Match the UID of the Rails app, for volume permissions
|
||||
|
||||
+3
-2
@@ -12,8 +12,9 @@ proxy:
|
||||
ssl: true
|
||||
|
||||
registry:
|
||||
username: bcbot
|
||||
password:
|
||||
server: registry.37signals.com
|
||||
username: robot$harbor-bot
|
||||
password:
|
||||
- BASECAMP_REGISTRY_PASSWORD
|
||||
|
||||
builder:
|
||||
|
||||
Reference in New Issue
Block a user