Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
osmosis
Commits
1038abaf
Commit
1038abaf
authored
2 years ago
by
Roman
Browse files
Options
Download
Email Patches
Plain Diff
updates
parent
27822aef
roman/generalize-docker
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Dockerfile
+1
-1
Dockerfile
Makefile
+2
-2
Makefile
images/builder.Dockerfile
+1
-1
images/builder.Dockerfile
tests/localosmosis/mainnet_state/Dockerfile-stateExport
+1
-1
tests/localosmosis/mainnet_state/Dockerfile-stateExport
with
5 additions
and
5 deletions
+5
-5
Dockerfile
+
1
-
1
View file @
1038abaf
...
...
@@ -4,7 +4,7 @@
ARG
BUILDER_VERSION="v1"
ARG
RUNNER_IMAGE="gcr.io/distroless/static"
FROM
osmosis-builder:${BUILDER_VERSION}
as
builder
FROM
osmolabs/
osmosis-builder:${BUILDER_VERSION}
as
builder
# --------------------------------------------------------
# Runner
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
-
2
View file @
1038abaf
...
...
@@ -330,10 +330,10 @@ e2e-remove-resources:
OSMOSIS_COMMON_VERSION
=
v1
docker-build-setup
:
@
DOCKER_BUILDKIT
=
1 docker build
-t
osmosis-setup:
${OSMOSIS_COMMON_VERSION}
-f
images/setup.Dockerfile .
@
DOCKER_BUILDKIT
=
1 docker build
-t
osmolabs/
osmosis-setup:
${OSMOSIS_COMMON_VERSION}
-f
images/setup.Dockerfile .
docker-build-builder
:
@
DOCKER_BUILDKIT
=
1 docker build
-t
osmosis-builder:
${OSMOSIS_COMMON_VERSION}
--build-arg
SETUP_VERSION
=
${OSMOSIS_COMMON_VERSION}
-f
images/builder.Dockerfile .
@
DOCKER_BUILDKIT
=
1 docker build
-t
osmolabs/
osmosis-builder:
${OSMOSIS_COMMON_VERSION}
--build-arg
SETUP_VERSION
=
${OSMOSIS_COMMON_VERSION}
-f
images/builder.Dockerfile .
docker-build-debug
:
@
DOCKER_BUILDKIT
=
1 docker build
-t
osmosis:
${COMMIT}
--build-arg
BASE_IMG_TAG
=
debug
-f
Dockerfile .
...
...
This diff is collapsed.
Click to expand it.
images/builder.Dockerfile
+
1
-
1
View file @
1038abaf
...
...
@@ -8,7 +8,7 @@ ARG SETUP_VERSION
# Builder
# --------------------------------------------------------
FROM
osmosis-setup:${SETUP_VERSION}
FROM
osmolabs/
osmosis-setup:${SETUP_VERSION}
# Copy the remaining files
COPY
. .
...
...
This diff is collapsed.
Click to expand it.
tests/localosmosis/mainnet_state/Dockerfile-stateExport
+
1
-
1
View file @
1038abaf
...
...
@@ -8,7 +8,7 @@
ARG BUILDER_VERSION="v1"
ARG RUNNER_IMAGE="gcr.io/distroless/static"
FROM osmosis-builder:${BUILDER_VERSION} as builder
FROM
osmolabs/
osmosis-builder:${BUILDER_VERSION} as builder
# --------------------------------------------------------
# Runner
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets