Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
d8a01161
Unverified
Commit
d8a01161
authored
Jan 21, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added dockerfile
parent
69c6394b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
11 deletions
+11
-11
dockerimage.yml
.github/workflows/dockerimage.yml
+3
-3
dockerimagebase.yml
.github/workflows/dockerimagebase.yml
+3
-3
dockerimagesim.yml
.github/workflows/dockerimagesim.yml
+3
-3
Dockerfile
Dockerfile
+1
-1
DockerfileSimulation
DockerfileSimulation
+1
-1
No files found.
.github/workflows/dockerimage.yml
View file @
d8a01161
...
@@ -12,11 +12,11 @@ jobs:
...
@@ -12,11 +12,11 @@ jobs:
-
name
:
Login to docker
-
name
:
Login to docker
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.DOCKER_SECRET }}
GITHUB_TOKEN
:
${{ secrets.DOCKER_SECRET }}
run
:
docker login
docker.pkg.github.com -u kladkogex
-p ${GITHUB_TOKEN}
run
:
docker login
-u skalelabs
-p ${GITHUB_TOKEN}
-
uses
:
actions/checkout@v1
-
uses
:
actions/checkout@v1
-
name
:
submodule update
-
name
:
submodule update
run
:
git submodule update --init --recursive
run
:
git submodule update --init --recursive
-
name
:
Build the Docker image
-
name
:
Build the Docker image
run
:
docker build . --file Dockerfile --tag
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwallet:latest
run
:
docker build . --file Dockerfile --tag
skalenetwork
/sgxwallet:latest
-
name
:
push docker image
-
name
:
push docker image
run
:
docker push
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwallet:latest
run
:
docker push
skalenetwork
/sgxwallet:latest
.github/workflows/dockerimagebase.yml
View file @
d8a01161
...
@@ -10,12 +10,12 @@ jobs:
...
@@ -10,12 +10,12 @@ jobs:
-
name
:
Login to docker
-
name
:
Login to docker
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.DOCKER_SECRET }}
GITHUB_TOKEN
:
${{ secrets.DOCKER_SECRET }}
run
:
docker login
docker.pkg.github.com -u kladkogex
-p ${GITHUB_TOKEN}
run
:
docker login
-u skalelabs
-p ${GITHUB_TOKEN}
-
uses
:
actions/checkout@v1
-
uses
:
actions/checkout@v1
-
name
:
submodule update
-
name
:
submodule update
run
:
git submodule update --init --recursive
run
:
git submodule update --init --recursive
-
name
:
Build the Docker image
-
name
:
Build the Docker image
run
:
docker build . --file DockerfileBase --tag
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwallet_base:latest
run
:
docker build . --file DockerfileBase --tag
skalenetwork
/sgxwallet_base:latest
-
name
:
push docker image
-
name
:
push docker image
run
:
docker push
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwallet_base:latest
run
:
docker push
skalenetwork
/sgxwallet_base:latest
.github/workflows/dockerimagesim.yml
View file @
d8a01161
...
@@ -12,12 +12,12 @@ jobs:
...
@@ -12,12 +12,12 @@ jobs:
-
name
:
Login to docker
-
name
:
Login to docker
env
:
env
:
GITHUB_TOKEN
:
${{ secrets.DOCKER_SECRET }}
GITHUB_TOKEN
:
${{ secrets.DOCKER_SECRET }}
run
:
docker login
docker.pkg.github.com -u kladkogex
-p ${GITHUB_TOKEN}
run
:
docker login
-u skalelabs
-p ${GITHUB_TOKEN}
-
uses
:
actions/checkout@v1
-
uses
:
actions/checkout@v1
-
name
:
submodule update
-
name
:
submodule update
run
:
git submodule update --init --recursive
run
:
git submodule update --init --recursive
-
name
:
Build the Docker image
-
name
:
Build the Docker image
run
:
docker build . --file DockerfileSimulation --tag
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwalletsim:latest
run
:
docker build . --file DockerfileSimulation --tag
skalenetwork
/sgxwalletsim:latest
-
name
:
push docker image
-
name
:
push docker image
run
:
docker push
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwalletsim:latest
run
:
docker push
skalenetwork
/sgxwalletsim:latest
Dockerfile
View file @
d8a01161
FROM
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwallet_base:latest
FROM
skalenetwork
/sgxwallet_base:latest
WORKDIR
/usr/src/sdk
WORKDIR
/usr/src/sdk
...
...
DockerfileSimulation
View file @
d8a01161
FROM
docker.pkg.github.com/skalenetwork/sgxwallet
/sgxwallet_base:latest
FROM
skalenetwork
/sgxwallet_base:latest
WORKDIR /usr/src/sdk
WORKDIR /usr/src/sdk
RUN autoreconf -vif
RUN autoreconf -vif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment