Skip to content
This repository was archived by the owner on Mar 24, 2023. It is now read-only.

Commit 5b25a63

Browse files
authored
Merge pull request #871 from laverya/app-slug-docker-images
private docker image with app slug url integration test
2 parents c6c2f72 + 3d1344d commit 5b25a63

File tree

6 files changed

+51
-0
lines changed

6 files changed

+51
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
assets:
3+
v1:
4+
- docker:
5+
image: replicated/helloscratch:1.0.0
6+
source: public
7+
dest: docker/replicated-helloscratch-public.tar
8+
- docker:
9+
image: registry.staging.replicated.com/alpha/replicated-helloscratch:1.0.0
10+
source: replicated-qa
11+
dest: docker/replicated-helloscratch-private.tar
12+
config:
13+
v1: []
14+
lifecycle:
15+
v1:
16+
- render: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"v1": {
3+
"config": {},
4+
"releaseName": "nightly",
5+
"upstream": "__upstream__",
6+
"metadata": {
7+
"applicationType": "replicated.app",
8+
"appSlug": "__appSlug__",
9+
"licenseID": "__licenseID__",
10+
"releaseNotes": "",
11+
"version": "0.0.1"
12+
},
13+
"contentSHA": "4e212691de81e471f76ea6ef8d236bae3874d0bc2f22487d17e3e4e42138a67f"
14+
}
15+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
assets:
3+
v1:
4+
- docker:
5+
image: replicated/helloscratch:1.0.0
6+
source: public
7+
dest: docker/replicated-helloscratch-public.tar
8+
- docker:
9+
image: registry.staging.replicated.com/alpha/replicated-helloscratch:1.0.0
10+
source: replicated-qa
11+
dest: docker/replicated-helloscratch-private.tar
12+
config:
13+
v1: []
14+
lifecycle:
15+
v1:
16+
- render: {}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
app_slug: "ship-private-image"
2+
license_id: "F0z1_kk6T06E7WCadEGsfQSM0J-odA5P"
3+
release_version: "0.0.1"
4+
skip_cleanup: false

0 commit comments

Comments
 (0)